2018-08-17 22:32:19,223 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-270 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-17 22:32:19,227 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=KqBH4ez4YfUkqeknN7t7w4g49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-08-17 22:32:19,227 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-17 22:32:19,228 - 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-08-17 22:32:19,241 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-17 22:32:22,342 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-17 22:32:22,343 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-17 22:32:32,220 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.864s OK 2018-08-17 22:32:32,345 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 22:32:32,345 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-17 22:32:32,370 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-17 22:32:34,685 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-17 22:32:34,685 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-17 22:45:14,449 - 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 759.704s OK 2018-08-17 22:45:14,563 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 22:45:14,563 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-17 22:45:14,588 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-17 22:45:15,418 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-17 22:45:15,418 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-17 22:46:00,857 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 45.437s OK 2018-08-17 22:46:00,970 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 22:46:00,970 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:45 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-17 22:46:00,974 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:40 | PASS | | snaps_health_check | functest | healthcheck | 00:45 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-17 22:46:00,979 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-17 22:46:29,524 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-270 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-17 22:46:29,527 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=KqBH4ez4YfUkqeknN7t7w4g49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-08-17 22:46:29,527 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-17 22:46:29,527 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-08-17 22:46:29,550 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-17 22:46:31,635 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', 'id': u'e13bba93aaa342088282473aed20f10d', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-08-17 22:46:32,099 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd96fbd276ed1479b84bff100092c2009', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_6d80ff71-7873-4192-8422-7b0fc4357791'}) 2018-08-17 22:46:32,265 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-17 22:46:32,441 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/b0af4407ad38412488066fab874c7e94'}, 'domain_id': None, 'human_id': None, 'id': u'b0af4407ad38412488066fab874c7e94', 'HUMAN_ID': False}) 2018-08-17 22:46:32,991 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '13a0b8d7-bc91-4336-b35e-5fe1248d7233', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_6d80ff71-7873-4192-8422-7b0fc4357791', 'project_id': u'e13bba93aaa342088282473aed20f10d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-17 22:46:32,997 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_6d80ff71-7873-4192-8422-7b0fc4357791', 'password': '13a0b8d7-bc91-4336-b35e-5fe1248d7233', 'project_name': 'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'e13bba93aaa342088282473aed20f10d', 'project_domain_name': 'Default'} 2018-08-17 22:46:32,997 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-17 22:46:34,238 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T22:46:34Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'c310f623-1d46-415b-bc2c-d11dbb8df0eb', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_6d80ff71-7873-4192-8422-7b0fc4357791', u'admin_state_up': True, u'tenant_id': u'e13bba93aaa342088282473aed20f10d', u'created_at': u'2018-08-17T22:46:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e13bba93aaa342088282473aed20f10d'}) 2018-08-17 22:46:35,173 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T22:46:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5f8ff47b-aba5-4735-98bc-666c8a440fc4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_6d80ff71-7873-4192-8422-7b0fc4357791', u'enable_dhcp': True, u'network_id': u'c310f623-1d46-415b-bc2c-d11dbb8df0eb', u'tenant_id': u'e13bba93aaa342088282473aed20f10d', u'created_at': u'2018-08-17T22:46:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e13bba93aaa342088282473aed20f10d'}) 2018-08-17 22:46:36,529 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc739f81-9309-4c1b-939c-91b62eaba784', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8881535-7d85-42d5-a1f1-4d047b73c770', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e13bba93aaa342088282473aed20f10d', u'created_at': u'2018-08-17T22:46:35Z', u'admin_state_up': True, u'updated_at': u'2018-08-17T22:46:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'e13bba93aaa342088282473aed20f10d', u'id': u'06bb36e7-1590-40e0-af79-9dde867b077e', u'name': u'vping_ssh-router_6d80ff71-7873-4192-8422-7b0fc4357791'}) 2018-08-17 22:46:40,233 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/59cffe45-ee7c-45ce-b7b6-5065ef9edfb2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/59cffe45-ee7c-45ce-b7b6-5065ef9edfb2/file', 'owner': u'e13bba93aaa342088282473aed20f10d', 'id': u'59cffe45-ee7c-45ce-b7b6-5065ef9edfb2', 'size': 12716032, u'self': u'/v2/images/59cffe45-ee7c-45ce-b7b6-5065ef9edfb2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e13bba93aaa342088282473aed20f10d', 'name': 'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/59cffe45-ee7c-45ce-b7b6-5065ef9edfb2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T22:46:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-17T22:46:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_6d80ff71-7873-4192-8422-7b0fc4357791', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/59cffe45-ee7c-45ce-b7b6-5065ef9edfb2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_6d80ff71-7873-4192-8422-7b0fc4357791', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_6d80ff71-7873-4192-8422-7b0fc4357791', 'created': u'2018-08-17T22:46:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T22:46:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/59cffe45-ee7c-45ce-b7b6-5065ef9edfb2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_6d80ff71-7873-4192-8422-7b0fc4357791', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 22:46:40,417 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_6d80ff71-7873-4192-8422-7b0fc4357791', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', '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'8e08f160-cee4-4bdc-aed4-01e24aee171c', 'swap': 0}) 2018-08-17 22:46:40,758 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGQCy+eRrVuuuaavpKa/NlWEYjeZchlDVJr/uvV2nfA9AE3KrrZCoskz6qeq5SMUOwo+iIzVK4OvevjtYbl0CQ1MAPhECQkAumMp3hpFzIrF+hP4etHaeWk0sIOCDac7JgIVAqzQAuxUokQYhTIIa2JovL5z7tM15wulkeKeYMlT/kloD1bUqvF9iABCS1l2kzq6rBkc8TgbMe0uDcBOwy8U+tHM1HW1lVnqKUn6wsvK+tJX7EzIyL7WZxcqARTNUvv3GlHcf3DPk14GRoH4banC8N7kH2hbg7ZWbui94DDHbXmupmNUsYIJhHBUU+Ti6FM08H3/UtEwAq2Gi2s7Kr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxkAsvnka1brrmmr6SmvzZVhGI3mXIZQ1Sa/7r1dp3wPQBNyq\n62QqLJM+qnquUjFDsKPoiM1SuDr3r47WG5dAkNTAD4RAkJALpjKd4aRcyKxfoT+H\nrR2nlpNLCDgg2nOyYCFQKs0ALsVKJEGIUyCGtiaLy+c+7TNecLpZHinmDJU/5JaA\n9W1KrxfYgAQktZdpM6uqwZHPE4GzHtLg3ATsMvFPrRzNR1tZVZ6ilJ+sLLyvrSV+\nxMyMi+1mcXKgEUzVL79xpR3H9wz5NeBkaB+G2pwvDe5B9oW4O2Vm7oveAwx215rq\nZjVLGCCYRwVFPk4uhTNPB9/1LRMAKthotrOyqwIDAQABAoIBAF+pAa4a86bj3eGR\n8xnMAxMIyDc/6XvrbtcSkqhlzpEs3sgpzlNs7qi5mAhc0Baa7OWkAYVZRavd0Dwm\n+QsxLZd1AQO7tgfLacOVMvd4/shZ3H8LD6Wp5H7UreTWaIvgPdcC3BL6/jaTPhZG\nhMhPrpDgAp6uA4AjRFOyp2PVpcq1s2F8jjJMUMQI1KsQVb5H1O51huMb6/B+g4WW\n2ZcCoVrY3WCk3bGIFuuCNVJCtBz9htrn4YjWKxZ5yv8ZG7mREMgVqkckN5FLvU0U\nyrWBUYzhna9xkpiZbKV8R8RE4gSYIIGPXubogJDWYTSjdHoLNz2fcHX2jRdaWhbb\n+1PJveECgYEA9sa94zDP/D+Rru7fYY8gh7fUh0Z2olam6f1iSs+iyDoayj4vVzKy\nLTHAK0kSIxLzjTeuFk23BFvHnX/NMbQkYtITzBzTiIlW1gOACTPnuuvbjAd6grZ1\netKC5MqYZ8MDlNReAoxAzKTXQ6qx4aY4rJP4nfdRroyy1SqPhNUEhLsCgYEAzake\nllA5ICje9HAZJ7S8ZOCdsObjtoSB1WTvngYAnuV665WvrscJOn0Ftrf1M65KRfQc\n00tEKXV6Mx2ablFlqUBWW+HabcEVT1mz9XmgoZmtRrSAJhvR/hi1dJ/zYO5gIDpm\nmegovuk6d5D6kM+QaMRZ4eitiBxYOQt891g/otECgYEApIvig8HBfS4aAu3ubwvT\nogtWoBjA9AAZbf5xcva+UQpFYMNUJ617Fx2MSJCBkneJhIkzAFYzial1EbTs6o52\nkJoJb1ltRyZki3FsBzbf9khcbSNzcgMdlJcXhlz8gHuNQMjWIpbIgmwLyWfhElgW\nhCRqa1JE2cGhYPfvGKA9Ug8CgYAW0sLjOYntaLu9csdH4cXaiBbX7/erZK8n6Giz\nJ8Vf3OW0SUtS4SHEDOXabjXXA2uYscuVI1AwLapfC9T8kynuC4bJ8ZmU/o2H3dOb\n1WCfLnfNVfC2yfWW9lUE2U9gHXQrf2+tetcywJ1NcZhtA6vqBIhZCsJfTY343q6C\noJeHUQKBgCPBmAFE7abXgWFeIeDOAGaP2flanlqWrrna6WfLIQsy/e+Lnmua5zrb\n7oykueX3Xjr9AsMOiY2qXTo5m1dwEqaT3Z2ogFTDblmg9OtjMqRz1wHqCAEuBgaT\n5zzGbOQkM675EO/SOLbP6Ing9tsx7rPFEm+pnRV54dNPG/OLpVsp\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd96fbd276ed1479b84bff100092c2009', 'name': u'vping_ssh-kp_6d80ff71-7873-4192-8422-7b0fc4357791', 'created_at': '2018-08-17T22:46:40.758012', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e13bba93aaa342088282473aed20f10d', 'name': 'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2b:cc:ab:42:a3:d5:6f:f2:a3:f7:cd:f8:a5:6d:11:e1', 'type': 'ssh', 'id': u'vping_ssh-kp_6d80ff71-7873-4192-8422-7b0fc4357791'}) 2018-08-17 22:46:40,758 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAxkAsvnka1brrmmr6SmvzZVhGI3mXIZQ1Sa/7r1dp3wPQBNyq 62QqLJM+qnquUjFDsKPoiM1SuDr3r47WG5dAkNTAD4RAkJALpjKd4aRcyKxfoT+H rR2nlpNLCDgg2nOyYCFQKs0ALsVKJEGIUyCGtiaLy+c+7TNecLpZHinmDJU/5JaA 9W1KrxfYgAQktZdpM6uqwZHPE4GzHtLg3ATsMvFPrRzNR1tZVZ6ilJ+sLLyvrSV+ xMyMi+1mcXKgEUzVL79xpR3H9wz5NeBkaB+G2pwvDe5B9oW4O2Vm7oveAwx215rq ZjVLGCCYRwVFPk4uhTNPB9/1LRMAKthotrOyqwIDAQABAoIBAF+pAa4a86bj3eGR 8xnMAxMIyDc/6XvrbtcSkqhlzpEs3sgpzlNs7qi5mAhc0Baa7OWkAYVZRavd0Dwm +QsxLZd1AQO7tgfLacOVMvd4/shZ3H8LD6Wp5H7UreTWaIvgPdcC3BL6/jaTPhZG hMhPrpDgAp6uA4AjRFOyp2PVpcq1s2F8jjJMUMQI1KsQVb5H1O51huMb6/B+g4WW 2ZcCoVrY3WCk3bGIFuuCNVJCtBz9htrn4YjWKxZ5yv8ZG7mREMgVqkckN5FLvU0U yrWBUYzhna9xkpiZbKV8R8RE4gSYIIGPXubogJDWYTSjdHoLNz2fcHX2jRdaWhbb +1PJveECgYEA9sa94zDP/D+Rru7fYY8gh7fUh0Z2olam6f1iSs+iyDoayj4vVzKy LTHAK0kSIxLzjTeuFk23BFvHnX/NMbQkYtITzBzTiIlW1gOACTPnuuvbjAd6grZ1 etKC5MqYZ8MDlNReAoxAzKTXQ6qx4aY4rJP4nfdRroyy1SqPhNUEhLsCgYEAzake llA5ICje9HAZJ7S8ZOCdsObjtoSB1WTvngYAnuV665WvrscJOn0Ftrf1M65KRfQc 00tEKXV6Mx2ablFlqUBWW+HabcEVT1mz9XmgoZmtRrSAJhvR/hi1dJ/zYO5gIDpm megovuk6d5D6kM+QaMRZ4eitiBxYOQt891g/otECgYEApIvig8HBfS4aAu3ubwvT ogtWoBjA9AAZbf5xcva+UQpFYMNUJ617Fx2MSJCBkneJhIkzAFYzial1EbTs6o52 kJoJb1ltRyZki3FsBzbf9khcbSNzcgMdlJcXhlz8gHuNQMjWIpbIgmwLyWfhElgW hCRqa1JE2cGhYPfvGKA9Ug8CgYAW0sLjOYntaLu9csdH4cXaiBbX7/erZK8n6Giz J8Vf3OW0SUtS4SHEDOXabjXXA2uYscuVI1AwLapfC9T8kynuC4bJ8ZmU/o2H3dOb 1WCfLnfNVfC2yfWW9lUE2U9gHXQrf2+tetcywJ1NcZhtA6vqBIhZCsJfTY343q6C oJeHUQKBgCPBmAFE7abXgWFeIeDOAGaP2flanlqWrrna6WfLIQsy/e+Lnmua5zrb 7oykueX3Xjr9AsMOiY2qXTo5m1dwEqaT3Z2ogFTDblmg9OtjMqRz1wHqCAEuBgaT 5zzGbOQkM675EO/SOLbP6Ing9tsx7rPFEm+pnRV54dNPG/OLpVsp -----END RSA PRIVATE KEY----- 2018-08-17 22:46:50,666 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_6d80ff71-7873-4192-8422-7b0fc4357791': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:05:14:db', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'59cffe45-ee7c-45ce-b7b6-5065ef9edfb2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:46:48.000000', 'flavor': Munch({u'id': u'8e08f160-cee4-4bdc-aed4-01e24aee171c'}), 'az': u'nova', 'id': u'b48c797e-1f63-46bf-abe3-c5233d0613fb', 'security_groups': [Munch({u'name': u'vping_ssh-sg_6d80ff71-7873-4192-8422-7b0fc4357791'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd96fbd276ed1479b84bff100092c2009', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e13bba93aaa342088282473aed20f10d', 'name': 'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-17T22:46:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-17T22:46:49Z', 'hostId': u'790b9bbb342a02466dd128db7d448adf78063ca3e832e5344ed285d8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'790b9bbb342a02466dd128db7d448adf78063ca3e832e5344ed285d8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:46:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e13bba93aaa342088282473aed20f10d', 'name': u'vping_ssh-vm2_6d80ff71-7873-4192-8422-7b0fc4357791', 'adminPass': u'3PWD5wNCxXz6', 'tenant_id': u'e13bba93aaa342088282473aed20f10d', 'region': 'regionOne', 'created': u'2018-08-17T22:46:44Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-17 22:47:03,482 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_6d80ff71-7873-4192-8422-7b0fc4357791': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0d:e6:90', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'59cffe45-ee7c-45ce-b7b6-5065ef9edfb2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:47:00.000000', 'flavor': Munch({u'id': u'8e08f160-cee4-4bdc-aed4-01e24aee171c'}), 'az': u'nova', 'id': u'e64c00e4-ad80-47e4-a493-b54b7fb9980c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_6d80ff71-7873-4192-8422-7b0fc4357791'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd96fbd276ed1479b84bff100092c2009', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e13bba93aaa342088282473aed20f10d', 'name': 'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-17T22:47:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-17T22:47:01Z', 'hostId': u'a2432cc889f204fb3178764a31b28bb45c69ab0f34fe958075040972', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_6d80ff71-7873-4192-8422-7b0fc4357791', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'a2432cc889f204fb3178764a31b28bb45c69ab0f34fe958075040972', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:47:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e13bba93aaa342088282473aed20f10d', 'name': u'vping_ssh-vm_6d80ff71-7873-4192-8422-7b0fc4357791', 'adminPass': u'P93hyVXbGjtW', 'tenant_id': u'e13bba93aaa342088282473aed20f10d', 'region': 'regionOne', 'created': u'2018-08-17T22:46:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-17 22:47:05,342 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'06bb36e7-1590-40e0-af79-9dde867b077e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e13bba93aaa342088282473aed20f10d', 'created_at': u'2018-08-17T22:47:04Z', 'attached': True, 'updated_at': u'2018-08-17T22:47:04Z', 'id': u'4c995800-3ed4-4ad3-bec3-505df3573fb7', 'floating_network_id': u'fc739f81-9309-4c1b-939c-91b62eaba784', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e13bba93aaa342088282473aed20f10d', 'name': 'vping_ssh-project_6d80ff71-7873-4192-8422-7b0fc4357791', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'06bb36e7-1590-40e0-af79-9dde867b077e', 'project_id': u'e13bba93aaa342088282473aed20f10d', 'port_id': u'c100db7d-2eb0-4e4c-8f4f-31aeb90ee654', 'port': u'c100db7d-2eb0-4e4c-8f4f-31aeb90ee654', 'network': u'fc739f81-9309-4c1b-939c-91b62eaba784'}) 2018-08-17 22:47:06,448 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488302818 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.143644] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.145645] pid_max: default: 32768 minimum: 301 [ 0.146718] ACPI: Core revision 20150930 [ 0.148253] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149808] Security Framework initialized [ 0.150795] Yama: becoming mindful. [ 0.151655] AppArmor: AppArmor initialized [ 0.152659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155791] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157237] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158914] Initializing cgroup subsys io [ 0.159899] Initializing cgroup subsys memory [ 0.160925] Initializing cgroup subsys devices [ 0.161972] Initializing cgroup subsys freezer [ 0.163021] Initializing cgroup subsys net_cls [ 0.164061] Initializing cgroup subsys perf_event [ 0.165147] Initializing cgroup subsys net_prio [ 0.166209] Initializing cgroup subsys hugetlb [ 0.167252] Initializing cgroup subsys pids [ 0.168300] CPU: Physical Processor ID: 0 [ 0.169966] mce: CPU supports 10 MCE banks [ 0.170995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.172199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184725] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192175] ftrace: allocating 31920 entries in 125 pages [ 0.220077] smpboot: Max logical packages: 1 [ 0.221407] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223506] x2apic enabled [ 0.224602] Switched APIC routing to physical x2apic. [ 0.226896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234496] KVM setup paravirtual spinlock [ 0.236360] x86: Booted up 1 node, 1 CPUs [ 0.237607] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239553] devtmpfs: initialized [ 0.241296] evm: security.selinux [ 0.242024] evm: security.SMACK64 [ 0.242713] evm: security.SMACK64EXEC [ 0.243449] evm: security.SMACK64TRANSMUTE [ 0.244264] evm: security.SMACK64MMAP [ 0.245014] evm: security.ima [ 0.245648] evm: security.capability [ 0.246462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248332] pinctrl core: initialized pinctrl subsystem [ 0.249432] RTC time: 22:47:00, date: 08/17/18 [ 0.250410] NET: Registered protocol family 16 [ 0.251389] cpuidle: using governor ladder [ 0.252220] cpuidle: using governor menu [ 0.253013] PCCT header not found. [ 0.253746] ACPI: bus type PCI registered [ 0.254529] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255749] PCI: Using configuration type 1 for base access [ 0.257464] ACPI: Added _OSI(Module Device) [ 0.258315] ACPI: Added _OSI(Processor Device) [ 0.259159] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262212] ACPI: Interpreter enabled [ 0.262992] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270831] ACPI: (supports S0 S5) [ 0.271514] ACPI: Using IOAPIC for interrupt routing [ 0.272604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276848] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279257] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.281482] acpiphp: Slot [3] registered [ 0.282298] acpiphp: Slot [4] registered [ 0.283102] acpiphp: Slot [5] registered [ 0.283918] acpiphp: Slot [6] registered [ 0.284710] acpiphp: Slot [7] registered [ 0.285505] acpiphp: Slot [8] registered [ 0.286316] acpiphp: Slot [9] registered [ 0.287123] acpiphp: Slot [10] registered [ 0.287941] acpiphp: Slot [11] registered [ 0.288747] acpiphp: Slot [12] registered [ 0.289553] acpiphp: Slot [13] registered [ 0.290374] acpiphp: Slot [14] registered [ 0.291192] acpiphp: Slot [15] registered [ 0.302105] acpiphp: Slot [16] registered [ 0.302936] acpiphp: Slot [17] registered [ 0.303728] acpiphp: Slot [18] registered [ 0.304513] acpiphp: Slot [19] registered [ 0.305330] acpiphp: Slot [20] registered [ 0.306129] acpiphp: Slot [21] registered [ 0.306923] acpiphp: Slot [22] registered [ 0.307714] acpiphp: Slot [23] registered [ 0.308502] acpiphp: Slot [24] registered [ 0.309321] acpiphp: Slot [25] registered [ 0.310145] acpiphp: Slot [26] registered [ 0.310937] acpiphp: Slot [27] registered [ 0.311728] acpiphp: Slot [28] registered [ 0.312537] acpiphp: Slot [29] registered [ 0.313344] acpiphp: Slot [30] registered [ 0.314169] acpiphp: Slot [31] registered [ 0.315155] PCI host bridge to bus 0000:00 [ 0.316227] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318777] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327851] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329097] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330240] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.338051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385464] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386904] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388296] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.389913] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.391271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.392914] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.394102] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.395161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396676] vgaarb: loaded [ 0.397262] vgaarb: bridge control possible 0000:00:02.0 [ 0.398376] SCSI subsystem initialized [ 0.399175] ACPI: bus type USB registered [ 0.399974] usbcore: registered new interface driver usbfs [ 0.401011] usbcore: registered new interface driver hub [ 0.401995] usbcore: registered new device driver usb [ 0.403041] PCI: Using ACPI for IRQ routing [ 0.404086] NetLabel: Initializing [ 0.404781] NetLabel: domain hash size = 128 [ 0.405614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.406537] NetLabel: unlabeled traffic allowed by default [ 0.407611] clocksource: Switched to clocksource kvm-clock [ 0.413054] AppArmor: AppArmor Filesystem Enabled [ 0.414024] pnp: PnP ACPI init [ 0.414944] pnp: PnP ACPI: found 5 devices [ 0.421322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422988] NET: Registered protocol family 2 [ 0.423940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426438] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427608] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429790] NET: Registered protocol family 1 [ 0.430639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.431714] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.432755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.446477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.460473] Trying to unpack rootfs image as initramfs... [ 0.509599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.523062] Scanning for low memory corruption every 60 seconds [ 0.524404] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525568] audit: initializing netlink subsys (disabled) [ 0.526594] audit: type=2000 audit(1534546021.140:1): initialized [ 0.527877] Initialise system trusted keyring [ 0.528773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531852] zbud: loaded [ 0.532546] VFS: Disk quotas dquot_6.6.0 [ 0.533371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534855] fuse init (API version 7.23) [ 0.535771] Key type big_key registered [ 0.536678] Allocating IMA MOK and blacklist keyrings. [ 0.538007] Key type asymmetric registered [ 0.539026] Asymmetric key parser 'x509' registered [ 0.540208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.542001] io scheduler noop registered [ 0.542969] io scheduler deadline registered (default) [ 0.544194] io scheduler cfq registered [ 0.545291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.546572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.548129] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.549885] ACPI: Power Button [PWRF] [ 0.551302] GHES: HEST is not enabled! [ 0.564880] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623830] Linux agpgart interface v0.103 [ 0.625880] brd: module loaded [ 0.627075] loop: module loaded [ 0.632178] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.634006] GPT:90111 != 2097151 [ 0.634885] GPT:Alternate GPT header not at the end of the disk. [ 0.636328] GPT:90111 != 2097151 [ 0.637177] GPT: Use GNU Parted to correct GPT errors. [ 0.638437] vda: vda1 vda15 [ 0.640485] scsi host0: ata_piix [ 0.641416] scsi host1: ata_piix [ 0.642316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.643991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645917] libphy: Fixed MDIO Bus: probed [ 0.647065] tun: Universal TUN/TAP device driver, 1.6 [ 0.648356] tun: (C) 1999-2004 Max Krasnyansky [ 0.651491] PPP generic driver version 2.4.2 [ 0.652679] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653866] ehci-pci: EHCI PCI platform driver [ 0.654731] ehci-platform: EHCI generic platform driver [ 0.655727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.656950] ohci-pci: OHCI PCI platform driver [ 0.657811] ohci-platform: OHCI generic platform driver [ 0.658790] uhci_hcd: USB Universal Host Controller Interface driver [ 0.673216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.674218] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676697] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.680430] usb usb1: Product: UHCI Host Controller [ 0.681358] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.682496] usb usb1: SerialNumber: 0000:00:01.2 [ 0.683507] hub 1-0:1.0: USB hub found [ 0.684290] hub 1-0:1.0: 2 ports detected [ 0.685200] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.687297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.688253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.689280] mousedev: PS/2 mouse device common for all mice [ 0.690532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.692359] rtc_cmos 00:00: RTC can wake from S4 [ 0.693446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.694638] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.695826] i2c /dev entries driver [ 0.696591] device-mapper: uevent: version 1.0.3 [ 0.697522] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.699140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.700422] NET: Registered protocol family 10 [ 0.701413] NET: Registered protocol family 17 [ 0.702303] Key type dns_resolver registered [ 0.703223] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704320] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706067] registered taskstats version 1 [ 0.706906] Loading compiled-in X.509 certificates [ 0.708347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.710182] zswap: loaded using pool lzo/zbud [ 0.711539] Key type trusted registered [ 0.713094] Key type encrypted registered [ 0.713922] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714941] ima: No TPM chip found, activating TPM-bypass! [ 0.715979] evm: HMAC attrs: 0x1 [ 0.716924] Magic number: 14:859:805 [ 0.717789] rtc_cmos 00:00: setting system clock to 2018-08-17 22:47:01 UTC (1534546021) [ 0.719365] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.720478] EDD information not available. [ 0.804638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.806179] Write protecting the kernel read-only data: 14336k [ 0.818137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.819936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.202386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-08-17 22:47:07,451 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-17 22:47:17,575 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488302818 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.143644] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.145645] pid_max: default: 32768 minimum: 301 [ 0.146718] ACPI: Core revision 20150930 [ 0.148253] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149808] Security Framework initialized [ 0.150795] Yama: becoming mindful. [ 0.151655] AppArmor: AppArmor initialized [ 0.152659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155791] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157237] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158914] Initializing cgroup subsys io [ 0.159899] Initializing cgroup subsys memory [ 0.160925] Initializing cgroup subsys devices [ 0.161972] Initializing cgroup subsys freezer [ 0.163021] Initializing cgroup subsys net_cls [ 0.164061] Initializing cgroup subsys perf_event [ 0.165147] Initializing cgroup subsys net_prio [ 0.166209] Initializing cgroup subsys hugetlb [ 0.167252] Initializing cgroup subsys pids [ 0.168300] CPU: Physical Processor ID: 0 [ 0.169966] mce: CPU supports 10 MCE banks [ 0.170995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.172199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184725] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192175] ftrace: allocating 31920 entries in 125 pages [ 0.220077] smpboot: Max logical packages: 1 [ 0.221407] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223506] x2apic enabled [ 0.224602] Switched APIC routing to physical x2apic. [ 0.226896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234496] KVM setup paravirtual spinlock [ 0.236360] x86: Booted up 1 node, 1 CPUs [ 0.237607] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239553] devtmpfs: initialized [ 0.241296] evm: security.selinux [ 0.242024] evm: security.SMACK64 [ 0.242713] evm: security.SMACK64EXEC [ 0.243449] evm: security.SMACK64TRANSMUTE [ 0.244264] evm: security.SMACK64MMAP [ 0.245014] evm: security.ima [ 0.245648] evm: security.capability [ 0.246462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248332] pinctrl core: initialized pinctrl subsystem [ 0.249432] RTC time: 22:47:00, date: 08/17/18 [ 0.250410] NET: Registered protocol family 16 [ 0.251389] cpuidle: using governor ladder [ 0.252220] cpuidle: using governor menu [ 0.253013] PCCT header not found. [ 0.253746] ACPI: bus type PCI registered [ 0.254529] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255749] PCI: Using configuration type 1 for base access [ 0.257464] ACPI: Added _OSI(Module Device) [ 0.258315] ACPI: Added _OSI(Processor Device) [ 0.259159] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262212] ACPI: Interpreter enabled [ 0.262992] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270831] ACPI: (supports S0 S5) [ 0.271514] ACPI: Using IOAPIC for interrupt routing [ 0.272604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276848] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279257] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.281482] acpiphp: Slot [3] registered [ 0.282298] acpiphp: Slot [4] registered [ 0.283102] acpiphp: Slot [5] registered [ 0.283918] acpiphp: Slot [6] registered [ 0.284710] acpiphp: Slot [7] registered [ 0.285505] acpiphp: Slot [8] registered [ 0.286316] acpiphp: Slot [9] registered [ 0.287123] acpiphp: Slot [10] registered [ 0.287941] acpiphp: Slot [11] registered [ 0.288747] acpiphp: Slot [12] registered [ 0.289553] acpiphp: Slot [13] registered [ 0.290374] acpiphp: Slot [14] registered [ 0.291192] acpiphp: Slot [15] registered [ 0.302105] acpiphp: Slot [16] registered [ 0.302936] acpiphp: Slot [17] registered [ 0.303728] acpiphp: Slot [18] registered [ 0.304513] acpiphp: Slot [19] registered [ 0.305330] acpiphp: Slot [20] registered [ 0.306129] acpiphp: Slot [21] registered [ 0.306923] acpiphp: Slot [22] registered [ 0.307714] acpiphp: Slot [23] registered [ 0.308502] acpiphp: Slot [24] registered [ 0.309321] acpiphp: Slot [25] registered [ 0.310145] acpiphp: Slot [26] registered [ 0.310937] acpiphp: Slot [27] registered [ 0.311728] acpiphp: Slot [28] registered [ 0.312537] acpiphp: Slot [29] registered [ 0.313344] acpiphp: Slot [30] registered [ 0.314169] acpiphp: Slot [31] registered [ 0.315155] PCI host bridge to bus 0000:00 [ 0.316227] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318777] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327851] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329097] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330240] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.338051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385464] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386904] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388296] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.389913] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.391271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.392914] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.394102] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.395161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396676] vgaarb: loaded [ 0.397262] vgaarb: bridge control possible 0000:00:02.0 [ 0.398376] SCSI subsystem initialized [ 0.399175] ACPI: bus type USB registered [ 0.399974] usbcore: registered new interface driver usbfs [ 0.401011] usbcore: registered new interface driver hub [ 0.401995] usbcore: registered new device driver usb [ 0.403041] PCI: Using ACPI for IRQ routing [ 0.404086] NetLabel: Initializing [ 0.404781] NetLabel: domain hash size = 128 [ 0.405614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.406537] NetLabel: unlabeled traffic allowed by default [ 0.407611] clocksource: Switched to clocksource kvm-clock [ 0.413054] AppArmor: AppArmor Filesystem Enabled [ 0.414024] pnp: PnP ACPI init [ 0.414944] pnp: PnP ACPI: found 5 devices [ 0.421322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422988] NET: Registered protocol family 2 [ 0.423940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426438] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427608] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429790] NET: Registered protocol family 1 [ 0.430639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.431714] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.432755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.446477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.460473] Trying to unpack rootfs image as initramfs... [ 0.509599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.523062] Scanning for low memory corruption every 60 seconds [ 0.524404] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525568] audit: initializing netlink subsys (disabled) [ 0.526594] audit: type=2000 audit(1534546021.140:1): initialized [ 0.527877] Initialise system trusted keyring [ 0.528773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531852] zbud: loaded [ 0.532546] VFS: Disk quotas dquot_6.6.0 [ 0.533371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534855] fuse init (API version 7.23) [ 0.535771] Key type big_key registered [ 0.536678] Allocating IMA MOK and blacklist keyrings. [ 0.538007] Key type asymmetric registered [ 0.539026] Asymmetric key parser 'x509' registered [ 0.540208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.542001] io scheduler noop registered [ 0.542969] io scheduler deadline registered (default) [ 0.544194] io scheduler cfq registered [ 0.545291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.546572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.548129] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.549885] ACPI: Power Button [PWRF] [ 0.551302] GHES: HEST is not enabled! [ 0.564880] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623830] Linux agpgart interface v0.103 [ 0.625880] brd: module loaded [ 0.627075] loop: module loaded [ 0.632178] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.634006] GPT:90111 != 2097151 [ 0.634885] GPT:Alternate GPT header not at the end of the disk. [ 0.636328] GPT:90111 != 2097151 [ 0.637177] GPT: Use GNU Parted to correct GPT errors. [ 0.638437] vda: vda1 vda15 [ 0.640485] scsi host0: ata_piix [ 0.641416] scsi host1: ata_piix [ 0.642316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.643991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645917] libphy: Fixed MDIO Bus: probed [ 0.647065] tun: Universal TUN/TAP device driver, 1.6 [ 0.648356] tun: (C) 1999-2004 Max Krasnyansky [ 0.651491] PPP generic driver version 2.4.2 [ 0.652679] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653866] ehci-pci: EHCI PCI platform driver [ 0.654731] ehci-platform: EHCI generic platform driver [ 0.655727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.656950] ohci-pci: OHCI PCI platform driver [ 0.657811] ohci-platform: OHCI generic platform driver [ 0.658790] uhci_hcd: USB Universal Host Controller Interface driver [ 0.673216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.674218] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676697] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.680430] usb usb1: Product: UHCI Host Controller [ 0.681358] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.682496] usb usb1: SerialNumber: 0000:00:01.2 [ 0.683507] hub 1-0:1.0: USB hub found [ 0.684290] hub 1-0:1.0: 2 ports detected [ 0.685200] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.687297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.688253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.689280] mousedev: PS/2 mouse device common for all mice [ 0.690532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.692359] rtc_cmos 00:00: RTC can wake from S4 [ 0.693446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.694638] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.695826] i2c /dev entries driver [ 0.696591] device-mapper: uevent: version 1.0.3 [ 0.697522] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.699140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.700422] NET: Registered protocol family 10 [ 0.701413] NET: Registered protocol family 17 [ 0.702303] Key type dns_resolver registered [ 0.703223] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704320] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706067] registered taskstats version 1 [ 0.706906] Loading compiled-in X.509 certificates [ 0.708347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.710182] zswap: loaded using pool lzo/zbud [ 0.711539] Key type trusted registered [ 0.713094] Key type encrypted registered [ 0.713922] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714941] ima: No TPM chip found, activating TPM-bypass! [ 0.715979] evm: HMAC attrs: 0x1 [ 0.716924] Magic number: 14:859:805 [ 0.717789] rtc_cmos 00:00: setting system clock to 2018-08-17 22:47:01 UTC (1534546021) [ 0.719365] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.720478] EDD information not available. [ 0.804638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.806179] Write protecting the kernel read-only data: 14336k [ 0.818137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.819936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.202386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-08-17 22:47:18,577 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.200: timed out 2018-08-17 22:47:28,703 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488302818 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.143644] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.145645] pid_max: default: 32768 minimum: 301 [ 0.146718] ACPI: Core revision 20150930 [ 0.148253] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149808] Security Framework initialized [ 0.150795] Yama: becoming mindful. [ 0.151655] AppArmor: AppArmor initialized [ 0.152659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155791] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157237] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158914] Initializing cgroup subsys io [ 0.159899] Initializing cgroup subsys memory [ 0.160925] Initializing cgroup subsys devices [ 0.161972] Initializing cgroup subsys freezer [ 0.163021] Initializing cgroup subsys net_cls [ 0.164061] Initializing cgroup subsys perf_event [ 0.165147] Initializing cgroup subsys net_prio [ 0.166209] Initializing cgroup subsys hugetlb [ 0.167252] Initializing cgroup subsys pids [ 0.168300] CPU: Physical Processor ID: 0 [ 0.169966] mce: CPU supports 10 MCE banks [ 0.170995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.172199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184725] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192175] ftrace: allocating 31920 entries in 125 pages [ 0.220077] smpboot: Max logical packages: 1 [ 0.221407] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223506] x2apic enabled [ 0.224602] Switched APIC routing to physical x2apic. [ 0.226896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234496] KVM setup paravirtual spinlock [ 0.236360] x86: Booted up 1 node, 1 CPUs [ 0.237607] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239553] devtmpfs: initialized [ 0.241296] evm: security.selinux [ 0.242024] evm: security.SMACK64 [ 0.242713] evm: security.SMACK64EXEC [ 0.243449] evm: security.SMACK64TRANSMUTE [ 0.244264] evm: security.SMACK64MMAP [ 0.245014] evm: security.ima [ 0.245648] evm: security.capability [ 0.246462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248332] pinctrl core: initialized pinctrl subsystem [ 0.249432] RTC time: 22:47:00, date: 08/17/18 [ 0.250410] NET: Registered protocol family 16 [ 0.251389] cpuidle: using governor ladder [ 0.252220] cpuidle: using governor menu [ 0.253013] PCCT header not found. [ 0.253746] ACPI: bus type PCI registered [ 0.254529] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255749] PCI: Using configuration type 1 for base access [ 0.257464] ACPI: Added _OSI(Module Device) [ 0.258315] ACPI: Added _OSI(Processor Device) [ 0.259159] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262212] ACPI: Interpreter enabled [ 0.262992] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270831] ACPI: (supports S0 S5) [ 0.271514] ACPI: Using IOAPIC for interrupt routing [ 0.272604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276848] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279257] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.281482] acpiphp: Slot [3] registered [ 0.282298] acpiphp: Slot [4] registered [ 0.283102] acpiphp: Slot [5] registered [ 0.283918] acpiphp: Slot [6] registered [ 0.284710] acpiphp: Slot [7] registered [ 0.285505] acpiphp: Slot [8] registered [ 0.286316] acpiphp: Slot [9] registered [ 0.287123] acpiphp: Slot [10] registered [ 0.287941] acpiphp: Slot [11] registered [ 0.288747] acpiphp: Slot [12] registered [ 0.289553] acpiphp: Slot [13] registered [ 0.290374] acpiphp: Slot [14] registered [ 0.291192] acpiphp: Slot [15] registered [ 0.302105] acpiphp: Slot [16] registered [ 0.302936] acpiphp: Slot [17] registered [ 0.303728] acpiphp: Slot [18] registered [ 0.304513] acpiphp: Slot [19] registered [ 0.305330] acpiphp: Slot [20] registered [ 0.306129] acpiphp: Slot [21] registered [ 0.306923] acpiphp: Slot [22] registered [ 0.307714] acpiphp: Slot [23] registered [ 0.308502] acpiphp: Slot [24] registered [ 0.309321] acpiphp: Slot [25] registered [ 0.310145] acpiphp: Slot [26] registered [ 0.310937] acpiphp: Slot [27] registered [ 0.311728] acpiphp: Slot [28] registered [ 0.312537] acpiphp: Slot [29] registered [ 0.313344] acpiphp: Slot [30] registered [ 0.314169] acpiphp: Slot [31] registered [ 0.315155] PCI host bridge to bus 0000:00 [ 0.316227] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318777] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327851] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329097] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330240] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.338051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385464] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386904] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388296] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.389913] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.391271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.392914] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.394102] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.395161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396676] vgaarb: loaded [ 0.397262] vgaarb: bridge control possible 0000:00:02.0 [ 0.398376] SCSI subsystem initialized [ 0.399175] ACPI: bus type USB registered [ 0.399974] usbcore: registered new interface driver usbfs [ 0.401011] usbcore: registered new interface driver hub [ 0.401995] usbcore: registered new device driver usb [ 0.403041] PCI: Using ACPI for IRQ routing [ 0.404086] NetLabel: Initializing [ 0.404781] NetLabel: domain hash size = 128 [ 0.405614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.406537] NetLabel: unlabeled traffic allowed by default [ 0.407611] clocksource: Switched to clocksource kvm-clock [ 0.413054] AppArmor: AppArmor Filesystem Enabled [ 0.414024] pnp: PnP ACPI init [ 0.414944] pnp: PnP ACPI: found 5 devices [ 0.421322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422988] NET: Registered protocol family 2 [ 0.423940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426438] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427608] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429790] NET: Registered protocol family 1 [ 0.430639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.431714] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.432755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.446477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.460473] Trying to unpack rootfs image as initramfs... [ 0.509599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.523062] Scanning for low memory corruption every 60 seconds [ 0.524404] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525568] audit: initializing netlink subsys (disabled) [ 0.526594] audit: type=2000 audit(1534546021.140:1): initialized [ 0.527877] Initialise system trusted keyring [ 0.528773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531852] zbud: loaded [ 0.532546] VFS: Disk quotas dquot_6.6.0 [ 0.533371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534855] fuse init (API version 7.23) [ 0.535771] Key type big_key registered [ 0.536678] Allocating IMA MOK and blacklist keyrings. [ 0.538007] Key type asymmetric registered [ 0.539026] Asymmetric key parser 'x509' registered [ 0.540208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.542001] io scheduler noop registered [ 0.542969] io scheduler deadline registered (default) [ 0.544194] io scheduler cfq registered [ 0.545291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.546572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.548129] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.549885] ACPI: Power Button [PWRF] [ 0.551302] GHES: HEST is not enabled! [ 0.564880] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623830] Linux agpgart interface v0.103 [ 0.625880] brd: module loaded [ 0.627075] loop: module loaded [ 0.632178] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.634006] GPT:90111 != 2097151 [ 0.634885] GPT:Alternate GPT header not at the end of the disk. [ 0.636328] GPT:90111 != 2097151 [ 0.637177] GPT: Use GNU Parted to correct GPT errors. [ 0.638437] vda: vda1 vda15 [ 0.640485] scsi host0: ata_piix [ 0.641416] scsi host1: ata_piix [ 0.642316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.643991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645917] libphy: Fixed MDIO Bus: probed [ 0.647065] tun: Universal TUN/TAP device driver, 1.6 [ 0.648356] tun: (C) 1999-2004 Max Krasnyansky [ 0.651491] PPP generic driver version 2.4.2 [ 0.652679] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653866] ehci-pci: EHCI PCI platform driver [ 0.654731] ehci-platform: EHCI generic platform driver [ 0.655727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.656950] ohci-pci: OHCI PCI platform driver [ 0.657811] ohci-platform: OHCI generic platform driver [ 0.658790] uhci_hcd: USB Universal Host Controller Interface driver [ 0.673216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.674218] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676697] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.680430] usb usb1: Product: UHCI Host Controller [ 0.681358] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.682496] usb usb1: SerialNumber: 0000:00:01.2 [ 0.683507] hub 1-0:1.0: USB hub found [ 0.684290] hub 1-0:1.0: 2 ports detected [ 0.685200] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.687297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.688253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.689280] mousedev: PS/2 mouse device common for all mice [ 0.690532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.692359] rtc_cmos 00:00: RTC can wake from S4 [ 0.693446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.694638] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.695826] i2c /dev entries driver [ 0.696591] device-mapper: uevent: version 1.0.3 [ 0.697522] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.699140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.700422] NET: Registered protocol family 10 [ 0.701413] NET: Registered protocol family 17 [ 0.702303] Key type dns_resolver registered [ 0.703223] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704320] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706067] registered taskstats version 1 [ 0.706906] Loading compiled-in X.509 certificates [ 0.708347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.710182] zswap: loaded using pool lzo/zbud [ 0.711539] Key type trusted registered [ 0.713094] Key type encrypted registered [ 0.713922] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714941] ima: No TPM chip found, activating TPM-bypass! [ 0.715979] evm: HMAC attrs: 0x1 [ 0.716924] Magic number: 14:859:805 [ 0.717789] rtc_cmos 00:00: setting system clock to 2018-08-17 22:47:01 UTC (1534546021) [ 0.719365] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.720478] EDD information not available. [ 0.804638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.806179] Write protecting the kernel read-only data: 14336k [ 0.818137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.819936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.202386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-08-17 22:47:29,706 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.200: timed out 2018-08-17 22:47:39,821 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488302818 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.143644] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.145645] pid_max: default: 32768 minimum: 301 [ 0.146718] ACPI: Core revision 20150930 [ 0.148253] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149808] Security Framework initialized [ 0.150795] Yama: becoming mindful. [ 0.151655] AppArmor: AppArmor initialized [ 0.152659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155791] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157237] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158914] Initializing cgroup subsys io [ 0.159899] Initializing cgroup subsys memory [ 0.160925] Initializing cgroup subsys devices [ 0.161972] Initializing cgroup subsys freezer [ 0.163021] Initializing cgroup subsys net_cls [ 0.164061] Initializing cgroup subsys perf_event [ 0.165147] Initializing cgroup subsys net_prio [ 0.166209] Initializing cgroup subsys hugetlb [ 0.167252] Initializing cgroup subsys pids [ 0.168300] CPU: Physical Processor ID: 0 [ 0.169966] mce: CPU supports 10 MCE banks [ 0.170995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.172199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184725] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192175] ftrace: allocating 31920 entries in 125 pages [ 0.220077] smpboot: Max logical packages: 1 [ 0.221407] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223506] x2apic enabled [ 0.224602] Switched APIC routing to physical x2apic. [ 0.226896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234496] KVM setup paravirtual spinlock [ 0.236360] x86: Booted up 1 node, 1 CPUs [ 0.237607] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239553] devtmpfs: initialized [ 0.241296] evm: security.selinux [ 0.242024] evm: security.SMACK64 [ 0.242713] evm: security.SMACK64EXEC [ 0.243449] evm: security.SMACK64TRANSMUTE [ 0.244264] evm: security.SMACK64MMAP [ 0.245014] evm: security.ima [ 0.245648] evm: security.capability [ 0.246462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248332] pinctrl core: initialized pinctrl subsystem [ 0.249432] RTC time: 22:47:00, date: 08/17/18 [ 0.250410] NET: Registered protocol family 16 [ 0.251389] cpuidle: using governor ladder [ 0.252220] cpuidle: using governor menu [ 0.253013] PCCT header not found. [ 0.253746] ACPI: bus type PCI registered [ 0.254529] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255749] PCI: Using configuration type 1 for base access [ 0.257464] ACPI: Added _OSI(Module Device) [ 0.258315] ACPI: Added _OSI(Processor Device) [ 0.259159] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262212] ACPI: Interpreter enabled [ 0.262992] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270831] ACPI: (supports S0 S5) [ 0.271514] ACPI: Using IOAPIC for interrupt routing [ 0.272604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276848] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279257] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.281482] acpiphp: Slot [3] registered [ 0.282298] acpiphp: Slot [4] registered [ 0.283102] acpiphp: Slot [5] registered [ 0.283918] acpiphp: Slot [6] registered [ 0.284710] acpiphp: Slot [7] registered [ 0.285505] acpiphp: Slot [8] registered [ 0.286316] acpiphp: Slot [9] registered [ 0.287123] acpiphp: Slot [10] registered [ 0.287941] acpiphp: Slot [11] registered [ 0.288747] acpiphp: Slot [12] registered [ 0.289553] acpiphp: Slot [13] registered [ 0.290374] acpiphp: Slot [14] registered [ 0.291192] acpiphp: Slot [15] registered [ 0.302105] acpiphp: Slot [16] registered [ 0.302936] acpiphp: Slot [17] registered [ 0.303728] acpiphp: Slot [18] registered [ 0.304513] acpiphp: Slot [19] registered [ 0.305330] acpiphp: Slot [20] registered [ 0.306129] acpiphp: Slot [21] registered [ 0.306923] acpiphp: Slot [22] registered [ 0.307714] acpiphp: Slot [23] registered [ 0.308502] acpiphp: Slot [24] registered [ 0.309321] acpiphp: Slot [25] registered [ 0.310145] acpiphp: Slot [26] registered [ 0.310937] acpiphp: Slot [27] registered [ 0.311728] acpiphp: Slot [28] registered [ 0.312537] acpiphp: Slot [29] registered [ 0.313344] acpiphp: Slot [30] registered [ 0.314169] acpiphp: Slot [31] registered [ 0.315155] PCI host bridge to bus 0000:00 [ 0.316227] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318777] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327851] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329097] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330240] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.338051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385464] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386904] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388296] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.389913] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.391271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.392914] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.394102] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.395161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396676] vgaarb: loaded [ 0.397262] vgaarb: bridge control possible 0000:00:02.0 [ 0.398376] SCSI subsystem initialized [ 0.399175] ACPI: bus type USB registered [ 0.399974] usbcore: registered new interface driver usbfs [ 0.401011] usbcore: registered new interface driver hub [ 0.401995] usbcore: registered new device driver usb [ 0.403041] PCI: Using ACPI for IRQ routing [ 0.404086] NetLabel: Initializing [ 0.404781] NetLabel: domain hash size = 128 [ 0.405614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.406537] NetLabel: unlabeled traffic allowed by default [ 0.407611] clocksource: Switched to clocksource kvm-clock [ 0.413054] AppArmor: AppArmor Filesystem Enabled [ 0.414024] pnp: PnP ACPI init [ 0.414944] pnp: PnP ACPI: found 5 devices [ 0.421322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422988] NET: Registered protocol family 2 [ 0.423940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426438] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427608] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429790] NET: Registered protocol family 1 [ 0.430639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.431714] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.432755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.446477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.460473] Trying to unpack rootfs image as initramfs... [ 0.509599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.523062] Scanning for low memory corruption every 60 seconds [ 0.524404] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525568] audit: initializing netlink subsys (disabled) [ 0.526594] audit: type=2000 audit(1534546021.140:1): initialized [ 0.527877] Initialise system trusted keyring [ 0.528773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531852] zbud: loaded [ 0.532546] VFS: Disk quotas dquot_6.6.0 [ 0.533371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534855] fuse init (API version 7.23) [ 0.535771] Key type big_key registered [ 0.536678] Allocating IMA MOK and blacklist keyrings. [ 0.538007] Key type asymmetric registered [ 0.539026] Asymmetric key parser 'x509' registered [ 0.540208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.542001] io scheduler noop registered [ 0.542969] io scheduler deadline registered (default) [ 0.544194] io scheduler cfq registered [ 0.545291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.546572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.548129] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.549885] ACPI: Power Button [PWRF] [ 0.551302] GHES: HEST is not enabled! [ 0.564880] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623830] Linux agpgart interface v0.103 [ 0.625880] brd: module loaded [ 0.627075] loop: module loaded [ 0.632178] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.634006] GPT:90111 != 2097151 [ 0.634885] GPT:Alternate GPT header not at the end of the disk. [ 0.636328] GPT:90111 != 2097151 [ 0.637177] GPT: Use GNU Parted to correct GPT errors. [ 0.638437] vda: vda1 vda15 [ 0.640485] scsi host0: ata_piix [ 0.641416] scsi host1: ata_piix [ 0.642316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.643991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645917] libphy: Fixed MDIO Bus: probed [ 0.647065] tun: Universal TUN/TAP device driver, 1.6 [ 0.648356] tun: (C) 1999-2004 Max Krasnyansky [ 0.651491] PPP generic driver version 2.4.2 [ 0.652679] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653866] ehci-pci: EHCI PCI platform driver [ 0.654731] ehci-platform: EHCI generic platform driver [ 0.655727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.656950] ohci-pci: OHCI PCI platform driver [ 0.657811] ohci-platform: OHCI generic platform driver [ 0.658790] uhci_hcd: USB Universal Host Controller Interface driver [ 0.673216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.674218] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676697] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.680430] usb usb1: Product: UHCI Host Controller [ 0.681358] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.682496] usb usb1: SerialNumber: 0000:00:01.2 [ 0.683507] hub 1-0:1.0: USB hub found [ 0.684290] hub 1-0:1.0: 2 ports detected [ 0.685200] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.687297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.688253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.689280] mousedev: PS/2 mouse device common for all mice [ 0.690532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.692359] rtc_cmos 00:00: RTC can wake from S4 [ 0.693446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.694638] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.695826] i2c /dev entries driver [ 0.696591] device-mapper: uevent: version 1.0.3 [ 0.697522] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.699140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.700422] NET: Registered protocol family 10 [ 0.701413] NET: Registered protocol family 17 [ 0.702303] Key type dns_resolver registered [ 0.703223] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704320] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706067] registered taskstats version 1 [ 0.706906] Loading compiled-in X.509 certificates [ 0.708347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.710182] zswap: loaded using pool lzo/zbud [ 0.711539] Key type trusted registered [ 0.713094] Key type encrypted registered [ 0.713922] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714941] ima: No TPM chip found, activating TPM-bypass! [ 0.715979] evm: HMAC attrs: 0x1 [ 0.716924] Magic number: 14:859:805 [ 0.717789] rtc_cmos 00:00: setting system clock to 2018-08-17 22:47:01 UTC (1534546021) [ 0.719365] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.720478] EDD information not available. [ 0.804638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.806179] Write protecting the kernel read-only data: 14336k [ 0.818137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.819936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.202386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-08-17 22:47:40,823 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.200: timed out 2018-08-17 22:47:50,954 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488302818 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.143644] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.145645] pid_max: default: 32768 minimum: 301 [ 0.146718] ACPI: Core revision 20150930 [ 0.148253] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149808] Security Framework initialized [ 0.150795] Yama: becoming mindful. [ 0.151655] AppArmor: AppArmor initialized [ 0.152659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155791] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157237] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158914] Initializing cgroup subsys io [ 0.159899] Initializing cgroup subsys memory [ 0.160925] Initializing cgroup subsys devices [ 0.161972] Initializing cgroup subsys freezer [ 0.163021] Initializing cgroup subsys net_cls [ 0.164061] Initializing cgroup subsys perf_event [ 0.165147] Initializing cgroup subsys net_prio [ 0.166209] Initializing cgroup subsys hugetlb [ 0.167252] Initializing cgroup subsys pids [ 0.168300] CPU: Physical Processor ID: 0 [ 0.169966] mce: CPU supports 10 MCE banks [ 0.170995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.172199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184725] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192175] ftrace: allocating 31920 entries in 125 pages [ 0.220077] smpboot: Max logical packages: 1 [ 0.221407] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223506] x2apic enabled [ 0.224602] Switched APIC routing to physical x2apic. [ 0.226896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234496] KVM setup paravirtual spinlock [ 0.236360] x86: Booted up 1 node, 1 CPUs [ 0.237607] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239553] devtmpfs: initialized [ 0.241296] evm: security.selinux [ 0.242024] evm: security.SMACK64 [ 0.242713] evm: security.SMACK64EXEC [ 0.243449] evm: security.SMACK64TRANSMUTE [ 0.244264] evm: security.SMACK64MMAP [ 0.245014] evm: security.ima [ 0.245648] evm: security.capability [ 0.246462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248332] pinctrl core: initialized pinctrl subsystem [ 0.249432] RTC time: 22:47:00, date: 08/17/18 [ 0.250410] NET: Registered protocol family 16 [ 0.251389] cpuidle: using governor ladder [ 0.252220] cpuidle: using governor menu [ 0.253013] PCCT header not found. [ 0.253746] ACPI: bus type PCI registered [ 0.254529] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255749] PCI: Using configuration type 1 for base access [ 0.257464] ACPI: Added _OSI(Module Device) [ 0.258315] ACPI: Added _OSI(Processor Device) [ 0.259159] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262212] ACPI: Interpreter enabled [ 0.262992] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270831] ACPI: (supports S0 S5) [ 0.271514] ACPI: Using IOAPIC for interrupt routing [ 0.272604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276848] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279257] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.281482] acpiphp: Slot [3] registered [ 0.282298] acpiphp: Slot [4] registered [ 0.283102] acpiphp: Slot [5] registered [ 0.283918] acpiphp: Slot [6] registered [ 0.284710] acpiphp: Slot [7] registered [ 0.285505] acpiphp: Slot [8] registered [ 0.286316] acpiphp: Slot [9] registered [ 0.287123] acpiphp: Slot [10] registered [ 0.287941] acpiphp: Slot [11] registered [ 0.288747] acpiphp: Slot [12] registered [ 0.289553] acpiphp: Slot [13] registered [ 0.290374] acpiphp: Slot [14] registered [ 0.291192] acpiphp: Slot [15] registered [ 0.302105] acpiphp: Slot [16] registered [ 0.302936] acpiphp: Slot [17] registered [ 0.303728] acpiphp: Slot [18] registered [ 0.304513] acpiphp: Slot [19] registered [ 0.305330] acpiphp: Slot [20] registered [ 0.306129] acpiphp: Slot [21] registered [ 0.306923] acpiphp: Slot [22] registered [ 0.307714] acpiphp: Slot [23] registered [ 0.308502] acpiphp: Slot [24] registered [ 0.309321] acpiphp: Slot [25] registered [ 0.310145] acpiphp: Slot [26] registered [ 0.310937] acpiphp: Slot [27] registered [ 0.311728] acpiphp: Slot [28] registered [ 0.312537] acpiphp: Slot [29] registered [ 0.313344] acpiphp: Slot [30] registered [ 0.314169] acpiphp: Slot [31] registered [ 0.315155] PCI host bridge to bus 0000:00 [ 0.316227] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318777] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327851] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329097] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330240] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.338051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385464] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386904] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388296] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.389913] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.391271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.392914] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.394102] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.395161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396676] vgaarb: loaded [ 0.397262] vgaarb: bridge control possible 0000:00:02.0 [ 0.398376] SCSI subsystem initialized [ 0.399175] ACPI: bus type USB registered [ 0.399974] usbcore: registered new interface driver usbfs [ 0.401011] usbcore: registered new interface driver hub [ 0.401995] usbcore: registered new device driver usb [ 0.403041] PCI: Using ACPI for IRQ routing [ 0.404086] NetLabel: Initializing [ 0.404781] NetLabel: domain hash size = 128 [ 0.405614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.406537] NetLabel: unlabeled traffic allowed by default [ 0.407611] clocksource: Switched to clocksource kvm-clock [ 0.413054] AppArmor: AppArmor Filesystem Enabled [ 0.414024] pnp: PnP ACPI init [ 0.414944] pnp: PnP ACPI: found 5 devices [ 0.421322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422988] NET: Registered protocol family 2 [ 0.423940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426438] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427608] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429790] NET: Registered protocol family 1 [ 0.430639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.431714] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.432755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.446477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.460473] Trying to unpack rootfs image as initramfs... [ 0.509599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.523062] Scanning for low memory corruption every 60 seconds [ 0.524404] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525568] audit: initializing netlink subsys (disabled) [ 0.526594] audit: type=2000 audit(1534546021.140:1): initialized [ 0.527877] Initialise system trusted keyring [ 0.528773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531852] zbud: loaded [ 0.532546] VFS: Disk quotas dquot_6.6.0 [ 0.533371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534855] fuse init (API version 7.23) [ 0.535771] Key type big_key registered [ 0.536678] Allocating IMA MOK and blacklist keyrings. [ 0.538007] Key type asymmetric registered [ 0.539026] Asymmetric key parser 'x509' registered [ 0.540208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.542001] io scheduler noop registered [ 0.542969] io scheduler deadline registered (default) [ 0.544194] io scheduler cfq registered [ 0.545291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.546572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.548129] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.549885] ACPI: Power Button [PWRF] [ 0.551302] GHES: HEST is not enabled! [ 0.564880] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623830] Linux agpgart interface v0.103 [ 0.625880] brd: module loaded [ 0.627075] loop: module loaded [ 0.632178] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.634006] GPT:90111 != 2097151 [ 0.634885] GPT:Alternate GPT header not at the end of the disk. [ 0.636328] GPT:90111 != 2097151 [ 0.637177] GPT: Use GNU Parted to correct GPT errors. [ 0.638437] vda: vda1 vda15 [ 0.640485] scsi host0: ata_piix [ 0.641416] scsi host1: ata_piix [ 0.642316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.643991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645917] libphy: Fixed MDIO Bus: probed [ 0.647065] tun: Universal TUN/TAP device driver, 1.6 [ 0.648356] tun: (C) 1999-2004 Max Krasnyansky [ 0.651491] PPP generic driver version 2.4.2 [ 0.652679] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653866] ehci-pci: EHCI PCI platform driver [ 0.654731] ehci-platform: EHCI generic platform driver [ 0.655727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.656950] ohci-pci: OHCI PCI platform driver [ 0.657811] ohci-platform: OHCI generic platform driver [ 0.658790] uhci_hcd: USB Universal Host Controller Interface driver [ 0.673216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.674218] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676697] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.680430] usb usb1: Product: UHCI Host Controller [ 0.681358] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.682496] usb usb1: SerialNumber: 0000:00:01.2 [ 0.683507] hub 1-0:1.0: USB hub found [ 0.684290] hub 1-0:1.0: 2 ports detected [ 0.685200] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.687297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.688253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.689280] mousedev: PS/2 mouse device common for all mice [ 0.690532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.692359] rtc_cmos 00:00: RTC can wake from S4 [ 0.693446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.694638] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.695826] i2c /dev entries driver [ 0.696591] device-mapper: uevent: version 1.0.3 [ 0.697522] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.699140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.700422] NET: Registered protocol family 10 [ 0.701413] NET: Registered protocol family 17 [ 0.702303] Key type dns_resolver registered [ 0.703223] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704320] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706067] registered taskstats version 1 [ 0.706906] Loading compiled-in X.509 certificates [ 0.708347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.710182] zswap: loaded using pool lzo/zbud [ 0.711539] Key type trusted registered [ 0.713094] Key type encrypted registered [ 0.713922] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714941] ima: No TPM chip found, activating TPM-bypass! [ 0.715979] evm: HMAC attrs: 0x1 [ 0.716924] Magic number: 14:859:805 [ 0.717789] rtc_cmos 00:00: setting system clock to 2018-08-17 22:47:01 UTC (1534546021) [ 0.719365] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.720478] EDD information not available. [ 0.804638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.806179] Write protecting the kernel read-only data: 14336k [ 0.818137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.819936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.202386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-08-17 22:47:51,957 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.200: timed out 2018-08-17 22:48:02,177 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488302818 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.143644] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.145645] pid_max: default: 32768 minimum: 301 [ 0.146718] ACPI: Core revision 20150930 [ 0.148253] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149808] Security Framework initialized [ 0.150795] Yama: becoming mindful. [ 0.151655] AppArmor: AppArmor initialized [ 0.152659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155791] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157237] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158914] Initializing cgroup subsys io [ 0.159899] Initializing cgroup subsys memory [ 0.160925] Initializing cgroup subsys devices [ 0.161972] Initializing cgroup subsys freezer [ 0.163021] Initializing cgroup subsys net_cls [ 0.164061] Initializing cgroup subsys perf_event [ 0.165147] Initializing cgroup subsys net_prio [ 0.166209] Initializing cgroup subsys hugetlb [ 0.167252] Initializing cgroup subsys pids [ 0.168300] CPU: Physical Processor ID: 0 [ 0.169966] mce: CPU supports 10 MCE banks [ 0.170995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.172199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184725] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192175] ftrace: allocating 31920 entries in 125 pages [ 0.220077] smpboot: Max logical packages: 1 [ 0.221407] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223506] x2apic enabled [ 0.224602] Switched APIC routing to physical x2apic. [ 0.226896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234496] KVM setup paravirtual spinlock [ 0.236360] x86: Booted up 1 node, 1 CPUs [ 0.237607] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239553] devtmpfs: initialized [ 0.241296] evm: security.selinux [ 0.242024] evm: security.SMACK64 [ 0.242713] evm: security.SMACK64EXEC [ 0.243449] evm: security.SMACK64TRANSMUTE [ 0.244264] evm: security.SMACK64MMAP [ 0.245014] evm: security.ima [ 0.245648] evm: security.capability [ 0.246462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248332] pinctrl core: initialized pinctrl subsystem [ 0.249432] RTC time: 22:47:00, date: 08/17/18 [ 0.250410] NET: Registered protocol family 16 [ 0.251389] cpuidle: using governor ladder [ 0.252220] cpuidle: using governor menu [ 0.253013] PCCT header not found. [ 0.253746] ACPI: bus type PCI registered [ 0.254529] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255749] PCI: Using configuration type 1 for base access [ 0.257464] ACPI: Added _OSI(Module Device) [ 0.258315] ACPI: Added _OSI(Processor Device) [ 0.259159] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262212] ACPI: Interpreter enabled [ 0.262992] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270831] ACPI: (supports S0 S5) [ 0.271514] ACPI: Using IOAPIC for interrupt routing [ 0.272604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276848] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279257] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.281482] acpiphp: Slot [3] registered [ 0.282298] acpiphp: Slot [4] registered [ 0.283102] acpiphp: Slot [5] registered [ 0.283918] acpiphp: Slot [6] registered [ 0.284710] acpiphp: Slot [7] registered [ 0.285505] acpiphp: Slot [8] registered [ 0.286316] acpiphp: Slot [9] registered [ 0.287123] acpiphp: Slot [10] registered [ 0.287941] acpiphp: Slot [11] registered [ 0.288747] acpiphp: Slot [12] registered [ 0.289553] acpiphp: Slot [13] registered [ 0.290374] acpiphp: Slot [14] registered [ 0.291192] acpiphp: Slot [15] registered [ 0.302105] acpiphp: Slot [16] registered [ 0.302936] acpiphp: Slot [17] registered [ 0.303728] acpiphp: Slot [18] registered [ 0.304513] acpiphp: Slot [19] registered [ 0.305330] acpiphp: Slot [20] registered [ 0.306129] acpiphp: Slot [21] registered [ 0.306923] acpiphp: Slot [22] registered [ 0.307714] acpiphp: Slot [23] registered [ 0.308502] acpiphp: Slot [24] registered [ 0.309321] acpiphp: Slot [25] registered [ 0.310145] acpiphp: Slot [26] registered [ 0.310937] acpiphp: Slot [27] registered [ 0.311728] acpiphp: Slot [28] registered [ 0.312537] acpiphp: Slot [29] registered [ 0.313344] acpiphp: Slot [30] registered [ 0.314169] acpiphp: Slot [31] registered [ 0.315155] PCI host bridge to bus 0000:00 [ 0.316227] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318777] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327851] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329097] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330240] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.338051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385464] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386904] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388296] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.389913] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.391271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.392914] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.394102] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.395161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396676] vgaarb: loaded [ 0.397262] vgaarb: bridge control possible 0000:00:02.0 [ 0.398376] SCSI subsystem initialized [ 0.399175] ACPI: bus type USB registered [ 0.399974] usbcore: registered new interface driver usbfs [ 0.401011] usbcore: registered new interface driver hub [ 0.401995] usbcore: registered new device driver usb [ 0.403041] PCI: Using ACPI for IRQ routing [ 0.404086] NetLabel: Initializing [ 0.404781] NetLabel: domain hash size = 128 [ 0.405614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.406537] NetLabel: unlabeled traffic allowed by default [ 0.407611] clocksource: Switched to clocksource kvm-clock [ 0.413054] AppArmor: AppArmor Filesystem Enabled [ 0.414024] pnp: PnP ACPI init [ 0.414944] pnp: PnP ACPI: found 5 devices [ 0.421322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422988] NET: Registered protocol family 2 [ 0.423940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426438] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427608] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429790] NET: Registered protocol family 1 [ 0.430639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.431714] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.432755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.446477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.460473] Trying to unpack rootfs image as initramfs... [ 0.509599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.523062] Scanning for low memory corruption every 60 seconds [ 0.524404] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525568] audit: initializing netlink subsys (disabled) [ 0.526594] audit: type=2000 audit(1534546021.140:1): initialized [ 0.527877] Initialise system trusted keyring [ 0.528773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531852] zbud: loaded [ 0.532546] VFS: Disk quotas dquot_6.6.0 [ 0.533371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534855] fuse init (API version 7.23) [ 0.535771] Key type big_key registered [ 0.536678] Allocating IMA MOK and blacklist keyrings. [ 0.538007] Key type asymmetric registered [ 0.539026] Asymmetric key parser 'x509' registered [ 0.540208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.542001] io scheduler noop registered [ 0.542969] io scheduler deadline registered (default) [ 0.544194] io scheduler cfq registered [ 0.545291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.546572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.548129] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.549885] ACPI: Power Button [PWRF] [ 0.551302] GHES: HEST is not enabled! [ 0.564880] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623830] Linux agpgart interface v0.103 [ 0.625880] brd: module loaded [ 0.627075] loop: module loaded [ 0.632178] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.634006] GPT:90111 != 2097151 [ 0.634885] GPT:Alternate GPT header not at the end of the disk. [ 0.636328] GPT:90111 != 2097151 [ 0.637177] GPT: Use GNU Parted to correct GPT errors. [ 0.638437] vda: vda1 vda15 [ 0.640485] scsi host0: ata_piix [ 0.641416] scsi host1: ata_piix [ 0.642316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.643991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645917] libphy: Fixed MDIO Bus: probed [ 0.647065] tun: Universal TUN/TAP device driver, 1.6 [ 0.648356] tun: (C) 1999-2004 Max Krasnyansky [ 0.651491] PPP generic driver version 2.4.2 [ 0.652679] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653866] ehci-pci: EHCI PCI platform driver [ 0.654731] ehci-platform: EHCI generic platform driver [ 0.655727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.656950] ohci-pci: OHCI PCI platform driver [ 0.657811] ohci-platform: OHCI generic platform driver [ 0.658790] uhci_hcd: USB Universal Host Controller Interface driver [ 0.673216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.674218] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.675669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676697] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.680430] usb usb1: Product: UHCI Host Controller [ 0.681358] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.682496] usb usb1: SerialNumber: 0000:00:01.2 [ 0.683507] hub 1-0:1.0: USB hub found [ 0.684290] hub 1-0:1.0: 2 ports detected [ 0.685200] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.687297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.688253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.689280] mousedev: PS/2 mouse device common for all mice [ 0.690532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.692359] rtc_cmos 00:00: RTC can wake from S4 [ 0.693446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.694638] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.695826] i2c /dev entries driver [ 0.696591] device-mapper: uevent: version 1.0.3 [ 0.697522] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.699140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.700422] NET: Registered protocol family 10 [ 0.701413] NET: Registered protocol family 17 [ 0.702303] Key type dns_resolver registered [ 0.703223] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704320] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706067] registered taskstats version 1 [ 0.706906] Loading compiled-in X.509 certificates [ 0.708347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.710182] zswap: loaded using pool lzo/zbud [ 0.711539] Key type trusted registered [ 0.713094] Key type encrypted registered [ 0.713922] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714941] ima: No TPM chip found, activating TPM-bypass! [ 0.715979] evm: HMAC attrs: 0x1 [ 0.716924] Magic number: 14:859:805 [ 0.717789] rtc_cmos 00:00: setting system clock to 2018-08-17 22:47:01 UTC (1534546021) [ 0.719365] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.720478] EDD information not available. [ 0.804638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.806179] Write protecting the kernel read-only data: 14336k [ 0.818137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.819936] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.202386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-08-17 22:48:03,179 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.200: timed out 2018-08-17 22:48:12,189 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.200 2018-08-17 22:48:12,189 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 428, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-08-17 22:48:12,316 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 22:48:12,317 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:39 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-17 22:48:28,933 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-08-17 22:48:28,987 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-17 22:48:29,857 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_37b4ff84-9c20-419b-9841-bdc47453c521', 'id': u'518098d45c3f43d4bd3b7923ae5cb512', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-08-17 22:48:30,359 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'278d3d04affb4216abf4b6aba9e776de', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_37b4ff84-9c20-419b-9841-bdc47453c521'}) 2018-08-17 22:48:30,517 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-17 22:48:30,719 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/f11eea245ade4072b47b430197d5ebb8'}, 'domain_id': None, 'human_id': None, 'id': u'f11eea245ade4072b47b430197d5ebb8', 'HUMAN_ID': False}) 2018-08-17 22:48:31,272 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_37b4ff84-9c20-419b-9841-bdc47453c521', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'edeedcf4-c0dd-4a23-80c7-8144b1229ab6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_37b4ff84-9c20-419b-9841-bdc47453c521', 'project_id': u'518098d45c3f43d4bd3b7923ae5cb512', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-17 22:48:31,278 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_37b4ff84-9c20-419b-9841-bdc47453c521', 'password': 'edeedcf4-c0dd-4a23-80c7-8144b1229ab6', 'project_name': 'vping_userdata-project_37b4ff84-9c20-419b-9841-bdc47453c521', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '518098d45c3f43d4bd3b7923ae5cb512', 'project_domain_name': 'Default'} 2018-08-17 22:48:31,278 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-17 22:48:32,304 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T22:48:32Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'9e248fe6-c837-4e45-9d64-3559632f5266', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_37b4ff84-9c20-419b-9841-bdc47453c521', u'admin_state_up': True, u'tenant_id': u'518098d45c3f43d4bd3b7923ae5cb512', u'created_at': u'2018-08-17T22:48:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'518098d45c3f43d4bd3b7923ae5cb512'}) 2018-08-17 22:48:33,328 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T22:48:33Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd483a31d-f76f-4ba8-987f-0435d72d198b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_37b4ff84-9c20-419b-9841-bdc47453c521', u'enable_dhcp': True, u'network_id': u'9e248fe6-c837-4e45-9d64-3559632f5266', u'tenant_id': u'518098d45c3f43d4bd3b7923ae5cb512', u'created_at': u'2018-08-17T22:48:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'518098d45c3f43d4bd3b7923ae5cb512'}) 2018-08-17 22:48:34,730 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc739f81-9309-4c1b-939c-91b62eaba784', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8881535-7d85-42d5-a1f1-4d047b73c770', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'518098d45c3f43d4bd3b7923ae5cb512', u'created_at': u'2018-08-17T22:48:33Z', u'admin_state_up': True, u'updated_at': u'2018-08-17T22:48:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'518098d45c3f43d4bd3b7923ae5cb512', u'id': u'cbec4a6c-a1ab-4847-8d0e-242e8de457fa', u'name': u'vping_userdata-router_37b4ff84-9c20-419b-9841-bdc47453c521'}) 2018-08-17 22:48:38,750 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/5015d375-fba7-4ee1-8a28-5d004b770b63/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5015d375-fba7-4ee1-8a28-5d004b770b63/file', 'owner': u'518098d45c3f43d4bd3b7923ae5cb512', 'id': u'5015d375-fba7-4ee1-8a28-5d004b770b63', 'size': 12716032, u'self': u'/v2/images/5015d375-fba7-4ee1-8a28-5d004b770b63', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'518098d45c3f43d4bd3b7923ae5cb512', 'name': 'vping_userdata-project_37b4ff84-9c20-419b-9841-bdc47453c521', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/5015d375-fba7-4ee1-8a28-5d004b770b63/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T22:48:38Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-17T22:48:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_37b4ff84-9c20-419b-9841-bdc47453c521', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5015d375-fba7-4ee1-8a28-5d004b770b63', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_37b4ff84-9c20-419b-9841-bdc47453c521', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_37b4ff84-9c20-419b-9841-bdc47453c521', 'created': u'2018-08-17T22:48:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T22:48:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5015d375-fba7-4ee1-8a28-5d004b770b63', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_37b4ff84-9c20-419b-9841-bdc47453c521', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 22:48:38,966 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_37b4ff84-9c20-419b-9841-bdc47453c521', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', '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'14b80695-e474-4965-906c-753c539e9239', 'swap': 0}) 2018-08-17 22:48:49,780 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_37b4ff84-9c20-419b-9841-bdc47453c521': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fd:eb:72', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5015d375-fba7-4ee1-8a28-5d004b770b63'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:48:45.000000', 'flavor': Munch({u'id': u'14b80695-e474-4965-906c-753c539e9239'}), 'az': u'nova', 'id': u'2337c280-3cc9-4641-8ae8-fc6dd6e9edf6', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'278d3d04affb4216abf4b6aba9e776de', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'518098d45c3f43d4bd3b7923ae5cb512', 'name': 'vping_userdata-project_37b4ff84-9c20-419b-9841-bdc47453c521', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-17T22:48:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-17T22:48:46Z', 'hostId': u'cac7bb06acee8246db9bb06b235a5f6b741ff9234bf09a9f15e6860d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'cac7bb06acee8246db9bb06b235a5f6b741ff9234bf09a9f15e6860d', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:48:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'518098d45c3f43d4bd3b7923ae5cb512', 'name': u'vping_userdata-vm_37b4ff84-9c20-419b-9841-bdc47453c521', 'adminPass': u'Lgs8PhKbkpjR', 'tenant_id': u'518098d45c3f43d4bd3b7923ae5cb512', 'region': 'regionOne', 'created': u'2018-08-17T22:48:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-17 22:49:00,286 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_37b4ff84-9c20-419b-9841-bdc47453c521': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:85:11:5e', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5015d375-fba7-4ee1-8a28-5d004b770b63'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:48:55.000000', 'flavor': Munch({u'id': u'14b80695-e474-4965-906c-753c539e9239'}), 'az': u'nova', 'id': u'da1fbb71-1ade-4dfc-89b0-f6a261d8a5a6', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'278d3d04affb4216abf4b6aba9e776de', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'518098d45c3f43d4bd3b7923ae5cb512', 'name': 'vping_userdata-project_37b4ff84-9c20-419b-9841-bdc47453c521', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-17T22:48:55.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-17T22:48:57Z', 'hostId': u'c1c95e212c05875695dc5e51c5fc947af100b13cc60a22a0aeffc979', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'c1c95e212c05875695dc5e51c5fc947af100b13cc60a22a0aeffc979', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-17T22:48:55.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'518098d45c3f43d4bd3b7923ae5cb512', 'name': u'vping_userdata-vm2_37b4ff84-9c20-419b-9841-bdc47453c521', 'adminPass': u'3D3oR6r38eAY', 'tenant_id': u'518098d45c3f43d4bd3b7923ae5cb512', 'region': 'regionOne', 'created': u'2018-08-17T22:48:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-17 22:49:00,287 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-17 22:49:03,090 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 2018-08-17 22:49:03,091 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.7. Waiting for response... 2018-08-17 22:49:05,876 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] 2018-08-17 22:49:08,523 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] 2018-08-17 22:49:11,424 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] 2018-08-17 22:49:14,159 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO 2018-08-17 22:49:16,944 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO 2018-08-17 22:49:19,722 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO 2018-08-17 22:49:22,458 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO 2018-08-17 22:49:25,247 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO 2018-08-17 22:49:27,705 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO 2018-08-17 22:49:30,337 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO 2018-08-17 22:49:30,338 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.7. Waiting for response... 2018-08-17 22:49:32,957 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO 2018-08-17 22:49:35,545 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO 2018-08-17 22:49:38,354 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO 2018-08-17 22:49:41,061 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO 2018-08-17 22:49:43,792 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO 2018-08-17 22:49:46,275 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO vPing KO 2018-08-17 22:49:48,733 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO vPing KO 2018-08-17 22:49:51,345 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO vPing KO 2018-08-17 22:49:53,791 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO vPing KO 2018-08-17 22:49:56,530 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501296234 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151116] pid_max: default: 32768 minimum: 301 [ 0.152209] ACPI: Core revision 20150930 [ 0.153728] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155293] Security Framework initialized [ 0.156280] Yama: becoming mindful. [ 0.157148] AppArmor: AppArmor initialized [ 0.158162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164434] Initializing cgroup subsys io [ 0.165411] Initializing cgroup subsys memory [ 0.166442] Initializing cgroup subsys devices [ 0.167483] Initializing cgroup subsys freezer [ 0.168528] Initializing cgroup subsys net_cls [ 0.169565] Initializing cgroup subsys perf_event [ 0.170652] Initializing cgroup subsys net_prio [ 0.171704] Initializing cgroup subsys hugetlb [ 0.172749] Initializing cgroup subsys pids [ 0.173780] CPU: Physical Processor ID: 0 [ 0.175473] mce: CPU supports 10 MCE banks [ 0.176499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195172] ftrace: allocating 31920 entries in 125 pages [ 0.221333] smpboot: Max logical packages: 1 [ 0.222376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223926] x2apic enabled [ 0.224872] Switched APIC routing to physical x2apic. [ 0.226808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.228156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230514] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232648] KVM setup paravirtual spinlock [ 0.234098] x86: Booted up 1 node, 1 CPUs [ 0.235066] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236706] devtmpfs: initialized [ 0.238540] evm: security.selinux [ 0.239367] evm: security.SMACK64 [ 0.240180] evm: security.SMACK64EXEC [ 0.241066] evm: security.SMACK64TRANSMUTE [ 0.242027] evm: security.SMACK64MMAP [ 0.242903] evm: security.ima [ 0.243649] evm: security.capability [ 0.244586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246813] pinctrl core: initialized pinctrl subsystem [ 0.248106] RTC time: 22:48:55, date: 08/17/18 [ 0.249227] NET: Registered protocol family 16 [ 0.250372] cpuidle: using governor ladder [ 0.251380] cpuidle: using governor menu [ 0.252294] PCCT header not found. [ 0.253148] ACPI: bus type PCI registered [ 0.254103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255589] PCI: Using configuration type 1 for base access [ 0.257560] ACPI: Added _OSI(Module Device) [ 0.258568] ACPI: Added _OSI(Processor Device) [ 0.259601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260678] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263057] ACPI: Interpreter enabled [ 0.263980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272866] ACPI: (supports S0 S5) [ 0.273708] ACPI: Using IOAPIC for interrupt routing [ 0.274841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281191] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282625] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285341] acpiphp: Slot [3] registered [ 0.286306] acpiphp: Slot [4] registered [ 0.287261] acpiphp: Slot [5] registered [ 0.288215] acpiphp: Slot [6] registered [ 0.289167] acpiphp: Slot [7] registered [ 0.290098] acpiphp: Slot [8] registered [ 0.291020] acpiphp: Slot [9] registered [ 0.291943] acpiphp: Slot [10] registered [ 0.292879] acpiphp: Slot [11] registered [ 0.293820] acpiphp: Slot [12] registered [ 0.294809] acpiphp: Slot [13] registered [ 0.295768] acpiphp: Slot [14] registered [ 0.296728] acpiphp: Slot [15] registered [ 0.307830] acpiphp: Slot [16] registered [ 0.308789] acpiphp: Slot [17] registered [ 0.309750] acpiphp: Slot [18] registered [ 0.310712] acpiphp: Slot [19] registered [ 0.311675] acpiphp: Slot [20] registered [ 0.312648] acpiphp: Slot [21] registered [ 0.313615] acpiphp: Slot [22] registered [ 0.314582] acpiphp: Slot [23] registered [ 0.315546] acpiphp: Slot [24] registered [ 0.316508] acpiphp: Slot [25] registered [ 0.317477] acpiphp: Slot [26] registered [ 0.318438] acpiphp: Slot [27] registered [ 0.319400] acpiphp: Slot [28] registered [ 0.320364] acpiphp: Slot [29] registered [ 0.321323] acpiphp: Slot [30] registered [ 0.322293] acpiphp: Slot [31] registered [ 0.323253] PCI host bridge to bus 0000:00 [ 0.324216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328869] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338544] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341516] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.396868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398519] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405002] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406272] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408113] vgaarb: loaded [ 0.408815] vgaarb: bridge control possible 0000:00:02.0 [ 0.410137] SCSI subsystem initialized [ 0.411100] ACPI: bus type USB registered [ 0.412072] usbcore: registered new interface driver usbfs [ 0.413360] usbcore: registered new interface driver hub [ 0.414614] usbcore: registered new device driver usb [ 0.415907] PCI: Using ACPI for IRQ routing [ 0.417127] NetLabel: Initializing [ 0.418009] NetLabel: domain hash size = 128 [ 0.419066] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420251] NetLabel: unlabeled traffic allowed by default [ 0.421592] clocksource: Switched to clocksource kvm-clock [ 0.427248] AppArmor: AppArmor Filesystem Enabled [ 0.428436] pnp: PnP ACPI init [ 0.429492] pnp: PnP ACPI: found 5 devices [ 0.436055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438176] NET: Registered protocol family 2 [ 0.439334] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.442412] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446517] NET: Registered protocol family 1 [ 0.447572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448907] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450224] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.464493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479003] Trying to unpack rootfs image as initramfs... [ 0.528620] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.543029] Scanning for low memory corruption every 60 seconds [ 0.544613] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.546019] audit: initializing netlink subsys (disabled) [ 0.547265] audit: type=2000 audit(1534546136.434:1): initialized [ 0.548825] Initialise system trusted keyring [ 0.549996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554753] zbud: loaded [ 0.555867] VFS: Disk quotas dquot_6.6.0 [ 0.557280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.559781] fuse init (API version 7.23) [ 0.561230] Key type big_key registered [ 0.562617] Allocating IMA MOK and blacklist keyrings. [ 0.564453] Key type asymmetric registered [ 0.565771] Asymmetric key parser 'x509' registered [ 0.567559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570500] io scheduler noop registered [ 0.571670] io scheduler deadline registered (default) [ 0.572872] io scheduler cfq registered [ 0.573895] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578515] ACPI: Power Button [PWRF] [ 0.579508] GHES: HEST is not enabled! [ 0.595837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.625043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.627862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651563] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654086] Linux agpgart interface v0.103 [ 0.656349] brd: module loaded [ 0.657739] loop: module loaded [ 0.662197] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.663673] GPT:90111 != 2097151 [ 0.664359] GPT:Alternate GPT header not at the end of the disk. [ 0.665460] GPT:90111 != 2097151 [ 0.666152] GPT: Use GNU Parted to correct GPT errors. [ 0.667130] vda: vda1 vda15 [ 0.668552] scsi host0: ata_piix [ 0.669298] scsi host1: ata_piix [ 0.670018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.671248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672711] libphy: Fixed MDIO Bus: probed [ 0.673537] tun: Universal TUN/TAP device driver, 1.6 [ 0.674501] tun: (C) 1999-2004 Max Krasnyansky [ 0.676640] PPP generic driver version 2.4.2 [ 0.677761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679071] ehci-pci: EHCI PCI platform driver [ 0.679961] ehci-platform: EHCI generic platform driver [ 0.680963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682124] ohci-pci: OHCI PCI platform driver [ 0.683000] ohci-platform: OHCI generic platform driver [ 0.684002] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698543] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.699556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701017] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702050] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.704563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706007] usb usb1: Product: UHCI Host Controller [ 0.706960] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708125] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709164] hub 1-0:1.0: USB hub found [ 0.709972] hub 1-0:1.0: 2 ports detected [ 0.710911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715156] mousedev: PS/2 mouse device common for all mice [ 0.716460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: RTC can wake from S4 [ 0.719479] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.720896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722404] i2c /dev entries driver [ 0.723335] device-mapper: uevent: version 1.0.3 [ 0.724483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.728086] NET: Registered protocol family 10 [ 0.729284] NET: Registered protocol family 17 [ 0.730389] Key type dns_resolver registered [ 0.731516] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.732879] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.735046] registered taskstats version 1 [ 0.736071] Loading compiled-in X.509 certificates [ 0.737750] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.740120] zswap: loaded using pool lzo/zbud [ 0.741698] Key type trusted registered [ 0.743439] Key type encrypted registered [ 0.744447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.745729] ima: No TPM chip found, activating TPM-bypass! [ 0.747021] evm: HMAC attrs: 0x1 [ 0.748479] Magic number: 14:412:856 [ 0.749502] rtc_cmos 00:00: setting system clock to 2018-08-17 22:48:56 UTC (1534546136) [ 0.751468] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752856] EDD information not available. [ 0.830586] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832497] Write protecting the kernel read-only data: 14336k [ 0.844702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.848742] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.72. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.44s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOFwVKG2pnOepPvEadLbzgRLtlDYRF0dleWMAqzItAeNfpiT+dldQGNTf/lCUuVy7XcaW6EnEf/E/DtY99QMAbZak0ljAHXumy95hhBa1Y13zaI4spm1LsFfBMHyXKBEQeQTNhQrNCK8OtcmVCAifJ972vS/aNvsKtUO2FgLi4lC5Hgoq7lhBTI2HzyYADr/BcbhySCayfv23f7H/wyjC71Chz1HVEIY/RTiK2f2myVzlW2MBkGXONYzim4TlMMb5Na3u7DaJJBk 2018-08-17 22:49:56,531 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-17 22:49:56,702 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 22:49:56,702 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:25 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-17 22:50:11,059 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-08-17 22:50:11,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-17 22:50:16,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-17 22:50:16.129 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=65b84faa-e5c1-4666-af1e-b1b8ec59b27d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 65b84faa-e5c1-4666-af1e-b1b8ec59b27d | 2018-08-17T22:50:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 65b84faa-e5c1-4666-af1e-b1b8ec59b27d ~/.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-08-17 22:50:19,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-08-17 22:50:19,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-17 22:50:25,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-17 22:50:23.937 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-17 22:50:24.083 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-17 22:50:25.312 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420) has been successfully created! Using verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420) as the default verifier for the future CLI operations. 2018-08-17 22:50:28,484 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-08-17 22:50:29,011 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-17T22:50:28Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9401eab2-b2f0-4003-8b1a-b7b5232be64f', u'provider:segmentation_id': 62, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_b9f52755-3012-4036-ba42-4257373490d2', u'admin_state_up': True, u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T22:50:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3'}) 2018-08-17 22:50:30,046 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T22:50:29Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f1e12acc-7b1e-4e51-bbd2-a4525554ba44', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_b9f52755-3012-4036-ba42-4257373490d2', u'enable_dhcp': True, u'network_id': u'9401eab2-b2f0-4003-8b1a-b7b5232be64f', u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T22:50:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3'}) 2018-08-17 22:50:31,229 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc739f81-9309-4c1b-939c-91b62eaba784', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8881535-7d85-42d5-a1f1-4d047b73c770', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T22:50:30Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-17T22:50:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'id': u'6d4377d6-1dee-4e9d-856b-49f9a009e188', u'name': u'tempest_smoke_serial-router_b9f52755-3012-4036-ba42-4257373490d2'}) 2018-08-17 22:50:35,223 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/243a06c3-5124-4914-925d-854b16bc4a20/snap', u'metadata': Munch({})})], 'file': u'/v2/images/243a06c3-5124-4914-925d-854b16bc4a20/file', 'owner': u'16b0fa015dee45eaa20d2c8dd00984f3', 'id': u'243a06c3-5124-4914-925d-854b16bc4a20', 'size': 12716032, u'self': u'/v2/images/243a06c3-5124-4914-925d-854b16bc4a20', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/243a06c3-5124-4914-925d-854b16bc4a20/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T22:50:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-17T22:50:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_b9f52755-3012-4036-ba42-4257373490d2', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/243a06c3-5124-4914-925d-854b16bc4a20', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_b9f52755-3012-4036-ba42-4257373490d2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_b9f52755-3012-4036-ba42-4257373490d2', 'created': u'2018-08-17T22:50:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T22:50:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/243a06c3-5124-4914-925d-854b16bc4a20', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_b9f52755-3012-4036-ba42-4257373490d2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 22:50:35,432 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_b9f52755-3012-4036-ba42-4257373490d2', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', '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'a3210586-4f4a-4b60-aa13-1c3b82dcc50f', 'swap': 0}) 2018-08-17 22:50:37,524 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/a154a3fd-79d3-419e-a8ce-5ff56793c0de/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a154a3fd-79d3-419e-a8ce-5ff56793c0de/file', 'owner': u'16b0fa015dee45eaa20d2c8dd00984f3', 'id': u'a154a3fd-79d3-419e-a8ce-5ff56793c0de', 'size': 12716032, u'self': u'/v2/images/a154a3fd-79d3-419e-a8ce-5ff56793c0de', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/a154a3fd-79d3-419e-a8ce-5ff56793c0de/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T22:50:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-17T22:50:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_b9f52755-3012-4036-ba42-4257373490d2', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a154a3fd-79d3-419e-a8ce-5ff56793c0de', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_b9f52755-3012-4036-ba42-4257373490d2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_b9f52755-3012-4036-ba42-4257373490d2', 'created': u'2018-08-17T22:50:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T22:50:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a154a3fd-79d3-419e-a8ce-5ff56793c0de', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_b9f52755-3012-4036-ba42-4257373490d2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 22:50:37,581 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_b9f52755-3012-4036-ba42-4257373490d2', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'c56e7d9e-de54-424e-a1e8-34b4def1b284', 'swap': 0}) 2018-08-17 22:50:37,604 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_b9f52755-3012-4036-ba42-4257373490d2', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'c56e7d9e-de54-424e-a1e8-34b4def1b284', 'swap': 0}) 2018-08-17 22:50:40,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-17 22:50:39.699 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420) for deployment 'opnfv-rally' (UUID=65b84faa-e5c1-4666-af1e-b1b8ec59b27d). 2018-08-17 22:50:40.733 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420) has been successfully configured for deployment 'opnfv-rally' (UUID=65b84faa-e5c1-4666-af1e-b1b8ec59b27d)! 2018-08-17 22:50:40,891 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-17 22:50:40,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-17 22:50:40,894 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-17 22:50:40,898 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-17 22:50:44,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-59a6814b-c057-4724-9dfa-f1bf651e4420/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-08-17 22:50:44,427 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-17 22:50:44,428 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-17 22:50:44,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-08-17 22:50:46,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:50:46.603 49 INFO rally.api [-] Starting verification (UUID=fbf962a5-d6b0-406a-be93-48cf803565db) for deployment 'opnfv-rally' (UUID=65b84faa-e5c1-4666-af1e-b1b8ec59b27d) by verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420). 2018-08-17 22:50:46,604 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fbf962a5-d6b0-406a-be93-48cf803565db 2018-08-17 22:50:53,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:50:53.671 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.181s] 2018-08-17 22:50:53,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:50:53.729 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-08-17 22:51:00,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:51:00.264 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.536s] 2018-08-17 22:51:03,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:51:03.387 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.123s] 2018-08-17 22:51:17,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:51:17.021 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.390s] 2018-08-17 22:51:34,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:51:34.002 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.235s] 2018-08-17 22:52:05,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:52:05.680 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-08-17 22:52:05,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:52:05.681 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-17 22:52:37,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:52:37.780 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-08-17 22:52:37,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:52:37.781 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-17 22:53:08,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:53:08.526 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-08-17 22:53:08,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:53:08.527 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-17 22:54:49,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:54:49.053 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.193s] 2018-08-17 22:55:11,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:11.998 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-08-17 22:55:12,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:12.105 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.106s] 2018-08-17 22:55:19,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:19.105 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.744s] 2018-08-17 22:55:19,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:19.114 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-08-17 22:55:20,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:20.891 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-17 22:55:20,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:20.892 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-17 22:55:24,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:24.883 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.405s] 2018-08-17 22:55:30,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:30.731 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.083s] 2018-08-17 22:55:37,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:37.474 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.596s] 2018-08-17 22:55:45,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:45.236 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.525s] 2018-08-17 22:55:54,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:55:54.370 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.101s] 2018-08-17 22:56:00,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:00.827 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.380s] 2018-08-17 22:56:06,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:06.628 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.188s] 2018-08-17 22:56:14,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:14.112 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.455s] 2018-08-17 22:56:22,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:22.313 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.457s] 2018-08-17 22:56:30,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:30.641 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.672s] 2018-08-17 22:56:32,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:32.938 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-17 22:56:34,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:34.977 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-08-17 22:56:35,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:35.036 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.058s] 2018-08-17 22:56:35,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:35.196 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.160s] 2018-08-17 22:56:35,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:35.204 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-17 22:56:39,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:39.441 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.789s] 2018-08-17 22:56:41,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:41.244 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.802s] 2018-08-17 22:56:44,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:44.054 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.810s] 2018-08-17 22:56:50,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:50.347 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-08-17 22:56:57,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:56:57.679 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.014s] 2018-08-17 22:57:09,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:09.954 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.706s] 2018-08-17 22:57:13,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:13.642 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.688s] 2018-08-17 22:57:24,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:24.639 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.292s] 2018-08-17 22:57:28,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:28.286 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.646s] 2018-08-17 22:57:36,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:36.790 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.503s] 2018-08-17 22:57:46,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:46.935 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.903s] 2018-08-17 22:57:50,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:50.557 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.622s] 2018-08-17 22:57:57,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:57:57.341 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.783s] 2018-08-17 22:58:13,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:13.308 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.418s] 2018-08-17 22:58:13,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:13.902 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.594s] 2018-08-17 22:58:14,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:14.157 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.255s] 2018-08-17 22:58:14,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:14.347 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.189s] 2018-08-17 22:58:14,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:14.598 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.251s] 2018-08-17 22:58:14,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:14.663 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.065s] 2018-08-17 22:58:30,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:30.484 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.989s] 2018-08-17 22:58:30,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:30.614 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.130s] 2018-08-17 22:58:30,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:30.799 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.185s] 2018-08-17 22:58:30,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:30.993 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.193s] 2018-08-17 22:58:31,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:31.102 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.109s] 2018-08-17 22:58:31,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:31.296 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.192s] 2018-08-17 22:58:45,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:45.371 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.126s] 2018-08-17 22:58:52,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:52.215 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.843s] 2018-08-17 22:58:54,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:54.143 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.927s] 2018-08-17 22:58:54,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:54.197 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-08-17 22:58:54,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:58:54.393 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.196s] 2018-08-17 22:59:06,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:06.478 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.763s] 2018-08-17 22:59:12,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:12.423 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.944s] 2018-08-17 22:59:14,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:14.075 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.651s] 2018-08-17 22:59:14,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:14.270 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.195s] 2018-08-17 22:59:14,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:14.469 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.198s] 2018-08-17 22:59:30,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:30.362 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.004s] 2018-08-17 22:59:35,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:35.839 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.477s] 2018-08-17 22:59:40,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:40.271 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.430s] 2018-08-17 22:59:43,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 22:59:43.121 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.851s] 2018-08-17 23:00:08,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:08.386 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.730s] 2018-08-17 23:00:14,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:14.122 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.736s] 2018-08-17 23:00:18,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:18.874 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.750s] 2018-08-17 23:00:23,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:23.258 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.383s] 2018-08-17 23:00:39,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:39.829 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.649s] 2018-08-17 23:00:41,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:41.811 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.980s] 2018-08-17 23:00:41,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:41.901 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.092s] 2018-08-17 23:00:46,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:46.896 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.816s] 2018-08-17 23:00:49,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:49.121 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.223s] 2018-08-17 23:00:49,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:49.230 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.111s] 2018-08-17 23:00:53,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:53.565 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.093s] 2018-08-17 23:00:57,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:57.106 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-17 23:00:58,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:58.676 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-08-17 23:00:58,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:58.679 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-08-17 23:00:58,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:58.681 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-08-17 23:00:58,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:58.682 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-08-17 23:00:58,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:00:58.682 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-08-17 23:01:00,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:01:00.785 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-17 23:01:19,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:01:19.547 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.309s] 2018-08-17 23:01:31,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:01:31.914 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.100s] 2018-08-17 23:01:45,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:01:45.167 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.248s] 2018-08-17 23:01:54,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:01:54.958 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-08-17 23:05:35,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:05:35.569 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [214.318s] 2018-08-17 23:07:13,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:07:13.317 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.219s] 2018-08-17 23:07:58,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:07:58.910 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.483s] 2018-08-17 23:08:16,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fbf962a5-d6b0-406a-be93-48cf803565db']'. 2018-08-17 23:08:17,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-17 23:08:17,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-17 23:08:17,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-17 23:08:17,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fbf962a5-d6b0-406a-be93-48cf803565db | 2018-08-17 23:08:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-17 23:08:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-17 22:50:46 | 2018-08-17 23:08:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-17 23:08:16 | 2018-08-17 23:08:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:30 | 2018-08-17 23:08:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-08-17 23:08:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-17 23:08:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-17 23:08:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 59a6814b-c057-4724-9dfa-f1bf651e4420) | 2018-08-17 23:08:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-17 23:08:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 65b84faa-e5c1-4666-af1e-b1b8ec59b27d) | 2018-08-17 23:08:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-08-17 23:08:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1027.432 | 2018-08-17 23:08:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-08-17 23:08:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-08-17 23:08:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-17 23:08:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-17 23:08:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-17 23:08:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-17 23:08:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-17 23:08:17,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-08-17 23:08:17,972 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 23:08:17,972 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:49 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-08-17 23:08:28,955 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-08-17 23:08:29,009 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-17 23:08:29,864 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_3db584ff-9cec-4483-a205-65f58831b9a1', 'id': u'ba477f86c9b547458de410eae723fa6c', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-08-17 23:08:30,349 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a7cee85c676c4d07a9b6b3e2e59ec50c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_3db584ff-9cec-4483-a205-65f58831b9a1'}) 2018-08-17 23:08:30,507 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-17 23:08:30,683 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/5787aa208af84c1c9d1d1ba04d58ed21'}, 'domain_id': None, 'human_id': None, 'id': u'5787aa208af84c1c9d1d1ba04d58ed21', 'HUMAN_ID': False}) 2018-08-17 23:08:31,165 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_3db584ff-9cec-4483-a205-65f58831b9a1', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'b53152b4-9d56-4b43-9ad1-e00139a28ff0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_3db584ff-9cec-4483-a205-65f58831b9a1', 'project_id': u'ba477f86c9b547458de410eae723fa6c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-17 23:08:31,170 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_3db584ff-9cec-4483-a205-65f58831b9a1', 'password': 'b53152b4-9d56-4b43-9ad1-e00139a28ff0', 'project_name': 'rally_sanity-project_3db584ff-9cec-4483-a205-65f58831b9a1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'ba477f86c9b547458de410eae723fa6c', 'project_domain_name': 'Default'} 2018-08-17 23:08:31,788 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-17 23:08:33,472 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-08-17 23:08:34,472 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-17T23:08:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b0761202-66af-49c1-8316-92ca7490e301', u'provider:segmentation_id': 37, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_3db584ff-9cec-4483-a205-65f58831b9a1', u'admin_state_up': True, u'tenant_id': u'ba477f86c9b547458de410eae723fa6c', u'created_at': u'2018-08-17T23:08:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'ba477f86c9b547458de410eae723fa6c'}) 2018-08-17 23:08:35,478 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T23:08:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'37aa9710-4918-47f2-8b52-fad9a0a606d9', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_3db584ff-9cec-4483-a205-65f58831b9a1', u'enable_dhcp': True, u'network_id': u'b0761202-66af-49c1-8316-92ca7490e301', u'tenant_id': u'ba477f86c9b547458de410eae723fa6c', u'created_at': u'2018-08-17T23:08:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ba477f86c9b547458de410eae723fa6c'}) 2018-08-17 23:08:36,757 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc739f81-9309-4c1b-939c-91b62eaba784', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8881535-7d85-42d5-a1f1-4d047b73c770', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ba477f86c9b547458de410eae723fa6c', u'created_at': u'2018-08-17T23:08:35Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-17T23:08:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'ba477f86c9b547458de410eae723fa6c', u'id': u'ae863558-3d32-44b3-b35f-66a5f8dd6d80', u'name': u'rally_sanity-router_3db584ff-9cec-4483-a205-65f58831b9a1'}) 2018-08-17 23:08:40,510 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/38d794f4-0da7-4859-9f78-d0da98824fb4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/38d794f4-0da7-4859-9f78-d0da98824fb4/file', 'owner': u'ba477f86c9b547458de410eae723fa6c', 'id': u'38d794f4-0da7-4859-9f78-d0da98824fb4', 'size': 12716032, u'self': u'/v2/images/38d794f4-0da7-4859-9f78-d0da98824fb4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ba477f86c9b547458de410eae723fa6c', 'name': 'rally_sanity-project_3db584ff-9cec-4483-a205-65f58831b9a1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/38d794f4-0da7-4859-9f78-d0da98824fb4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T23:08:40Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-17T23:08:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/38d794f4-0da7-4859-9f78-d0da98824fb4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'created': u'2018-08-17T23:08:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T23:08:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/38d794f4-0da7-4859-9f78-d0da98824fb4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 23:08:40,804 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', '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'42b0e4f1-a054-4732-a2f2-0bd13b9b51ea', 'swap': 0}) 2018-08-17 23:08:40,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-17 23:08:43,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-17 23:08:43.002 252 INFO rally.deployment.engine [-] Deployment 65b84faa-e5c1-4666-af1e-b1b8ec59b27d | Starting: Destroy cloud and free allocated resources. 2018-08-17 23:08:43.074 252 INFO rally.deployment.engine [-] Deployment 65b84faa-e5c1-4666-af1e-b1b8ec59b27d | Completed: Destroy cloud and free allocated resources. 2018-08-17 23:08:43.116 252 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420) for deployment 'opnfv-rally'. 2018-08-17 23:08:43.132 252 INFO rally.api [-] Deleting verification (UUID=fbf962a5-d6b0-406a-be93-48cf803565db). 2018-08-17 23:08:43.170 252 INFO rally.api [-] Verification has been successfully deleted! 2018-08-17 23:08:43.171 252 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420). 2018-08-17 23:08:43.182 252 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-17 23:08:46,001 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-17 23:08:45.765 255 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9d5d6bb9-60e2-4208-abbd-ab380dc210af) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9d5d6bb9-60e2-4208-abbd-ab380dc210af | 2018-08-17T23:08:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9d5d6bb9-60e2-4208-abbd-ab380dc210af ~/.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-08-17 23:08:49,507 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-08-17 23:08:49,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-17 23:08:49,768 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'7e9478be-7462-479a-83a9-dd77a521d537', 'swap': 0}) 2018-08-17 23:08:49,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'7e9478be-7462-479a-83a9-dd77a521d537', 'swap': 0}) 2018-08-17 23:08:49,794 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-17 23:08:49,794 - 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-08-17 23:08:49,795 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:08:49,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:08:49,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:09:50,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad 2018-08-17 23:09:50,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-17 23:09:50,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '22148d9d-03ce-4b8a-a96d-f8a8617fa4ad'] 2018-08-17 23:09:51,054 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad -------------------------------------------------------------------------------- Task 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad: 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 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | total | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | -> duration | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.471339 Full duration: 7.419473 -------------------------------------------------------------------------------- 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 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | total | 1.282 | 1.282 | 1.282 | 1.282 | 1.282 | 1.282 | 100.0% | 1 | | -> duration | 1.282 | 1.282 | 1.282 | 1.282 | 1.282 | 1.282 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.282427 Full duration: 8.040032 -------------------------------------------------------------------------------- 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 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.937535 Full duration: 7.920495 -------------------------------------------------------------------------------- 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 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764719 Full duration: 7.708685 -------------------------------------------------------------------------------- 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 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad 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.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | total | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | -> duration | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.058207 Full duration: 8.017853 -------------------------------------------------------------------------------- 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 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad 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.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> duration | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.657168 Full duration: 7.640052 HINTS: * To plot HTML graphics with this data, run: rally task report 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad --out output.html * To generate a JUnit report, run: rally task export 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad --json --out output.json 2018-08-17 23:09:51,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '22148d9d-03ce-4b8a-a96d-f8a8617fa4ad', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-17 23:09:53,305 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-17 23:09:53.199 863 INFO rally.api [-] Building 'json' report for the following task(s): '22148d9d-03ce-4b8a-a96d-f8a8617fa4ad'. 2018-08-17 23:09:53.204 863 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:09:53,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '22148d9d-03ce-4b8a-a96d-f8a8617fa4ad', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-17 23:09:55,565 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 22148d9d-03ce-4b8a-a96d-f8a8617fa4ad --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-17 23:09:55.441 866 INFO rally.api [-] Building 'html' report for the following task(s): '22148d9d-03ce-4b8a-a96d-f8a8617fa4ad'. 2018-08-17 23:09:55.464 866 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:09:55,571 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-17 23:09:55,572 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-17 23:09:55,572 - 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-08-17 23:09:55,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:09:55,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:09:55,597 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:11:31,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 2018-08-17 23:11:31,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cb2a2f5a-bcd8-4503-86da-56c61e7a78f5'] 2018-08-17 23:11:32,836 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 -------------------------------------------------------------------------------- Task cb2a2f5a-bcd8-4503-86da-56c61e7a78f5: 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 cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 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 | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> glance_v2.upload_data | 2.107 | 2.107 | 2.107 | 2.107 | 2.107 | 2.107 | 100.0% | 1 | | glance_v2.delete_image | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | total | 6.08 | 6.08 | 6.08 | 6.08 | 6.08 | 6.08 | 100.0% | 1 | | -> duration | 6.08 | 6.08 | 6.08 | 6.08 | 6.08 | 6.08 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.079554 Full duration: 15.032586 -------------------------------------------------------------------------------- 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 cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.777 | 4.777 | 4.777 | 4.777 | 4.777 | 4.777 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | -> glance_v2.upload_data | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 100.0% | 1 | | glance_v2.list_images | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 100.0% | 1 | | -> duration | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.949376 Full duration: 16.245281 -------------------------------------------------------------------------------- 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 cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 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.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | total | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | -> duration | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.329247 Full duration: 8.250571 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "number_instances": 2, "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] }, "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 cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.764 | 4.764 | 4.764 | 4.764 | 4.764 | 4.764 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 100.0% | 1 | | -> glance_v2.upload_data | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 100.0% | 1 | | nova.boot_servers | 11.565 | 11.565 | 11.565 | 11.565 | 11.565 | 11.565 | 100.0% | 1 | | total | 16.33 | 16.33 | 16.33 | 16.33 | 16.33 | 16.33 | 100.0% | 1 | | -> duration | 15.33 | 15.33 | 15.33 | 15.33 | 15.33 | 15.33 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.329767 Full duration: 36.3681 HINTS: * To plot HTML graphics with this data, run: rally task report cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 --out output.html * To generate a JUnit report, run: rally task export cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 --json --out output.json 2018-08-17 23:11:32,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cb2a2f5a-bcd8-4503-86da-56c61e7a78f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-17 23:11:35,059 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-17 23:11:34.953 1419 INFO rally.api [-] Building 'json' report for the following task(s): 'cb2a2f5a-bcd8-4503-86da-56c61e7a78f5'. 2018-08-17 23:11:34.957 1419 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:11:35,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cb2a2f5a-bcd8-4503-86da-56c61e7a78f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-17 23:11:37,199 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid cb2a2f5a-bcd8-4503-86da-56c61e7a78f5 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-17 23:11:37.075 1422 INFO rally.api [-] Building 'html' report for the following task(s): 'cb2a2f5a-bcd8-4503-86da-56c61e7a78f5'. 2018-08-17 23:11:37.096 1422 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:11:37,204 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-17 23:11:37,204 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-17 23:11:37,205 - 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-08-17 23:11:37,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:11:37,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:11:37,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:15:00,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8afbb689-27b7-487c-97a4-627e027db064 2018-08-17 23:15:00,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8afbb689-27b7-487c-97a4-627e027db064'] 2018-08-17 23:15:01,537 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8afbb689-27b7-487c-97a4-627e027db064 -------------------------------------------------------------------------------- Task 8afbb689-27b7-487c-97a4-627e027db064: 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 8afbb689-27b7-487c-97a4-627e027db064 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.147 | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 100.0% | 1 | | -> duration | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 5.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.774615 Full duration: 22.864469 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.3 | 3.3 | 3.3 | 3.3 | 3.3 | 3.3 | 100.0% | 1 | | cinder_v2.delete_volume | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 100.0% | 1 | | total | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> duration | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.087609 Full duration: 16.250327 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 8afbb689-27b7-487c-97a4-627e027db064 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.81 | 8.81 | 8.81 | 8.81 | 8.81 | 8.81 | 100.0% | 1 | | cinder_v2.delete_volume | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | total | 11.295 | 11.295 | 11.295 | 11.295 | 11.295 | 11.295 | 100.0% | 1 | | -> duration | 11.295 | 11.295 | 11.295 | 11.295 | 11.295 | 11.295 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.295253 Full duration: 22.22171 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.256 | 3.256 | 3.256 | 3.256 | 3.256 | 3.256 | 100.0% | 1 | | cinder_v2.delete_volume | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 100.0% | 1 | | total | 5.705 | 5.705 | 5.705 | 5.705 | 5.705 | 5.705 | 100.0% | 1 | | -> duration | 5.705 | 5.705 | 5.705 | 5.705 | 5.705 | 5.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.705265 Full duration: 16.125688 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | cinder_v2.extend_volume | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 100.0% | 1 | | cinder_v2.delete_volume | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | total | 8.727 | 8.727 | 8.727 | 8.727 | 8.727 | 8.727 | 100.0% | 1 | | -> duration | 8.727 | 8.727 | 8.727 | 8.727 | 8.727 | 8.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.727317 Full duration: 18.705728 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.205 | 3.205 | 3.205 | 3.205 | 3.205 | 3.205 | 100.0% | 1 | | cinder_v2.delete_volume | 2.62 | 2.62 | 2.62 | 2.62 | 2.62 | 2.62 | 100.0% | 1 | | total | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 100.0% | 1 | | -> duration | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.825648 Full duration: 22.765538 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | cinder_v2.list_qos | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801732 Full duration: 13.105145 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.set_qos | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> duration | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.898341 Full duration: 12.786925 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | cinder_v2.list_types | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800347 Full duration: 12.534587 -------------------------------------------------------------------------------- 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 8afbb689-27b7-487c-97a4-627e027db064 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> duration | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.848367 Full duration: 13.189609 HINTS: * To plot HTML graphics with this data, run: rally task report 8afbb689-27b7-487c-97a4-627e027db064 --out output.html * To generate a JUnit report, run: rally task export 8afbb689-27b7-487c-97a4-627e027db064 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8afbb689-27b7-487c-97a4-627e027db064 --json --out output.json 2018-08-17 23:15:01,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8afbb689-27b7-487c-97a4-627e027db064', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-17 23:15:03,719 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8afbb689-27b7-487c-97a4-627e027db064 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-17 23:15:03.618 3211 INFO rally.api [-] Building 'json' report for the following task(s): '8afbb689-27b7-487c-97a4-627e027db064'. 2018-08-17 23:15:03.626 3211 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:15:03,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8afbb689-27b7-487c-97a4-627e027db064', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-17 23:15:05,939 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8afbb689-27b7-487c-97a4-627e027db064 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-17 23:15:05.806 3214 INFO rally.api [-] Building 'html' report for the following task(s): '8afbb689-27b7-487c-97a4-627e027db064'. 2018-08-17 23:15:05.836 3214 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:15:05,946 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-17 23:15:05,946 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-17 23:15:05,946 - 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-08-17 23:15:05,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:15:05,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:15:05,957 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:16:27,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3069bce8-f2f1-464d-bd11-c95028b68da1 2018-08-17 23:16:27,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3069bce8-f2f1-464d-bd11-c95028b68da1'] 2018-08-17 23:16:28,534 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3069bce8-f2f1-464d-bd11-c95028b68da1 -------------------------------------------------------------------------------- Task 3069bce8-f2f1-464d-bd11-c95028b68da1: 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 3069bce8-f2f1-464d-bd11-c95028b68da1 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.448 | 4.448 | 4.448 | 4.448 | 4.448 | 4.448 | 100.0% | 1 | | heat.update_stack | 3.369 | 3.369 | 3.369 | 3.369 | 3.369 | 3.369 | 100.0% | 1 | | heat.delete_stack | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 100.0% | 1 | | total | 10.513 | 10.513 | 10.513 | 10.513 | 10.513 | 10.513 | 100.0% | 1 | | -> duration | 6.513 | 6.513 | 6.513 | 6.513 | 6.513 | 6.513 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.512856 Full duration: 18.961511 -------------------------------------------------------------------------------- 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 3069bce8-f2f1-464d-bd11-c95028b68da1 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.589 | 4.589 | 4.589 | 4.589 | 4.589 | 4.589 | 100.0% | 1 | | heat.check_stack | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | heat.delete_stack | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 100.0% | 1 | | total | 6.966 | 6.966 | 6.966 | 6.966 | 6.966 | 6.966 | 100.0% | 1 | | -> duration | 4.966 | 4.966 | 4.966 | 4.966 | 4.966 | 4.966 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.966419 Full duration: 16.749574 -------------------------------------------------------------------------------- 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 3069bce8-f2f1-464d-bd11-c95028b68da1 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.655 | 4.655 | 4.655 | 4.655 | 4.655 | 4.655 | 100.0% | 1 | | heat.suspend_stack | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | heat.resume_stack | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | heat.delete_stack | 2.912 | 2.912 | 2.912 | 2.912 | 2.912 | 2.912 | 100.0% | 1 | | total | 8.967 | 8.967 | 8.967 | 8.967 | 8.967 | 8.967 | 100.0% | 1 | | -> duration | 6.967 | 6.967 | 6.967 | 6.967 | 6.967 | 6.967 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.967344 Full duration: 17.55101 -------------------------------------------------------------------------------- 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 3069bce8-f2f1-464d-bd11-c95028b68da1 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.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | total | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> duration | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.585879 Full duration: 8.604603 HINTS: * To plot HTML graphics with this data, run: rally task report 3069bce8-f2f1-464d-bd11-c95028b68da1 --out output.html * To generate a JUnit report, run: rally task export 3069bce8-f2f1-464d-bd11-c95028b68da1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3069bce8-f2f1-464d-bd11-c95028b68da1 --json --out output.json 2018-08-17 23:16:28,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3069bce8-f2f1-464d-bd11-c95028b68da1', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-17 23:16:30,767 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3069bce8-f2f1-464d-bd11-c95028b68da1 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-17 23:16:30.662 3947 INFO rally.api [-] Building 'json' report for the following task(s): '3069bce8-f2f1-464d-bd11-c95028b68da1'. 2018-08-17 23:16:30.666 3947 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:16:30,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3069bce8-f2f1-464d-bd11-c95028b68da1', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-17 23:16:33,325 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3069bce8-f2f1-464d-bd11-c95028b68da1 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-17 23:16:33.155 3950 INFO rally.api [-] Building 'html' report for the following task(s): '3069bce8-f2f1-464d-bd11-c95028b68da1'. 2018-08-17 23:16:33.181 3950 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:16:33,330 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-17 23:16:33,330 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-17 23:16:33,331 - 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-08-17 23:16:33,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:16:33,347 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:16:33,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:19:49,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 85012286-292a-41e8-b2f7-4f2f7f978bd5 2018-08-17 23:19:49,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '85012286-292a-41e8-b2f7-4f2f7f978bd5'] 2018-08-17 23:19:51,075 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 85012286-292a-41e8-b2f7-4f2f7f978bd5 -------------------------------------------------------------------------------- Task 85012286-292a-41e8-b2f7-4f2f7f978bd5: 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.revoke_role | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775094 Full duration: 14.61275 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.729612 Full duration: 14.428234 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | keystone_v3.list_projects | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788334 Full duration: 14.622949 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> duration | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.622632 Full duration: 12.440272 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.delete_service | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665003 Full duration: 12.504558 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | keystone_v3.create_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.get_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_user | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.list_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.866 | 1.866 | 1.866 | 1.866 | 1.866 | 1.866 | 100.0% | 1 | | -> duration | 1.866 | 1.866 | 1.866 | 1.866 | 1.866 | 1.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.865588 Full duration: 20.056492 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | keystone_v3.update_project | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.delete_project | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> duration | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.952515 Full duration: 12.613684 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785183 Full duration: 14.484705 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787064 Full duration: 14.801444 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891468 Full duration: 14.694782 -------------------------------------------------------------------------------- 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 85012286-292a-41e8-b2f7-4f2f7f978bd5 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.create_users | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 5.099 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | total | 6.774 | 6.774 | 6.774 | 6.774 | 6.774 | 6.774 | 100.0% | 1 | | -> duration | 6.774 | 6.774 | 6.774 | 6.774 | 6.774 | 6.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.773653 Full duration: 23.526545 HINTS: * To plot HTML graphics with this data, run: rally task report 85012286-292a-41e8-b2f7-4f2f7f978bd5 --out output.html * To generate a JUnit report, run: rally task export 85012286-292a-41e8-b2f7-4f2f7f978bd5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 85012286-292a-41e8-b2f7-4f2f7f978bd5 --json --out output.json 2018-08-17 23:19:51,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '85012286-292a-41e8-b2f7-4f2f7f978bd5', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-17 23:19:53,295 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 85012286-292a-41e8-b2f7-4f2f7f978bd5 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-17 23:19:53.182 5865 INFO rally.api [-] Building 'json' report for the following task(s): '85012286-292a-41e8-b2f7-4f2f7f978bd5'. 2018-08-17 23:19:53.191 5865 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:19:53,296 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '85012286-292a-41e8-b2f7-4f2f7f978bd5', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-17 23:19:55,609 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 85012286-292a-41e8-b2f7-4f2f7f978bd5 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-17 23:19:55.474 5868 INFO rally.api [-] Building 'html' report for the following task(s): '85012286-292a-41e8-b2f7-4f2f7f978bd5'. 2018-08-17 23:19:55.505 5868 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:19:55,622 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-17 23:19:55,622 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-17 23:19:55,623 - 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-08-17 23:19:55,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:19:55,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:19:55,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:25:11,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cff5c7af-63eb-47b6-8614-c3100b1aa364 2018-08-17 23:25:11,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cff5c7af-63eb-47b6-8614-c3100b1aa364'] 2018-08-17 23:25:12,570 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid cff5c7af-63eb-47b6-8614-c3100b1aa364 -------------------------------------------------------------------------------- Task cff5c7af-63eb-47b6-8614-c3100b1aa364: 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 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.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | neutron.delete_network | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | total | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 100.0% | 1 | | -> duration | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.14081 Full duration: 15.155583 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | neutron.delete_port | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | total | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 100.0% | 1 | | -> duration | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.894077 Full duration: 29.899567 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | neutron.create_subnet | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_interface_router | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | neutron.remove_interface_router | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | neutron.delete_router | 0.423 | 0.423 | 0.423 | 0.423 | 0.423 | 0.423 | 100.0% | 1 | | total | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 100.0% | 1 | | -> duration | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.137635 Full duration: 39.28844 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 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.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | neutron.delete_subnet | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | total | 2.055 | 2.055 | 2.055 | 2.055 | 2.055 | 2.055 | 100.0% | 1 | | -> duration | 2.055 | 2.055 | 2.055 | 2.055 | 2.055 | 2.055 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.055256 Full duration: 28.086607 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | neutron.list_networks | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | -> duration | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.286038 Full duration: 16.690645 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | neutron.list_ports | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | total | 1.609 | 1.609 | 1.609 | 1.609 | 1.609 | 1.609 | 100.0% | 1 | | -> duration | 1.609 | 1.609 | 1.609 | 1.609 | 1.609 | 1.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.608963 Full duration: 27.626981 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | neutron.create_subnet | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | neutron.create_router | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | neutron.add_interface_router | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 100.0% | 1 | | neutron.list_routers | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 3.881 | 3.881 | 3.881 | 3.881 | 3.881 | 3.881 | 100.0% | 1 | | -> duration | 3.881 | 3.881 | 3.881 | 3.881 | 3.881 | 3.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.881404 Full duration: 39.316474 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | neutron.create_subnet | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | neutron.list_subnets | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 100.0% | 1 | | -> duration | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.728785 Full duration: 37.770022 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | neutron.delete_security_group | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 100.0% | 1 | | total | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 100.0% | 1 | | -> duration | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.326053 Full duration: 14.464365 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 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.089 | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 100.0% | 1 | | neutron.create_security_group_rule | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | neutron.delete_security_group | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | total | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 100.0% | 1 | | -> duration | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.028291 Full duration: 14.948955 -------------------------------------------------------------------------------- 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 cff5c7af-63eb-47b6-8614-c3100b1aa364 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.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | neutron.create_router | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | neutron.add_gateway_router | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | neutron.remove_gateway_router | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | total | 3.58 | 3.58 | 3.58 | 3.58 | 3.58 | 3.58 | 100.0% | 1 | | -> duration | 3.58 | 3.58 | 3.58 | 3.58 | 3.58 | 3.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.580166 Full duration: 24.252992 HINTS: * To plot HTML graphics with this data, run: rally task report cff5c7af-63eb-47b6-8614-c3100b1aa364 --out output.html * To generate a JUnit report, run: rally task export cff5c7af-63eb-47b6-8614-c3100b1aa364 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cff5c7af-63eb-47b6-8614-c3100b1aa364 --json --out output.json 2018-08-17 23:25:12,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cff5c7af-63eb-47b6-8614-c3100b1aa364', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-17 23:25:14,824 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid cff5c7af-63eb-47b6-8614-c3100b1aa364 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-17 23:25:14.711 9163 INFO rally.api [-] Building 'json' report for the following task(s): 'cff5c7af-63eb-47b6-8614-c3100b1aa364'. 2018-08-17 23:25:14.721 9163 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:25:14,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cff5c7af-63eb-47b6-8614-c3100b1aa364', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-17 23:25:17,113 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid cff5c7af-63eb-47b6-8614-c3100b1aa364 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-17 23:25:16.980 9166 INFO rally.api [-] Building 'html' report for the following task(s): 'cff5c7af-63eb-47b6-8614-c3100b1aa364'. 2018-08-17 23:25:17.011 9166 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:25:17,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-17 23:25:17,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-17 23:25:17,126 - 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-08-17 23:25:17,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:25:17,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:25:17,142 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:33:07,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bbc3f946-a4cd-4f5c-8213-ba97471d7e4d 2018-08-17 23:33:07,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bbc3f946-a4cd-4f5c-8213-ba97471d7e4d'] 2018-08-17 23:33:08,634 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bbc3f946-a4cd-4f5c-8213-ba97471d7e4d -------------------------------------------------------------------------------- Task bbc3f946-a4cd-4f5c-8213-ba97471d7e4d: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "block_migration": false, "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bbc3f946-a4cd-4f5c-8213-ba97471d7e4d 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.368 | 12.368 | 12.368 | 12.368 | 12.368 | 12.368 | 100.0% | 1 | | nova.find_host_to_migrate | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 100.0% | 1 | | nova.live_migrate | 11.853 | 11.853 | 11.853 | 11.853 | 11.853 | 11.853 | 100.0% | 1 | | nova.delete_server | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 100.0% | 1 | | total | 28.436 | 28.436 | 28.436 | 28.436 | 28.436 | 28.436 | 100.0% | 1 | | -> duration | 27.436 | 27.436 | 27.436 | 27.436 | 27.436 | 27.436 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.43606 Full duration: 37.820158 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bbc3f946-a4cd-4f5c-8213-ba97471d7e4d 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.993 | 9.993 | 9.993 | 9.993 | 9.993 | 9.993 | 100.0% | 1 | | cinder_v2.create_volume | 3.112 | 3.112 | 3.112 | 3.112 | 3.112 | 3.112 | 100.0% | 1 | | nova.attach_volume | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 100.0% | 1 | | nova.find_host_to_migrate | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 100.0% | 1 | | nova.live_migrate | 13.671 | 13.671 | 13.671 | 13.671 | 13.671 | 13.671 | 100.0% | 1 | | nova.detach_volume | 3.812 | 3.812 | 3.812 | 3.812 | 3.812 | 3.812 | 100.0% | 1 | | cinder_v2.delete_volume | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 100.0% | 1 | | nova.delete_server | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 100.0% | 1 | | total | 41.403 | 41.403 | 41.403 | 41.403 | 41.403 | 41.403 | 100.0% | 1 | | -> duration | 40.403 | 40.403 | 40.403 | 40.403 | 40.403 | 40.403 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.403387 Full duration: 53.063696 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bbc3f946-a4cd-4f5c-8213-ba97471d7e4d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.525 | 8.525 | 8.525 | 8.525 | 8.525 | 8.525 | 100.0% | 1 | | nova.boot_server | 8.827 | 8.827 | 8.827 | 8.827 | 8.827 | 8.827 | 100.0% | 1 | | nova.find_host_to_migrate | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | nova.live_migrate | 16.103 | 16.103 | 16.103 | 16.103 | 16.103 | 16.103 | 100.0% | 1 | | nova.delete_server | 7.852 | 7.852 | 7.852 | 7.852 | 7.852 | 7.852 | 100.0% | 1 | | total | 42.626 | 42.626 | 42.626 | 42.626 | 42.626 | 42.626 | 100.0% | 1 | | -> duration | 41.626 | 41.626 | 41.626 | 41.626 | 41.626 | 41.626 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.625508 Full duration: 54.37998 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "server_kwargs": { "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] } }, "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 bbc3f946-a4cd-4f5c-8213-ba97471d7e4d 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.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | nova.boot_server | 8.432 | 8.432 | 8.432 | 8.432 | 8.432 | 8.432 | 100.0% | 1 | | nova.delete_server | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 100.0% | 1 | | nova.delete_keypair | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 100.0% | 1 | | total | 12.089 | 12.089 | 12.089 | 12.089 | 12.089 | 12.089 | 100.0% | 1 | | -> duration | 11.089 | 11.089 | 11.089 | 11.089 | 11.089 | 11.089 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.088925 Full duration: 37.730069 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "volume_size": 5, "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] }, "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 bbc3f946-a4cd-4f5c-8213-ba97471d7e4d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.677 | 8.677 | 8.677 | 8.677 | 8.677 | 8.677 | 100.0% | 1 | | nova.boot_server | 9.427 | 9.427 | 9.427 | 9.427 | 9.427 | 9.427 | 100.0% | 1 | | nova.delete_server | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 100.0% | 1 | | total | 21.079 | 21.079 | 21.079 | 21.079 | 21.079 | 21.079 | 100.0% | 1 | | -> duration | 20.079 | 20.079 | 20.079 | 20.079 | 20.079 | 20.079 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.078969 Full duration: 49.823728 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "force_delete": false, "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] }, "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 bbc3f946-a4cd-4f5c-8213-ba97471d7e4d 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.177 | 9.177 | 9.177 | 9.177 | 9.177 | 9.177 | 100.0% | 1 | | nova.pause_server | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 100.0% | 1 | | nova.unpause_server | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 2.919 | 100.0% | 1 | | nova.delete_server | 5.548 | 5.548 | 5.548 | 5.548 | 5.548 | 5.548 | 100.0% | 1 | | total | 20.467 | 20.467 | 20.467 | 20.467 | 20.467 | 20.467 | 100.0% | 1 | | -> duration | 15.467 | 15.467 | 15.467 | 15.467 | 15.467 | 15.467 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.466576 Full duration: 45.320578 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "nics": [ { "net-id": "b0761202-66af-49c1-8316-92ca7490e301" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bbc3f946-a4cd-4f5c-8213-ba97471d7e4d 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.82 | 9.82 | 9.82 | 9.82 | 9.82 | 9.82 | 100.0% | 1 | | nova.migrate | 72.288 | 72.288 | 72.288 | 72.288 | 72.288 | 72.288 | 100.0% | 1 | | nova.resize_confirm | 9.378 | 9.378 | 9.378 | 9.378 | 9.378 | 9.378 | 100.0% | 1 | | nova.delete_server | 2.522 | 2.522 | 2.522 | 2.522 | 2.522 | 2.522 | 100.0% | 1 | | total | 94.009 | 94.009 | 94.009 | 94.009 | 94.009 | 94.009 | 100.0% | 1 | | -> duration | 93.009 | 93.009 | 93.009 | 93.009 | 93.009 | 93.009 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 93.008775 Full duration: 104.121527 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1" }, "image": { "name": "rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task bbc3f946-a4cd-4f5c-8213-ba97471d7e4d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.412 | 10.412 | 10.412 | 10.412 | 10.412 | 10.412 | 100.0% | 1 | | nova.list_interfaces | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 10.94 | 10.94 | 10.94 | 10.94 | 10.94 | 10.94 | 100.0% | 1 | | -> duration | 9.94 | 9.94 | 9.94 | 9.94 | 9.94 | 9.94 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.939625 Full duration: 46.044499 -------------------------------------------------------------------------------- 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 bbc3f946-a4cd-4f5c-8213-ba97471d7e4d has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | nova.delete_server_group | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709792 Full duration: 9.431753 HINTS: * To plot HTML graphics with this data, run: rally task report bbc3f946-a4cd-4f5c-8213-ba97471d7e4d --out output.html * To generate a JUnit report, run: rally task export bbc3f946-a4cd-4f5c-8213-ba97471d7e4d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bbc3f946-a4cd-4f5c-8213-ba97471d7e4d --json --out output.json 2018-08-17 23:33:08,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bbc3f946-a4cd-4f5c-8213-ba97471d7e4d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-17 23:33:11,020 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bbc3f946-a4cd-4f5c-8213-ba97471d7e4d --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-17 23:33:10.856 10809 INFO rally.api [-] Building 'json' report for the following task(s): 'bbc3f946-a4cd-4f5c-8213-ba97471d7e4d'. 2018-08-17 23:33:10.867 10809 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:33:11,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bbc3f946-a4cd-4f5c-8213-ba97471d7e4d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-17 23:33:13,303 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bbc3f946-a4cd-4f5c-8213-ba97471d7e4d --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-17 23:33:13.170 10812 INFO rally.api [-] Building 'html' report for the following task(s): 'bbc3f946-a4cd-4f5c-8213-ba97471d7e4d'. 2018-08-17 23:33:13.201 10812 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:33:13,315 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-08-17 23:33:13,316 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-17 23:33:13,316 - 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-08-17 23:33:13,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-17 23:33:13,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-17 23:33:13,333 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'b0761202-66af-49c1-8316-92ca7490e301', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3db584ff-9cec-4483-a205-65f58831b9a1', 'flavor_name': 'rally_sanity-flavor_3db584ff-9cec-4483-a205-65f58831b9a1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_3db584ff-9cec-4483-a205-65f58831b9a1', '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-08-17 23:34:06,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 02571bdd-49f0-4df5-9bc6-f546062a55ca 2018-08-17 23:34:06,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '02571bdd-49f0-4df5-9bc6-f546062a55ca'] 2018-08-17 23:34:07,522 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 02571bdd-49f0-4df5-9bc6-f546062a55ca -------------------------------------------------------------------------------- Task 02571bdd-49f0-4df5-9bc6-f546062a55ca: 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 02571bdd-49f0-4df5-9bc6-f546062a55ca 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | quotas.delete_quotas | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 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.998149 Full duration: 9.193077 -------------------------------------------------------------------------------- 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 02571bdd-49f0-4df5-9bc6-f546062a55ca 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687715 Full duration: 8.467327 -------------------------------------------------------------------------------- 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 02571bdd-49f0-4df5-9bc6-f546062a55ca 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.413 | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824478 Full duration: 8.712917 -------------------------------------------------------------------------------- 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 02571bdd-49f0-4df5-9bc6-f546062a55ca 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.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | total | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> duration | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.118768 Full duration: 9.317137 HINTS: * To plot HTML graphics with this data, run: rally task report 02571bdd-49f0-4df5-9bc6-f546062a55ca --out output.html * To generate a JUnit report, run: rally task export 02571bdd-49f0-4df5-9bc6-f546062a55ca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 02571bdd-49f0-4df5-9bc6-f546062a55ca --json --out output.json 2018-08-17 23:34:07,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '02571bdd-49f0-4df5-9bc6-f546062a55ca', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-17 23:34:09,608 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 02571bdd-49f0-4df5-9bc6-f546062a55ca --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-17 23:34:09.485 11325 INFO rally.api [-] Building 'json' report for the following task(s): '02571bdd-49f0-4df5-9bc6-f546062a55ca'. 2018-08-17 23:34:09.488 11325 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:34:09,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '02571bdd-49f0-4df5-9bc6-f546062a55ca', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-17 23:34:11,797 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 02571bdd-49f0-4df5-9bc6-f546062a55ca --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-17 23:34:11.672 11328 INFO rally.api [-] Building 'html' report for the following task(s): '02571bdd-49f0-4df5-9bc6-f546062a55ca'. 2018-08-17 23:34:11.693 11328 INFO rally.api [-] The report has been successfully built. 2018-08-17 23:34:11,801 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-17 23:34:11,803 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:15 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:47 | 11 | 100.00% | | nova | 07:17 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:24 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-17 23:34:11,803 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-08-17 23:34:11,931 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 23:34:11,931 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:38 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-17 23:34:22,514 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-17 23:34:23,171 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-17 23:34:25,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-17 23:34:25.266 11331 INFO rally.deployment.engine [-] Deployment 9d5d6bb9-60e2-4208-abbd-ab380dc210af | Starting: Destroy cloud and free allocated resources. 2018-08-17 23:34:25.335 11331 INFO rally.deployment.engine [-] Deployment 9d5d6bb9-60e2-4208-abbd-ab380dc210af | Completed: Destroy cloud and free allocated resources. 2018-08-17 23:34:25.358 11331 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420). 2018-08-17 23:34:25.363 11331 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-17 23:34:27,894 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-17 23:34:27.700 11334 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8966188e-27f1-421d-bc8f-6f297392b805) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8966188e-27f1-421d-bc8f-6f297392b805 | 2018-08-17T23:34:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8966188e-27f1-421d-bc8f-6f297392b805 ~/.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-08-17 23:34:31,152 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-08-17 23:34:31,153 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-17 23:34:33,552 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-17 23:34:33.266 11340 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=59a6814b-c057-4724-9dfa-f1bf651e4420). 2018-08-17 23:34:33.394 11340 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-17 23:34:37,142 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-17 23:34:35.556 11343 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-17 23:34:35.712 11343 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-17 23:34:36.957 11343 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516) as the default verifier for the future CLI operations. 2018-08-17 23:34:40,192 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-17 23:34:40,581 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-17T23:34:40Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0127f524-32d5-403f-bc0f-f6fcd4724a43', u'provider:segmentation_id': 53, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_582f17d2-0053-4a00-b2ae-11cd5202b5ae', u'admin_state_up': True, u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T23:34:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3'}) 2018-08-17 23:34:41,604 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T23:34:41Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0bc8fc4a-3a0b-4cd4-ba28-1c2bdf54d366', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_582f17d2-0053-4a00-b2ae-11cd5202b5ae', u'enable_dhcp': True, u'network_id': u'0127f524-32d5-403f-bc0f-f6fcd4724a43', u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T23:34:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3'}) 2018-08-17 23:34:42,846 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc739f81-9309-4c1b-939c-91b62eaba784', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8881535-7d85-42d5-a1f1-4d047b73c770', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T23:34:41Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-17T23:34:42Z', u'revision_number': 2, u'routes': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'id': u'85568d4f-b78d-42ba-ba24-84bfdf497983', u'name': u'refstack_defcore-router_582f17d2-0053-4a00-b2ae-11cd5202b5ae'}) 2018-08-17 23:34:47,091 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/b44534e9-c6a3-4536-b287-f8e9d271f1c6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b44534e9-c6a3-4536-b287-f8e9d271f1c6/file', 'owner': u'16b0fa015dee45eaa20d2c8dd00984f3', 'id': u'b44534e9-c6a3-4536-b287-f8e9d271f1c6', 'size': 12716032, u'self': u'/v2/images/b44534e9-c6a3-4536-b287-f8e9d271f1c6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/b44534e9-c6a3-4536-b287-f8e9d271f1c6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T23:34:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-17T23:34:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_582f17d2-0053-4a00-b2ae-11cd5202b5ae', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b44534e9-c6a3-4536-b287-f8e9d271f1c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_582f17d2-0053-4a00-b2ae-11cd5202b5ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_582f17d2-0053-4a00-b2ae-11cd5202b5ae', 'created': u'2018-08-17T23:34:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T23:34:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b44534e9-c6a3-4536-b287-f8e9d271f1c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_582f17d2-0053-4a00-b2ae-11cd5202b5ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 23:34:47,332 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_582f17d2-0053-4a00-b2ae-11cd5202b5ae', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', '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'dc6d60c9-7ace-43ac-9a7f-e58d22150926', 'swap': 0}) 2018-08-17 23:34:49,305 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/a09d1346-ad54-46ce-8e35-085c52de9a12/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a09d1346-ad54-46ce-8e35-085c52de9a12/file', 'owner': u'16b0fa015dee45eaa20d2c8dd00984f3', 'id': u'a09d1346-ad54-46ce-8e35-085c52de9a12', 'size': 12716032, u'self': u'/v2/images/a09d1346-ad54-46ce-8e35-085c52de9a12', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/a09d1346-ad54-46ce-8e35-085c52de9a12/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T23:34:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-17T23:34:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_582f17d2-0053-4a00-b2ae-11cd5202b5ae', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a09d1346-ad54-46ce-8e35-085c52de9a12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_582f17d2-0053-4a00-b2ae-11cd5202b5ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_582f17d2-0053-4a00-b2ae-11cd5202b5ae', 'created': u'2018-08-17T23:34:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T23:34:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a09d1346-ad54-46ce-8e35-085c52de9a12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_582f17d2-0053-4a00-b2ae-11cd5202b5ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 23:34:49,551 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_582f17d2-0053-4a00-b2ae-11cd5202b5ae', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'696fa85c-2e31-4edb-8ee8-378a7abd961d', 'swap': 0}) 2018-08-17 23:34:49,578 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_582f17d2-0053-4a00-b2ae-11cd5202b5ae', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'696fa85c-2e31-4edb-8ee8-378a7abd961d', 'swap': 0}) 2018-08-17 23:34:52,692 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-17 23:34:51.674 11362 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516) for deployment 'opnfv-rally' (UUID=8966188e-27f1-421d-bc8f-6f297392b805). 2018-08-17 23:34:52.527 11362 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516) has been successfully configured for deployment 'opnfv-rally' (UUID=8966188e-27f1-421d-bc8f-6f297392b805)! 2018-08-17 23:34:52,692 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-17 23:34:52,693 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-17 23:34:52,694 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-17 23:34:55,147 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-17 23:34:55,148 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-17 23:34:55,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt']'. 2018-08-17 23:34:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:34:57.275 11374 INFO rally.api [-] Starting verification (UUID=c8f0bd5a-e6e3-49a5-9042-51587e0f6619) for deployment 'opnfv-rally' (UUID=8966188e-27f1-421d-bc8f-6f297392b805) by verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516). 2018-08-17 23:34:57,277 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c8f0bd5a-e6e3-49a5-9042-51587e0f6619 2018-08-17 23:35:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:05.723 11374 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-08-17 23:35:05,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:05.917 11374 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.235s] 2018-08-17 23:35:09,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:09.294 11374 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.357s] 2018-08-17 23:35:10,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:10.145 11374 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.851s] 2018-08-17 23:35:11,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:11.157 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.162s] 2018-08-17 23:35:13,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:13.331 11374 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.483s] 2018-08-17 23:35:14,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:14.858 11374 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.527s] 2018-08-17 23:35:15,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:15.345 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.186s] 2018-08-17 23:35:17,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:17.471 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.126s] 2018-08-17 23:35:18,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:18.675 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.202s] 2018-08-17 23:35:20,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:20.474 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.799s] 2018-08-17 23:35:23,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:23.290 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.813s] 2018-08-17 23:35:24,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:24.244 11374 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-08-17 23:35:25,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:25.189 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.898s] 2018-08-17 23:35:25,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:25.442 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.253s] 2018-08-17 23:35:25,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:25.486 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.043s] 2018-08-17 23:35:25,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:25.729 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.243s] 2018-08-17 23:35:25,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:25.747 11374 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-08-17 23:35:29,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:29.656 11374 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.410s] 2018-08-17 23:35:30,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:30.033 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [24.221s] 2018-08-17 23:35:34,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:34.814 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.068s] 2018-08-17 23:35:34,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:34.826 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-08-17 23:35:34,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:34.975 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.148s] 2018-08-17 23:35:34,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:34.986 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-08-17 23:35:34,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:34.998 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-08-17 23:35:35,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:35.042 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.043s] 2018-08-17 23:35:35,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:35.099 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.056s] 2018-08-17 23:35:35,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:35.161 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-08-17 23:35:35,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:35.593 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.431s] 2018-08-17 23:35:35,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:35.608 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-08-17 23:35:35,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:35.674 11374 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-08-17 23:35:39,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:39.287 11374 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.045s] 2018-08-17 23:35:47,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:47.217 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.554s] 2018-08-17 23:35:48,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:48.910 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.692s] 2018-08-17 23:35:49,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:49.274 11374 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.785s] 2018-08-17 23:35:50,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:50.419 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.972s] 2018-08-17 23:35:50,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:50.483 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.573s] 2018-08-17 23:35:52,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:52.199 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.715s] 2018-08-17 23:35:53,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:53.714 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.514s] 2018-08-17 23:35:55,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:55.118 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.698s] 2018-08-17 23:35:55,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:55.131 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.416s] 2018-08-17 23:35:55,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:55.804 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.672s] 2018-08-17 23:35:56,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:56.337 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.533s] 2018-08-17 23:35:56,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:56.508 11374 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.233s] 2018-08-17 23:35:57,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:57.287 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.950s] 2018-08-17 23:35:58,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:58.524 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.235s] 2018-08-17 23:35:58,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:58.803 11374 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.295s] 2018-08-17 23:35:59,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:59.007 11374 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.202s] 2018-08-17 23:35:59,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:59.202 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.678s] 2018-08-17 23:35:59,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:59.217 11374 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.211s] 2018-08-17 23:35:59,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:59.402 11374 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.184s] 2018-08-17 23:35:59,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:35:59.586 11374 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.184s] 2018-08-17 23:36:00,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:00.023 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.820s] 2018-08-17 23:36:00,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:00.253 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.135s] 2018-08-17 23:36:00,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:00.417 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.393s] 2018-08-17 23:36:02,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:02.064 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.645s] 2018-08-17 23:36:02,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:02.856 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.791s] 2018-08-17 23:36:03,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:03.521 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.664s] 2018-08-17 23:36:04,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:04.005 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.751s] 2018-08-17 23:36:04,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:04.190 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.668s] 2018-08-17 23:36:04,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:04.546 11374 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.354s] 2018-08-17 23:36:05,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:05.061 11374 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [42.009s] 2018-08-17 23:36:06,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:06.473 11374 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.418s] 2018-08-17 23:36:06,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:06.881 11374 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [56.727s] 2018-08-17 23:36:07,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:07.925 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.919s] 2018-08-17 23:36:12,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:12.263 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.337s] 2018-08-17 23:36:15,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:15.921 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.657s] 2018-08-17 23:36:19,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:19.206 11374 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-08-17 23:36:20,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:20.645 11374 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.388s] 2018-08-17 23:36:21,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:21.012 11374 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.366s] 2018-08-17 23:36:21,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:21.408 11374 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.158s] 2018-08-17 23:36:22,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:22.643 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.720s] 2018-08-17 23:36:27,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:27.506 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.862s] 2018-08-17 23:36:27,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:27.760 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.255s] 2018-08-17 23:36:27,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:27.995 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.234s] 2018-08-17 23:36:28,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:28.053 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2018-08-17 23:36:28,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:28.104 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2018-08-17 23:36:28,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:28.485 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.379s] 2018-08-17 23:36:28,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:28.608 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.123s] 2018-08-17 23:36:28,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:28.796 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.188s] 2018-08-17 23:36:28,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:28.876 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.079s] 2018-08-17 23:36:34,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:34.296 11374 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.418s] 2018-08-17 23:36:47,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:47.899 11374 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.773s] 2018-08-17 23:36:56,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:36:56.070 11374 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.171s] 2018-08-17 23:38:38,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:38:38.397 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.205s] 2018-08-17 23:38:38,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:38:38.476 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.087s] 2018-08-17 23:38:39,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:38:39.316 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.840s] 2018-08-17 23:41:46,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:41:46.780 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.453s] 2018-08-17 23:41:46,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:41:46.782 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-17 23:42:09,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:09.474 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.418s] 2018-08-17 23:42:09,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:09.685 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.210s] 2018-08-17 23:42:09,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:09.896 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.210s] 2018-08-17 23:42:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:10.263 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.367s] 2018-08-17 23:42:10,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:10.645 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.381s] 2018-08-17 23:42:11,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:11.093 11374 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.447s] 2018-08-17 23:42:18,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:18.036 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.690s] 2018-08-17 23:42:19,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:19.547 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.509s] 2018-08-17 23:42:23,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:23.478 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.926s] 2018-08-17 23:42:24,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:24.403 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.928s] 2018-08-17 23:42:26,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:26.259 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.854s] 2018-08-17 23:42:27,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:27.223 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.964s] 2018-08-17 23:42:29,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:29.008 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.782s] 2018-08-17 23:42:29,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:42:29.208 11374 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.202s] 2018-08-17 23:42:32,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c8f0bd5a-e6e3-49a5-9042-51587e0f6619']'. 2018-08-17 23:42:33,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-17 23:42:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-17 23:42:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-17 23:42:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c8f0bd5a-e6e3-49a5-9042-51587e0f6619 | 2018-08-17 23:42:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-17 23:42:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-17 23:34:57 | 2018-08-17 23:42:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-17 23:42:31 | 2018-08-17 23:42:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:34 | 2018-08-17 23:42:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-17 23:42:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-17 23:42:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ed453232-9642-43b6-b30b-5e82d3f1e516) | 2018-08-17 23:42:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-17 23:42:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8966188e-27f1-421d-bc8f-6f297392b805) | 2018-08-17 23:42:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 107 | 2018-08-17 23:42:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 445.443 | 2018-08-17 23:42:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 100 | 2018-08-17 23:42:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-17 23:42:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-17 23:42:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-17 23:42:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-08-17 23:42:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-17 23:42:33,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-17 23:42:33,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 93.4579439252% 2018-08-17 23:42:33,263 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 23:42:33,264 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:53 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-17 23:42:43,991 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-17 23:42:44,043 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-17 23:42:44,719 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-17 23:42:47,215 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-17 23:42:46.808 11464 INFO rally.deployment.engine [-] Deployment 8966188e-27f1-421d-bc8f-6f297392b805 | Starting: Destroy cloud and free allocated resources. 2018-08-17 23:42:46.901 11464 INFO rally.deployment.engine [-] Deployment 8966188e-27f1-421d-bc8f-6f297392b805 | Completed: Destroy cloud and free allocated resources. 2018-08-17 23:42:46.941 11464 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516) for deployment 'opnfv-rally'. 2018-08-17 23:42:46.952 11464 INFO rally.api [-] Deleting verification (UUID=c8f0bd5a-e6e3-49a5-9042-51587e0f6619). 2018-08-17 23:42:46.997 11464 INFO rally.api [-] Verification has been successfully deleted! 2018-08-17 23:42:46.997 11464 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516). 2018-08-17 23:42:47.004 11464 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-17 23:42:49,689 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-17 23:42:49.374 11467 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fc4850e5-4c92-4810-a61c-2c07de2c2e14) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fc4850e5-4c92-4810-a61c-2c07de2c2e14 | 2018-08-17T23:42:49 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fc4850e5-4c92-4810-a61c-2c07de2c2e14 ~/.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-08-17 23:42:53,111 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-08-17 23:42:53,111 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-17 23:42:55,498 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-17 23:42:55.219 11473 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ed453232-9642-43b6-b30b-5e82d3f1e516). 2018-08-17 23:42:55.339 11473 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-17 23:42:59,047 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-17 23:42:57.496 11476 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-17 23:42:57.651 11476 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-17 23:42:58.848 11476 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a) as the default verifier for the future CLI operations. 2018-08-17 23:43:02,006 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-17 23:43:02,462 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-17T23:43:02Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e9ae034e-a018-412d-8c1a-ca81de2f79db', u'provider:segmentation_id': 53, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_f2874684-f0ed-421d-8acf-2c408847c1df', u'admin_state_up': True, u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T23:43:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3'}) 2018-08-17 23:43:03,413 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-17T23:43:02Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0400f49d-f60b-49ea-9491-97ba77716b99', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_f2874684-f0ed-421d-8acf-2c408847c1df', u'enable_dhcp': True, u'network_id': u'e9ae034e-a018-412d-8c1a-ca81de2f79db', u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T23:43:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3'}) 2018-08-17 23:43:04,531 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc739f81-9309-4c1b-939c-91b62eaba784', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8881535-7d85-42d5-a1f1-4d047b73c770', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'created_at': u'2018-08-17T23:43:03Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-17T23:43:04Z', u'revision_number': 2, u'routes': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'id': u'e466c0e9-bb31-4332-9680-f2bd2c235d3a', u'name': u'patrole-router_f2874684-f0ed-421d-8acf-2c408847c1df'}) 2018-08-17 23:43:09,602 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/b46acd2a-8caf-4c11-a464-ae2c05cab004/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b46acd2a-8caf-4c11-a464-ae2c05cab004/file', 'owner': u'16b0fa015dee45eaa20d2c8dd00984f3', 'id': u'b46acd2a-8caf-4c11-a464-ae2c05cab004', 'size': 12716032, u'self': u'/v2/images/b46acd2a-8caf-4c11-a464-ae2c05cab004', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/b46acd2a-8caf-4c11-a464-ae2c05cab004/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T23:43:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-17T23:43:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_f2874684-f0ed-421d-8acf-2c408847c1df', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b46acd2a-8caf-4c11-a464-ae2c05cab004', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_f2874684-f0ed-421d-8acf-2c408847c1df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_f2874684-f0ed-421d-8acf-2c408847c1df', 'created': u'2018-08-17T23:43:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T23:43:06Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b46acd2a-8caf-4c11-a464-ae2c05cab004', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_f2874684-f0ed-421d-8acf-2c408847c1df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 23:43:09,798 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_f2874684-f0ed-421d-8acf-2c408847c1df', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', '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'd88d8606-3ae4-4b98-84c9-fa8e425496ea', 'swap': 0}) 2018-08-17 23:43:12,526 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/f2fc9b0f-d9a2-4e24-9f44-8bbc5e37d708/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f2fc9b0f-d9a2-4e24-9f44-8bbc5e37d708/file', 'owner': u'16b0fa015dee45eaa20d2c8dd00984f3', 'id': u'f2fc9b0f-d9a2-4e24-9f44-8bbc5e37d708', 'size': 12716032, u'self': u'/v2/images/f2fc9b0f-d9a2-4e24-9f44-8bbc5e37d708', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16b0fa015dee45eaa20d2c8dd00984f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://050aef04-a867-4dde-9800-946e9ed57cc5/images/f2fc9b0f-d9a2-4e24-9f44-8bbc5e37d708/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-17T23:43:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-17T23:43:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_f2874684-f0ed-421d-8acf-2c408847c1df', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f2fc9b0f-d9a2-4e24-9f44-8bbc5e37d708', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_f2874684-f0ed-421d-8acf-2c408847c1df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_f2874684-f0ed-421d-8acf-2c408847c1df', 'created': u'2018-08-17T23:43:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-17T23:43:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f2fc9b0f-d9a2-4e24-9f44-8bbc5e37d708', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_f2874684-f0ed-421d-8acf-2c408847c1df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-17 23:43:12,575 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f2874684-f0ed-421d-8acf-2c408847c1df', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'e79a052b-f60b-4f33-9bb4-3a6b7137eebb', 'swap': 0}) 2018-08-17 23:43:12,597 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f2874684-f0ed-421d-8acf-2c408847c1df', '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'16b0fa015dee45eaa20d2c8dd00984f3', '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'e79a052b-f60b-4f33-9bb4-3a6b7137eebb', 'swap': 0}) 2018-08-17 23:43:15,824 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-17 23:43:14.692 11495 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a) for deployment 'opnfv-rally' (UUID=fc4850e5-4c92-4810-a61c-2c07de2c2e14). 2018-08-17 23:43:15.659 11495 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a) has been successfully configured for deployment 'opnfv-rally' (UUID=fc4850e5-4c92-4810-a61c-2c07de2c2e14)! 2018-08-17 23:43:15,824 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-17 23:43:15,825 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-17 23:43:15,827 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-17 23:43:15,842 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-17 23:43:19,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0cc9a123-27f9-4320-9f3b-aebaa9544d0a/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-08-17 23:43:19,324 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-17 23:43:19,326 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-17 23:43:19,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-08-17 23:43:21,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-17 23:43:21.399 11504 INFO rally.api [-] Starting verification (UUID=ed2b70b6-de8a-4393-9e1e-0ed9c1a73ad9) for deployment 'opnfv-rally' (UUID=fc4850e5-4c92-4810-a61c-2c07de2c2e14) by verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a). 2018-08-17 23:43:21,401 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ed2b70b6-de8a-4393-9e1e-0ed9c1a73ad9 2018-08-17 23:45:59,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ed2b70b6-de8a-4393-9e1e-0ed9c1a73ad9']'. 2018-08-17 23:46:00,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-17 23:46:00,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-17 23:46:00,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-17 23:46:00,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ed2b70b6-de8a-4393-9e1e-0ed9c1a73ad9 | 2018-08-17 23:46:00,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-17 23:46:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-17 23:43:21 | 2018-08-17 23:46:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-17 23:45:59 | 2018-08-17 23:46:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-08-17 23:46:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-17 23:46:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-17 23:46:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0cc9a123-27f9-4320-9f3b-aebaa9544d0a) | 2018-08-17 23:46:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-17 23:46:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fc4850e5-4c92-4810-a61c-2c07de2c2e14) | 2018-08-17 23:46:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-08-17 23:46:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.253 | 2018-08-17 23:46:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-17 23:46:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-08-17 23:46:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-17 23:46:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-17 23:46:00,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-17 23:46:00,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-17 23:46:00,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-17 23:46:00,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-17 23:46:00,790 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 23:46:00,790 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-17 23:46:11,458 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-17 23:46:11,539 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-17 23:46:31,666 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-17 23:46:31,696 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-17 23:46:31,801 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-17 23:46:31,923 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-17 23:46:31,923 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-17 23:46:31,978 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-17 23:46:33,089 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-17 23:46:33,089 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-18 00:26:34,792 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 00:26:34,793 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:01 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-08-18 00:26:34,798 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-08-18 00:26:34,848 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-18 00:26:35,518 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 00:26:38,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 00:26:37.631 11596 INFO rally.deployment.engine [-] Deployment fc4850e5-4c92-4810-a61c-2c07de2c2e14 | Starting: Destroy cloud and free allocated resources. 2018-08-18 00:26:37.696 11596 INFO rally.deployment.engine [-] Deployment fc4850e5-4c92-4810-a61c-2c07de2c2e14 | Completed: Destroy cloud and free allocated resources. 2018-08-18 00:26:37.753 11596 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a) for deployment 'opnfv-rally'. 2018-08-18 00:26:37.784 11596 INFO rally.api [-] Deleting verification (UUID=ed2b70b6-de8a-4393-9e1e-0ed9c1a73ad9). 2018-08-18 00:26:37.825 11596 INFO rally.api [-] Verification has been successfully deleted! 2018-08-18 00:26:37.826 11596 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a). 2018-08-18 00:26:37.836 11596 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-18 00:26:40,401 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-18 00:26:40.151 11599 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4ea0101c-5c74-4fb5-90a2-e4bc49581e0f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4ea0101c-5c74-4fb5-90a2-e4bc49581e0f | 2018-08-18T00:26:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4ea0101c-5c74-4fb5-90a2-e4bc49581e0f ~/.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-08-18 00:26:43,727 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-08-18 00:26:43,728 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 00:26:46,120 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 00:26:45.843 11605 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0cc9a123-27f9-4320-9f3b-aebaa9544d0a). 2018-08-18 00:26:45.970 11605 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-18 00:26:49,705 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-18 00:26:48.211 11608 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-18 00:26:48.349 11608 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-18 00:26:49.497 11608 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=11cbefb5-1c09-451d-b43a-929718228586) has been successfully created! Using verifier 'opnfv-tempest' (UUID=11cbefb5-1c09-451d-b43a-929718228586) as the default verifier for the future CLI operations. 2018-08-18 00:26:52,889 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-18 00:26:55,350 - functest.core.tenantnetwork - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 227, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 218, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router neutron_trunk-router_bd25030b-f4bb-4137-bd00-43665e382d72. (409) Client Error for url: http://172.30.9.21:9696/v2.0/routers.json No more IP addresses available on network fc739f81-9309-4c1b-939c-91b62eaba784. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-08-18 00:26:55,356 - functest.core.singlevm - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 238, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-18 00:26:55,356 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 307, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-18 00:26:55,476 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 00:26:55,477 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:02 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-18 00:26:59,169 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-08-18 00:26:59,170 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:39 | FAIL | | vping_userdata | functest | smoke | 01:25 | PASS | | tempest_smoke_serial | functest | smoke | 17:49 | FAIL | | rally_sanity | functest | smoke | 25:38 | PASS | | refstack_defcore | functest | smoke | 07:53 | FAIL | | patrole | functest | smoke | 02:59 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:01 | FAIL | | neutron_trunk | functest | smoke | 00:02 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-08-18 00:26:59,180 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-18 00:27:31,663 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-270 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 00:27:31,666 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=KqBH4ez4YfUkqeknN7t7w4g49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-08-18 00:27:31,666 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 00:27:31,667 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-08-18 00:27:31,679 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-18 00:27:31,690 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-18 00:31:20,055 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-18 00:31:20,184 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 00:31:20,185 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:48 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-08-18 00:31:20,219 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-18 00:31:20,683 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-18 00:31:21,420 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-18 00:31:23,085 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-18 00:31:24,298 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-18 00:31:24,298 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-18 00:31:24,342 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-18 00:31:25,100 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-18 00:31:53,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-08-18 00:31:53,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-18 00:31:53,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-18 00:31:53,752 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-18 00:32:22,419 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-08-18 00:32:22,420 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-08-18 00:32:22,420 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-18 00:32:22,421 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-18 00:32:22,421 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-18 00:32:22,493 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-18 00:32:22,503 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 00:32:23,093 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 00:32:26,022 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-18 00:32:26,541 - sdnvpn.lib.openstack_utils - DEBUG - Network '8e47125a-b20a-48c3-8728-76b51505d8b6' created successfully 2018-08-18 00:32:26,541 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-18 00:32:27,091 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c539810e-bf45-4386-be23-f00818070f54' created successfully 2018-08-18 00:32:27,092 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-18 00:32:27,400 - sdnvpn.lib.openstack_utils - DEBUG - Router 'fdd7d239-639c-48f0-8101-0557e76afa92' created successfully 2018-08-18 00:32:27,400 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-18 00:32:29,090 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-18 00:32:29,090 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-18 00:32:30,609 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-18 00:32:31,341 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-18 00:32:31,745 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f3097e39-7e7f-4f6d-85ed-afc5ee3a4971' created successfully 2018-08-18 00:32:31,745 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-18 00:32:32,511 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f522e18c-7eb5-4cf7-b6a2-0ad9709a42d7' created successfully 2018-08-18 00:32:32,511 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-18 00:32:32,512 - sdnvpn.lib.openstack_utils - DEBUG - Router 'fdd7d239-639c-48f0-8101-0557e76afa92' created successfully 2018-08-18 00:32:32,512 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-18 00:32:34,169 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-18 00:32:34,170 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-18 00:32:34,976 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-18 00:32:35,049 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-18 00:32:35,269 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=504781fe-b26d-47c8-ae1c-cd39a77d6322 created successfully. 2018-08-18 00:32:35,269 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-18 00:32:35,269 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-18 00:32:35,466 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-18 00:32:35,467 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-18 00:32:35,801 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-18 00:32:36,719 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-18 00:33:57,043 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 00:34:34,007 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.208 -c 10' 2018-08-18 00:34:55,791 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-18 00:34:55,791 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.208': 'PASS'}]} 2018-08-18 00:34:55,792 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-18 00:34:55,792 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-18 00:34:55,792 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-18 00:34:55,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-18 00:35:10,455 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-08-18 00:35:10,455 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-08-18 00:35:10,513 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-08-18 00:35:10,572 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-08-18 00:35:10,629 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-08-18 00:35:11,298 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-08-18 00:35:11,340 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.32 2018-08-18 00:35:19,709 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-08-18 00:35:19,772 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-08-18 00:35:19,774 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-08-18 00:35:39,795 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 00:35:40,415 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-18 00:35:40,470 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=ab181727-3c4c-44c6-90f5-d51391f17688 created successfully. 2018-08-18 00:35:41,066 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 00:35:41,631 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-18 00:35:42,655 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-08-18 00:35:43,218 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c3603e20-f957-4b6c-a875-bfebdce89b48' created successfully 2018-08-18 00:35:43,218 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-18 00:35:43,798 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '142fb1f4-8db4-49a9-be49-1611356bf502' created successfully 2018-08-18 00:35:43,798 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-18 00:35:43,957 - sdnvpn.lib.openstack_utils - DEBUG - Router '47531e7b-bfaa-4bda-8891-6ff60c91caf6' created successfully 2018-08-18 00:35:43,958 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-18 00:35:45,113 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-18 00:35:45,114 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-18 00:35:46,610 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-18 00:35:47,109 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-08-18 00:35:47,517 - sdnvpn.lib.openstack_utils - DEBUG - Network '34ab0abd-f0e6-4dd1-a9a9-615614fd76a4' created successfully 2018-08-18 00:35:47,517 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-18 00:35:47,996 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c9229dad-9e17-47a7-9336-475d82cb698e' created successfully 2018-08-18 00:35:47,996 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-18 00:35:48,149 - sdnvpn.lib.openstack_utils - DEBUG - Router 'acae47f7-df94-42f6-8177-e82b60f45a1c' created successfully 2018-08-18 00:35:48,149 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-18 00:35:49,656 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-18 00:35:49,656 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-18 00:35:50,892 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-18 00:35:51,831 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-18 00:41:25,060 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-08-18 00:41:25,061 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-08-18 00:41:25,061 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-18 00:41:25,061 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-18 00:41:25,061 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-18 00:41:25,137 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-18 00:41:25,148 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 00:41:25,149 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-08-18 00:41:26,092 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 00:41:30,790 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 00:42:14,430 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-691609', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'route_targets': [u'55:55'], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'type': u'l3', u'id': u'8056ae32-ca5b-4209-b2d4-901868f5c359'}} 2018-08-18 00:43:38,915 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 00:44:11,412 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-340119', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'route_targets': [u'88:88'], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'type': u'l3', u'id': u'782c4f7d-7a9e-4800-bd6e-2afc74f49562'}} 2018-08-18 00:44:14,339 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 00:44:56,855 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-18 00:44:56,855 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-08-18 00:44:56,855 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-18 00:44:56,855 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-18 00:44:56,855 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-18 00:44:56,936 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-18 00:44:56,947 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 00:44:57,665 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 00:45:02,582 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 00:46:09,102 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-745831', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'route_targets': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'type': u'l3', u'id': u'392463b8-7bbe-4bd4-a33c-535417f363a6'}} 2018-08-18 00:47:47,081 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 00:48:50,473 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-745831', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'route_targets': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'type': u'l3', u'id': u'6e9bcd92-e096-4f5b-8d97-5de433313288'}} 2018-08-18 00:48:54,039 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 00:49:38,560 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-18 00:49:38,560 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-08-18 00:49:38,560 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-18 00:49:38,560 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-18 00:49:38,560 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-18 00:49:38,637 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-18 00:49:38,646 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 00:49:53,665 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 00:49:56,941 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 00:51:56,991 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-18 00:53:27,925 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-18 00:54:58,725 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-18 00:55:31,806 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '751dc5d8-eaff-45f6-aa34-6f30f126883d')]: Unable to complete operation on subnet 751dc5d8-eaff-45f6-aa34-6f30f126883d: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-f0e61ba7-61ca-4379-a920-a976ab1fdd92'] 2018-08-18 00:55:31,807 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-18 00:55:31,807 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect': {'status': 'PASS', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 326, actual flow count 351': 'PASS'}, {'OVS groups are programmed after resync expected group count 17, actual group count 17': 'PASS'}, {'OVS flows are programmed after resync expected flow count 326, actual flow count 350': 'PASS'}, {'OVS groups are programmed after resync expected group count 17, actual group count 17': 'PASS'}]} 2018-08-18 00:55:31,807 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-08-18 00:55:31,807 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-18 00:55:31,808 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-18 00:55:31,891 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-18 00:55:31,902 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 00:55:46,282 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 00:55:50,370 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 00:57:49,695 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-18 00:58:22,092 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '435718fc-f4a3-4b79-be5f-15f8b64b651e')]: Unable to complete operation on subnet 435718fc-f4a3-4b79-be5f-15f8b64b651e: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-90b71e09-672a-44fd-82e6-d299a21e1c6a'] 2018-08-18 00:58:22,248 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-18 00:58:52,525 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-18 00:58:52,526 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-08-18 00:58:52,526 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-18 00:58:52,526 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-18 00:58:52,527 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-18 00:58:52,618 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-18 00:58:52,629 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 00:58:53,265 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 00:58:56,360 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-18 00:58:56,751 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c906c5da-e57f-4f9f-9d14-1820abdce5ea' created successfully 2018-08-18 00:58:56,752 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-18 00:58:57,410 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'aa9eb535-23a9-4013-957d-b4d31b0cce2c' created successfully 2018-08-18 00:58:57,410 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-18 00:58:57,581 - sdnvpn.lib.openstack_utils - DEBUG - Router '59f7b862-1d2e-4ce7-ba31-7b84d784a47b' created successfully 2018-08-18 00:58:57,582 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-18 00:58:59,417 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-18 00:58:59,417 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-18 00:59:01,120 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-18 00:59:02,181 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 01:00:02,982 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-184220', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'route_targets': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'type': u'l3', u'id': u'87750037-d284-4a68-ae36-941de4c1fd77'}} 2018-08-18 01:01:43,415 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 01:02:46,222 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-184220', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'route_targets': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'type': u'l3', u'id': u'3658ccbd-5a90-47b5-ba7d-51491da1bac8'}} 2018-08-18 01:02:50,125 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 01:03:20,156 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-08-18 01:03:32,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-18 01:03:32,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-08-18 01:03:32,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-18 01:03:32,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-18 01:03:32,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-18 01:03:32,605 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-18 01:03:32,605 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 01:03:37,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-18 01:03:36.807 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3f4b8513-2202-43f0-b872-3e2e29a45ee2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3f4b8513-2202-43f0-b872-3e2e29a45ee2 | 2018-08-18T01:03:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3f4b8513-2202-43f0-b872-3e2e29a45ee2 ~/.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-08-18 01:03:40,390 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-08-18 01:03:40,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 01:03:46,128 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-18 01:03:44.426 165 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-18 01:03:44.587 165 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-18 01:03:45.946 165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75862f04-c236-4375-8e6c-345554f64e0a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=75862f04-c236-4375-8e6c-345554f64e0a) as the default verifier for the future CLI operations. 2018-08-18 01:03:51,837 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-18 01:03:50.798 184 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=75862f04-c236-4375-8e6c-345554f64e0a) for deployment 'opnfv-rally' (UUID=3f4b8513-2202-43f0-b872-3e2e29a45ee2). 2018-08-18 01:03:51.673 184 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75862f04-c236-4375-8e6c-345554f64e0a) has been successfully configured for deployment 'opnfv-rally' (UUID=3f4b8513-2202-43f0-b872-3e2e29a45ee2)! 2018-08-18 01:03:51,837 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-18 01:03:51,840 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 01:03:52,400 - sdnvpn.lib.openstack_utils - INFO - Creating image 'bgpvpn-tempest-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 01:07:56,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-18 01:07:56,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': {'duration': ' 228.0000 ', 'failed': ' 2', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.181680s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.317018s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [1.470273s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [4.980010s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.483197s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.163467s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.359338s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.534510s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.936923s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.556340s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.775365s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.496510s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [2.242256s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.538447s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.581079s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.402693s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [172.947154s] ... FAILED'], 'num_tests': ' 17 '}} 2018-08-18 01:07:56,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-08-18 01:07:56,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-18 01:07:56,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-18 01:07:56,565 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-18 01:07:56,582 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 01:07:57,139 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 01:08:00,443 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 01:12:22,264 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'c8799a76-9dd5-4c9e-a046-f3055b837154')]: Unable to complete operation on subnet c8799a76-9dd5-4c9e-a046-f3055b837154: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-0a119dcb-8790-4165-91f9-f1ce925f84d0'] 2018-08-18 01:12:22,281 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-18 01:12:22,281 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-08-18 01:12:22,282 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-18 01:12:22,282 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-18 01:12:22,282 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-18 01:12:22,357 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-18 01:12:22,357 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-08-18 01:12:22,367 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-18 01:12:22,918 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-18 01:12:35,942 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-18 01:12:36,095 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=7e774323-a282-4c9b-afd6-c6f957859f7c created successfully. 2018-08-18 01:12:37,153 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-18 01:12:37,477 - sdnvpn.lib.openstack_utils - DEBUG - Network '4b0f9401-007b-4dc4-8935-e1e8f9120932' created successfully 2018-08-18 01:12:37,477 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-18 01:12:37,914 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '7e7ce847-6728-4363-8ce9-9a44943b0189' created successfully 2018-08-18 01:12:37,914 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-18 01:12:38,246 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f597babe-23b3-4b04-94cf-e33f68c3d34c' created successfully 2018-08-18 01:12:38,246 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-18 01:12:40,456 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-18 01:12:40,456 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-18 01:12:41,964 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-18 01:12:42,176 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-18 01:15:23,222 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-18 01:16:38,355 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-514600', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'route_targets': [], u'project_id': u'16b0fa015dee45eaa20d2c8dd00984f3', u'type': u'l3', u'id': u'4ed27866-37b8-4daf-baeb-b631f1b69182'}} 2018-08-18 01:16:39,403 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-18 01:17:11,648 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-08-18 01:17:24,046 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-18 01:17:24,047 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'PASS', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'PASS'}]} 2018-08-18 01:17:24,047 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-18 01:17:24,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-18 01:17:38,485 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-18 01:17:43,485 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-18 01:17:43,501 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-08-18 01:17:50,403 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-18 01:17:50,420 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-08-18 01:17:54,520 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-18 01:17:54,536 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-08-18 02:07:56,354 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-18 02:07:56,371 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-08-18 02:07:56,638 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-18 02:07:56,652 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-08-18 02:07:56,685 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-18 02:07:58,360 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 02:07:58,360 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 96:38 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-18 02:07:58,364 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-18 02:07:58,365 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:48 | PASS | | bgpvpn | sdnvpn | features | 96:38 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-18 02:07:58,369 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-18 02:08:31,766 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-270 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 02:08:31,770 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=KqBH4ez4YfUkqeknN7t7w4g49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-08-18 02:08:31,771 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 02:08:31,771 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-18 02:08:31,772 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-18 02:08:31,774 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-18 02:08:44,291 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-270 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 02:08:44,294 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=KqBH4ez4YfUkqeknN7t7w4g49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-08-18 02:08:44,294 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 02:08:44,294 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-18 02:08:44,295 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-08-18 02:08:44,295 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK