2018-08-07 20:01:39,400 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-264 | | 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-07 20:01:39,403 - 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=p2ZfZUUhMengVabE6bxrGyQWD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 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.9 export OS_REGION_NAME=regionOne 2018-08-07 20:01:39,403 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-07 20:01:39,404 - 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-07 20:01:39,412 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-07 20:01:43,054 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-07 20:01:43,055 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-07 20:01:55,904 - 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 12.838s OK 2018-08-07 20:01:56,030 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 20:01:56,030 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:13 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-07 20:01:56,056 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-07 20:01:57,570 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-07 20:01:57,570 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-07 20:14:43,209 - 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 765.579s OK 2018-08-07 20:14:43,338 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 20:14:43,338 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:46 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-07 20:14:43,363 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-07 20:14:44,271 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-07 20:14:44,271 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-07 20:16:20,011 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 95.738s OK 2018-08-07 20:16:20,125 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 20:16:20,126 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:36 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-07 20:16:20,131 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:13 | PASS | | api_check | functest | healthcheck | 12:46 | PASS | | snaps_health_check | functest | healthcheck | 01:36 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-07 20:16:20,135 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-07 20:16:22,858 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-264 | | 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-07 20:16:22,861 - 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=p2ZfZUUhMengVabE6bxrGyQWD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 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.9 export OS_REGION_NAME=regionOne 2018-08-07 20:16:22,861 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-07 20:16:22,862 - 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-07 20:16:22,886 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-07 20:16:24,898 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'id': u'89981b7c96604e02b3c19e33cdfe3dcb', '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-07 20:16:25,386 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0367419f05ae4f889a38592d1f6d6379', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3fb07a9c-a917-41b9-befb-6e472342ae9e'}) 2018-08-07 20:16:25,555 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-07 20:16:25,738 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/bc5fea3ac7c649b5969ec57864a0550a'}, 'domain_id': None, 'human_id': None, 'id': u'bc5fea3ac7c649b5969ec57864a0550a', 'HUMAN_ID': False}) 2018-08-07 20:16:26,292 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', 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': 'fd2e7c55-4ef1-4037-9bdd-410eef38abd8', 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_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'project_id': u'89981b7c96604e02b3c19e33cdfe3dcb', '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-07 20:16:26,298 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'password': 'fd2e7c55-4ef1-4037-9bdd-410eef38abd8', 'project_name': 'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '89981b7c96604e02b3c19e33cdfe3dcb', 'project_domain_name': 'Default'} 2018-08-07 20:16:26,298 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-07 20:16:27,267 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T20:16:27Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'c1f57a25-e584-45e7-ad43-d0fbad92b0f3', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_3fb07a9c-a917-41b9-befb-6e472342ae9e', u'admin_state_up': True, u'tenant_id': u'89981b7c96604e02b3c19e33cdfe3dcb', u'created_at': u'2018-08-07T20:16:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'89981b7c96604e02b3c19e33cdfe3dcb'}) 2018-08-07 20:16:28,470 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T20:16:27Z', 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'a553305c-2609-41c9-9589-a4a1f18f4089', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3fb07a9c-a917-41b9-befb-6e472342ae9e', u'enable_dhcp': True, u'network_id': u'c1f57a25-e584-45e7-ad43-d0fbad92b0f3', u'tenant_id': u'89981b7c96604e02b3c19e33cdfe3dcb', u'created_at': u'2018-08-07T20:16:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'89981b7c96604e02b3c19e33cdfe3dcb'}) 2018-08-07 20:16:29,746 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6fe230d4-326b-44d3-9cb2-e7be129e0485', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1d05d31c-4c62-41f4-8fec-3f20d811820b', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'89981b7c96604e02b3c19e33cdfe3dcb', u'created_at': u'2018-08-07T20:16:28Z', u'admin_state_up': True, u'updated_at': u'2018-08-07T20:16:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'89981b7c96604e02b3c19e33cdfe3dcb', u'id': u'4441186c-c6f9-4802-88f8-e57d06b6ef1a', u'name': u'vping_ssh-router_3fb07a9c-a917-41b9-befb-6e472342ae9e'}) 2018-08-07 20:16:33,515 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/00cf3b54-a0bb-4333-939c-dd1fe0c892b6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/00cf3b54-a0bb-4333-939c-dd1fe0c892b6/file', 'owner': u'89981b7c96604e02b3c19e33cdfe3dcb', 'id': u'00cf3b54-a0bb-4333-939c-dd1fe0c892b6', 'size': 12716032, u'self': u'/v2/images/00cf3b54-a0bb-4333-939c-dd1fe0c892b6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'name': 'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/00cf3b54-a0bb-4333-939c-dd1fe0c892b6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T20:16:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-07T20:16:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/00cf3b54-a0bb-4333-939c-dd1fe0c892b6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3fb07a9c-a917-41b9-befb-6e472342ae9e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'created': u'2018-08-07T20:16:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T20:16:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/00cf3b54-a0bb-4333-939c-dd1fe0c892b6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3fb07a9c-a917-41b9-befb-6e472342ae9e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 20:16:33,704 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3fb07a9c-a917-41b9-befb-6e472342ae9e', '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'ff324dd50f8a4157a1752b759411d9a9', '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'e1c7fce8-ddb8-482f-8bfa-3da4d370eb52', 'swap': 0}) 2018-08-07 20:16:34,101 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChF8eelP7VIEz40r4oOyyOAu3nGP5vjkLE0B5OBeh1WnKN0nyaQXMxDYEMUs3NLI2W9V9EOKm8xmATlVEuIOwXiZ0s32GAJ1XFpRN7K+iu/zMmp+BDdblz+rccldnZ7qxTjWrtJFjB34POpj8AGxrgQoez8OcSWcJYVRncqDrJCBdsBKVWxGlOxZJepH1OuNtjUwUXodkyIjZTEag6p7VdtlD7xhkyPbL3fTEj/Xb6loOHr9aJlnAze81xQaYaaF6JbplFB69lL+2WIcjECCh3BpR0Mi8qi7scidN60BY2Eigv5BEnxIS6m94DzQPgXYIRCG31YNXytRh+TtF/jrYX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAoRfHnpT+1SBM+NK+KDssjgLt5xj+b45CxNAeTgXodVpyjdJ8\nmkFzMQ2BDFLNzSyNlvVfRDipvMZgE5VRLiDsF4mdLN9hgCdVxaUTeyvorv8zJqfg\nQ3W5c/q3HJXZ2e6sU41q7SRYwd+DzqY/ABsa4EKHs/DnElnCWFUZ3Kg6yQgXbASl\nVsRpTsWSXqR9TrjbY1MFF6HZMiI2UxGoOqe1XbZQ+8YZMj2y930xI/12+paDh6/W\niZZwM3vNcUGmGmheiW6ZRQevZS/tliHIxAgodwaUdDIvKou7HInTetAWNhIoL+QR\nJ8SEupveA80D4F2CEQht9WDV8rUYfk7Rf462FwIDAQABAoIBAFNmxliZ9x1Mbc1c\n/kpB6J1Vcun0jLYgxvyyax4l/OXU//3g/dW3EPZScX9510bkTCHdw4bEd0xewBsj\ncTYaoWDGRHOY6xe4RbXf8ygP4ZXIVikrPPZwGqWrJeZMxs8HvHw9eSBxcupc2BbD\nB1b8sXtttmg4zsk3Y2DsHkmZZ2XwUe034pTzz0GPXMK8LHvxkQtvmSJJ/clh2q/p\nfmSRLlOJ0gX1XOqGy7tAj+IYUBlhr1+PB5H9K/FoFH0+eLYyB97sSMfE7yY9Zijz\nhIlWclK15nV69lMXvE44K2uPaOLnZ3BnjZR4JoBijQOIHf+DiQoV4z7rKdpixUtZ\nUHVJDuECgYEA1iUUErTJbLv0yUFHMC+vtb6RxxHH2ebnh0RePZLiNHUw4J1U1rp/\nRr/hFg5c8sQjuwLpmhHVUc3hIwV8s1jcK9M6xgZ0XABt+4yKKx0RpISAtvDl10nh\notecSiNQwWJakncvrntbPCh9CzgpGbP7IAhsyAVnVyO/93secx4UGqkCgYEAwJQz\nju3sxTakUDLcSeBC6zU8V1/uAYBwW6hIzeLSSwRQ0uR5t+2ksUiF+bc8/0Xm7Kom\nI5eLDVsljckT9ZKkhcJg+fMZFzipKjML7r0jPpIFeL9MzCURAyyGINDvP+zW8GXp\n/B9WgRvK6b8fSxF/ZYmPKKew4ID34LLM7YD9gr8CgYAP+MP+gS1kxsADIrNEjMn2\nLDiDOHhHcElkdVzyCrqEXxk+J33kZhSIGleXZYrZMHfZwuXZb+sRJuHb0tTyK3aA\nbki77E9RbVbGpDzJ6mkedCOFgYIjBIentZ0ainfDdKp8shcEVH8BhaON6qpmGF5q\njTZP1NdYUHpI4w3qWBv3wQKBgQCIOAxkPI2vTiBaDi/eHcCYCVb+Yv/Clixj2Rxu\nbdPcdlgJZM1oObO2JxuFcIS3+KUIoK5LnMUiFGfy69mvaiPv7XeVNcx4rX6TN/pn\ny+ejObyfFYnoGQv4l8Tkb4XcTNYYw64Hxc71kkgsoSEsg1r+4ped5Ufq9a7ghPkJ\nwqUPlwKBgErOmbJ0JhUZyxG9vhYcUU9NuiTzdT89nJPTzODs3v9vpYghrd9F18Z8\nC/RRM1qWcMnmtdFPoZPIXtXk1RJ7x3b096jJXrV3hSzMq96N7kkJT2CGgdxFrZ/R\nwoCuYaXtXpsP6wzcwyPCfpVmVCN5my+RTsNQhPzjbSVxgxg0b5Ox\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0367419f05ae4f889a38592d1f6d6379', 'name': u'vping_ssh-kp_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'created_at': '2018-08-07T20:16:34.101211', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'name': 'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f1:e0:49:15:1b:bc:67:2d:5b:58:e4:3a:38:77:2a:bb', 'type': 'ssh', 'id': u'vping_ssh-kp_3fb07a9c-a917-41b9-befb-6e472342ae9e'}) 2018-08-07 20:16:34,101 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAoRfHnpT+1SBM+NK+KDssjgLt5xj+b45CxNAeTgXodVpyjdJ8 mkFzMQ2BDFLNzSyNlvVfRDipvMZgE5VRLiDsF4mdLN9hgCdVxaUTeyvorv8zJqfg Q3W5c/q3HJXZ2e6sU41q7SRYwd+DzqY/ABsa4EKHs/DnElnCWFUZ3Kg6yQgXbASl VsRpTsWSXqR9TrjbY1MFF6HZMiI2UxGoOqe1XbZQ+8YZMj2y930xI/12+paDh6/W iZZwM3vNcUGmGmheiW6ZRQevZS/tliHIxAgodwaUdDIvKou7HInTetAWNhIoL+QR J8SEupveA80D4F2CEQht9WDV8rUYfk7Rf462FwIDAQABAoIBAFNmxliZ9x1Mbc1c /kpB6J1Vcun0jLYgxvyyax4l/OXU//3g/dW3EPZScX9510bkTCHdw4bEd0xewBsj cTYaoWDGRHOY6xe4RbXf8ygP4ZXIVikrPPZwGqWrJeZMxs8HvHw9eSBxcupc2BbD B1b8sXtttmg4zsk3Y2DsHkmZZ2XwUe034pTzz0GPXMK8LHvxkQtvmSJJ/clh2q/p fmSRLlOJ0gX1XOqGy7tAj+IYUBlhr1+PB5H9K/FoFH0+eLYyB97sSMfE7yY9Zijz hIlWclK15nV69lMXvE44K2uPaOLnZ3BnjZR4JoBijQOIHf+DiQoV4z7rKdpixUtZ UHVJDuECgYEA1iUUErTJbLv0yUFHMC+vtb6RxxHH2ebnh0RePZLiNHUw4J1U1rp/ Rr/hFg5c8sQjuwLpmhHVUc3hIwV8s1jcK9M6xgZ0XABt+4yKKx0RpISAtvDl10nh otecSiNQwWJakncvrntbPCh9CzgpGbP7IAhsyAVnVyO/93secx4UGqkCgYEAwJQz ju3sxTakUDLcSeBC6zU8V1/uAYBwW6hIzeLSSwRQ0uR5t+2ksUiF+bc8/0Xm7Kom I5eLDVsljckT9ZKkhcJg+fMZFzipKjML7r0jPpIFeL9MzCURAyyGINDvP+zW8GXp /B9WgRvK6b8fSxF/ZYmPKKew4ID34LLM7YD9gr8CgYAP+MP+gS1kxsADIrNEjMn2 LDiDOHhHcElkdVzyCrqEXxk+J33kZhSIGleXZYrZMHfZwuXZb+sRJuHb0tTyK3aA bki77E9RbVbGpDzJ6mkedCOFgYIjBIentZ0ainfDdKp8shcEVH8BhaON6qpmGF5q jTZP1NdYUHpI4w3qWBv3wQKBgQCIOAxkPI2vTiBaDi/eHcCYCVb+Yv/Clixj2Rxu bdPcdlgJZM1oObO2JxuFcIS3+KUIoK5LnMUiFGfy69mvaiPv7XeVNcx4rX6TN/pn y+ejObyfFYnoGQv4l8Tkb4XcTNYYw64Hxc71kkgsoSEsg1r+4ped5Ufq9a7ghPkJ wqUPlwKBgErOmbJ0JhUZyxG9vhYcUU9NuiTzdT89nJPTzODs3v9vpYghrd9F18Z8 C/RRM1qWcMnmtdFPoZPIXtXk1RJ7x3b096jJXrV3hSzMq96N7kkJT2CGgdxFrZ/R woCuYaXtXpsP6wzcwyPCfpVmVCN5my+RTsNQhPzjbSVxgxg0b5Ox -----END RSA PRIVATE KEY----- 2018-08-07 20:16:44,121 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3fb07a9c-a917-41b9-befb-6e472342ae9e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b4:d8:8a', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'00cf3b54-a0bb-4333-939c-dd1fe0c892b6'}), 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-07T20:16:42.000000', 'flavor': Munch({u'id': u'e1c7fce8-ddb8-482f-8bfa-3da4d370eb52'}), 'az': u'nova', 'id': u'0c8262dd-f360-42ff-9474-ba3488eb162e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3fb07a9c-a917-41b9-befb-6e472342ae9e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0367419f05ae4f889a38592d1f6d6379', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'name': 'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', '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-07T20:16:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-07T20:16:42Z', 'hostId': u'f3f2cfde05c382852819ad93e7d73828f5713dd2e613d3b1272f52b8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'f3f2cfde05c382852819ad93e7d73828f5713dd2e613d3b1272f52b8', '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-07T20:16:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'name': u'vping_ssh-vm2_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'adminPass': u'FLMhkPi4B6Hz', 'tenant_id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'region': 'regionOne', 'created': u'2018-08-07T20:16:37Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-07 20:16:54,932 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3fb07a9c-a917-41b9-befb-6e472342ae9e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9a:37:a7', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'00cf3b54-a0bb-4333-939c-dd1fe0c892b6'}), 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-07T20:16:51.000000', 'flavor': Munch({u'id': u'e1c7fce8-ddb8-482f-8bfa-3da4d370eb52'}), 'az': u'nova', 'id': u'18412f5a-ab71-4d5a-b37c-cc49ccd288df', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3fb07a9c-a917-41b9-befb-6e472342ae9e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0367419f05ae4f889a38592d1f6d6379', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'name': 'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', '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-07T20:16:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-07T20:16:53Z', 'hostId': u'1faf432c141f2b8cbe84cd58f2bfb3f40ba23932a643c94a838cba3f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'1faf432c141f2b8cbe84cd58f2bfb3f40ba23932a643c94a838cba3f', '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-07T20:16:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'name': u'vping_ssh-vm_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'adminPass': u'qM3S2Xu7spUd', 'tenant_id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'region': 'regionOne', 'created': u'2018-08-07T20:16:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-07 20:16:56,612 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'4441186c-c6f9-4802-88f8-e57d06b6ef1a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'created_at': u'2018-08-07T20:16:56Z', 'attached': True, 'updated_at': u'2018-08-07T20:16:56Z', 'id': u'1969a3ec-2318-4a8f-8dc8-cdcf5a182f8d', 'floating_network_id': u'6fe230d4-326b-44d3-9cb2-e7be129e0485', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.215', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'name': 'vping_ssh-project_3fb07a9c-a917-41b9-befb-6e472342ae9e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4441186c-c6f9-4802-88f8-e57d06b6ef1a', 'project_id': u'89981b7c96604e02b3c19e33cdfe3dcb', 'port_id': u'6455692b-af5b-44db-b877-79821a120f00', 'port': u'6455692b-af5b-44db-b877-79821a120f00', 'network': u'6fe230d4-326b-44d3-9cb2-e7be129e0485'}) 2018-08-07 20:16:57,732 - 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 475290094 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.139798] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141431] pid_max: default: 32768 minimum: 301 [ 0.142312] ACPI: Core revision 20150930 [ 0.143688] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144980] Security Framework initialized [ 0.145785] Yama: becoming mindful. [ 0.146523] AppArmor: AppArmor initialized [ 0.147386] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148697] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149968] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151164] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152546] Initializing cgroup subsys io [ 0.153358] Initializing cgroup subsys memory [ 0.154208] Initializing cgroup subsys devices [ 0.155080] Initializing cgroup subsys freezer [ 0.155936] Initializing cgroup subsys net_cls [ 0.156796] Initializing cgroup subsys perf_event [ 0.157708] Initializing cgroup subsys net_prio [ 0.158582] Initializing cgroup subsys hugetlb [ 0.159446] Initializing cgroup subsys pids [ 0.160313] CPU: Physical Processor ID: 0 [ 0.161797] mce: CPU supports 10 MCE banks [ 0.162636] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163638] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174490] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181031] ftrace: allocating 31920 entries in 125 pages [ 0.208096] smpboot: Max logical packages: 1 [ 0.208935] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210275] x2apic enabled [ 0.211088] Switched APIC routing to physical x2apic. [ 0.212826] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.215900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217664] KVM setup paravirtual spinlock [ 0.218979] x86: Booted up 1 node, 1 CPUs [ 0.219783] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221160] devtmpfs: initialized [ 0.222874] evm: security.selinux [ 0.223573] evm: security.SMACK64 [ 0.224258] evm: security.SMACK64EXEC [ 0.224991] evm: security.SMACK64TRANSMUTE [ 0.225793] evm: security.SMACK64MMAP [ 0.226536] evm: security.ima [ 0.227172] evm: security.capability [ 0.227971] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.229815] pinctrl core: initialized pinctrl subsystem [ 0.230913] RTC time: 20:16:51, date: 08/07/18 [ 0.231863] NET: Registered protocol family 16 [ 0.232829] cpuidle: using governor ladder [ 0.233639] cpuidle: using governor menu [ 0.234420] PCCT header not found. [ 0.235171] ACPI: bus type PCI registered [ 0.235962] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.237196] PCI: Using configuration type 1 for base access [ 0.238941] ACPI: Added _OSI(Module Device) [ 0.239782] ACPI: Added _OSI(Processor Device) [ 0.240637] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241525] ACPI: Added _OSI(Processor Aggregator Device) [ 0.243596] ACPI: Interpreter enabled [ 0.244363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.246182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251649] ACPI: (supports S0 S5) [ 0.252358] ACPI: Using IOAPIC for interrupt routing [ 0.253359] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256434] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257571] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258790] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259969] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262178] acpiphp: Slot [3] registered [ 0.262972] acpiphp: Slot [4] registered [ 0.263764] acpiphp: Slot [5] registered [ 0.264558] acpiphp: Slot [6] registered [ 0.265351] acpiphp: Slot [7] registered [ 0.266150] acpiphp: Slot [8] registered [ 0.266938] acpiphp: Slot [9] registered [ 0.267728] acpiphp: Slot [10] registered [ 0.268533] acpiphp: Slot [11] registered [ 0.269347] acpiphp: Slot [12] registered [ 0.270159] acpiphp: Slot [13] registered [ 0.270959] acpiphp: Slot [14] registered [ 0.271762] acpiphp: Slot [15] registered [ 0.282601] acpiphp: Slot [16] registered [ 0.283409] acpiphp: Slot [17] registered [ 0.284213] acpiphp: Slot [18] registered [ 0.285011] acpiphp: Slot [19] registered [ 0.285813] acpiphp: Slot [20] registered [ 0.286623] acpiphp: Slot [21] registered [ 0.287431] acpiphp: Slot [22] registered [ 0.288237] acpiphp: Slot [23] registered [ 0.289041] acpiphp: Slot [24] registered [ 0.289842] acpiphp: Slot [25] registered [ 0.290654] acpiphp: Slot [26] registered [ 0.291456] acpiphp: Slot [27] registered [ 0.292260] acpiphp: Slot [28] registered [ 0.293063] acpiphp: Slot [29] registered [ 0.293861] acpiphp: Slot [30] registered [ 0.294670] acpiphp: Slot [31] registered [ 0.295474] PCI host bridge to bus 0000:00 [ 0.296275] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298680] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300119] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301555] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.307669] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.308937] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310103] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311360] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318271] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319692] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367247] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.370127] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371541] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372907] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.374716] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375886] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378474] vgaarb: loaded [ 0.379086] vgaarb: bridge control possible 0000:00:02.0 [ 0.380222] SCSI subsystem initialized [ 0.381041] ACPI: bus type USB registered [ 0.381846] usbcore: registered new interface driver usbfs [ 0.382871] usbcore: registered new interface driver hub [ 0.383871] usbcore: registered new device driver usb [ 0.384916] PCI: Using ACPI for IRQ routing [ 0.385936] NetLabel: Initializing [ 0.386649] NetLabel: domain hash size = 128 [ 0.387505] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388462] NetLabel: unlabeled traffic allowed by default [ 0.389563] clocksource: Switched to clocksource kvm-clock [ 0.395189] AppArmor: AppArmor Filesystem Enabled [ 0.396161] pnp: PnP ACPI init [ 0.397076] pnp: PnP ACPI: found 5 devices [ 0.403452] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405163] NET: Registered protocol family 2 [ 0.406133] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.408587] TCP: Hash tables configured (established 4096 bind 4096) [ 0.409762] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.410846] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412014] NET: Registered protocol family 1 [ 0.412878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413980] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415060] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429083] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443321] Trying to unpack rootfs image as initramfs... [ 0.493533] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.507701] Scanning for low memory corruption every 60 seconds [ 0.509044] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510195] audit: initializing netlink subsys (disabled) [ 0.511220] audit: type=2000 audit(1533673012.724:1): initialized [ 0.512530] Initialise system trusted keyring [ 0.513467] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.514637] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516605] zbud: loaded [ 0.517304] VFS: Disk quotas dquot_6.6.0 [ 0.518135] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.519647] fuse init (API version 7.23) [ 0.520548] Key type big_key registered [ 0.521349] Allocating IMA MOK and blacklist keyrings. [ 0.522462] Key type asymmetric registered [ 0.523288] Asymmetric key parser 'x509' registered [ 0.524240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.526080] io scheduler noop registered [ 0.526872] io scheduler deadline registered (default) [ 0.527873] io scheduler cfq registered [ 0.528708] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.529762] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531035] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532483] ACPI: Power Button [PWRF] [ 0.533314] GHES: HEST is not enabled! [ 0.547087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.574880] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577672] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605450] Linux agpgart interface v0.103 [ 0.607964] brd: module loaded [ 0.609538] loop: module loaded [ 0.614580] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616419] GPT:90111 != 2097151 [ 0.617232] GPT:Alternate GPT header not at the end of the disk. [ 0.618503] GPT:90111 != 2097151 [ 0.619349] GPT: Use GNU Parted to correct GPT errors. [ 0.620442] vda: vda1 vda15 [ 0.622157] scsi host0: ata_piix [ 0.623015] scsi host1: ata_piix [ 0.623871] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.627757] libphy: Fixed MDIO Bus: probed [ 0.628775] tun: Universal TUN/TAP device driver, 1.6 [ 0.629852] tun: (C) 1999-2004 Max Krasnyansky [ 0.632687] PPP generic driver version 2.4.2 [ 0.633744] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.635091] ehci-pci: EHCI PCI platform driver [ 0.636083] ehci-platform: EHCI generic platform driver [ 0.637066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.638203] ohci-pci: OHCI PCI platform driver [ 0.639070] ohci-platform: OHCI generic platform driver [ 0.640049] uhci_hcd: USB Universal Host Controller Interface driver [ 0.654468] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655493] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656939] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657952] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659070] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660281] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661692] usb usb1: Product: UHCI Host Controller [ 0.662621] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.663758] usb usb1: SerialNumber: 0000:00:01.2 [ 0.664835] hub 1-0:1.0: USB hub found [ 0.665621] hub 1-0:1.0: 2 ports detected [ 0.666535] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.668635] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.669603] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.670629] mousedev: PS/2 mouse device common for all mice [ 0.671870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.673723] rtc_cmos 00:00: RTC can wake from S4 [ 0.674814] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.676000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.677203] i2c /dev entries driver [ 0.677966] device-mapper: uevent: version 1.0.3 [ 0.678902] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.680516] ledtrig-cpu: registered to indicate activity on CPUs [ 0.681810] NET: Registered protocol family 10 [ 0.682820] NET: Registered protocol family 17 [ 0.683716] Key type dns_resolver registered [ 0.684646] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.685762] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.687799] registered taskstats version 1 [ 0.688794] Loading compiled-in X.509 certificates [ 0.690444] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.692676] zswap: loaded using pool lzo/zbud [ 0.694288] Key type trusted registered [ 0.696461] Key type encrypted registered [ 0.697447] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698684] ima: No TPM chip found, activating TPM-bypass! [ 0.699933] evm: HMAC attrs: 0x1 [ 0.700989] Magic number: 14:379:295 [ 0.701920] ata_device dev2.1: hash matches [ 0.702915] dev2.1: hash matches [ 0.703761] tty tty28: hash matches [ 0.704700] rtc_cmos 00:00: setting system clock to 2018-08-07 20:16:52 UTC (1533673012) [ 0.706626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707972] EDD information not available. [ 0.786529] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.788365] Write protecting the kernel read-only data: 14336k [ 0.790177] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792270] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.836634] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.28 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.15... Lease of 192.168.120.15 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.37. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqDFiI4I7sjnNI4qxm73VU8OJj5mDKccbktrs/e63rQ393p/QZ8GFW8Y/iOAPKBuE1LeYPQ+VQVmzpDC8ojGt1b47ffyThGMMzmM5EJmjodGE/TfEed2wS0GmBmJt1tzLUz7p+FfB6OqaZQRM+y+91cZu6CQH6c5jZTJ8jIfRCw05Nfs5Od4GOIbNU+ona0wQ39PdyKZr6ghFjaBUTgSuJYEPYA3zFCxOmsJ8fBgj0gbGyLM/4dwId3c9epTxOBoIg1OJGoW2VYK2AWMp+5MJxr2GdBj2+WuH+pGLbhGTe4pjDUdNz/zgzQikxOiT29FhrDWrxJidvo2+Xf/dW1JON root@vping-ssh-vm-3fb07a9c-a917-41b9-befb-6e472342ae9e ssh-dss AAAAB3NzaC1kc3MAAACBALgTTMBlQzHDGch953/68Wkgo2Ih+duCJDMCmEk8FSJQ3Wsp8YqZryIauTKUojZ3wsHsotDKklNcG6UTcOP10zh0cAYdrPplUm7Uutm8pQu+aZnK6/8PzmXa3pjZakBLPLKCrgL+t9k7wpuRuvLivWC4k5niEzeHyt9EOjx6PffLAAAAFQCThoWqV5CycQ/tLpvN+gNC11+whwAAAIEAkyC/MMcjEnOXTlQB91MyPgUE6UqAYSbJu4RV9vQtiTovVAUITPxoE14x9m/OIQ/vP5zmVTBedogb/8TpTvK1LKdUU6BkTL+8g51f53864jjqRSU7XUZHClxbA3WlJhP5AM2f523rHb1cZ2UZyNUODAO+AJ0ENUsrY7Xuevg8qJwAAACAYVtS6f5GRw5d1NHq4rw+6TaGy9y2X3b92vrHVK0AZs4x8HG3s2vkinZdto4RMCyxuadgWVNqkbZVlgLLgQBmhsp+3YGYi7pRjdl35IaSVcXzis5UaWfkarF3vbUdEQOOEUis5Icbp9Hdp0/gn1955HzWw2O2j8c+OSzzu3NyYCA= root@vping-ssh-vm-3fb07a9c-a917-41b9-befb-6e472342ae9e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fe9a:37a7/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-3fb07a9c-a917-41b9-befb-6e472342ae9e launch-index: 0 === cirros: current=0.4.0 uptime=3.71 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-3fb07a9c-a917-41b9-befb-6e472342ae9e login: 2018-08-07 20:17:02,246 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.14 (192.168.120.14): 56 data bytes 64 bytes from 192.168.120.14: seq=0 ttl=64 time=1.267 ms --- 192.168.120.14 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.267/1.267/1.267 ms 2018-08-07 20:17:02,247 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-07 20:17:02,377 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 20:17:02,378 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-07 20:17:18,205 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-07 20:17:19,085 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'id': u'cfdf613771464097803fd41b2c40ccd2', '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-07 20:17:19,541 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0a7fe9808d4d4172a06a8e9ce7290577', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_d0a7a609-28b8-4242-a101-0bcd70253c0a'}) 2018-08-07 20:17:19,706 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-07 20:17:19,896 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/c8883a8f0fa34b0a913664e10adb9d9d'}, 'domain_id': None, 'human_id': None, 'id': u'c8883a8f0fa34b0a913664e10adb9d9d', 'HUMAN_ID': False}) 2018-08-07 20:17:20,547 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_d0a7a609-28b8-4242-a101-0bcd70253c0a', 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': '1d23dcb1-f385-4d21-9f06-5ccf48b7e165', 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_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'project_id': u'cfdf613771464097803fd41b2c40ccd2', '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-07 20:17:20,552 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'password': '1d23dcb1-f385-4d21-9f06-5ccf48b7e165', 'project_name': 'vping_userdata-project_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'cfdf613771464097803fd41b2c40ccd2', 'project_domain_name': 'Default'} 2018-08-07 20:17:20,553 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-07 20:17:21,692 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T20:17:21Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'eb312f7a-b533-4bb2-971f-89ed11297c3e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_d0a7a609-28b8-4242-a101-0bcd70253c0a', u'admin_state_up': True, u'tenant_id': u'cfdf613771464097803fd41b2c40ccd2', u'created_at': u'2018-08-07T20:17:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cfdf613771464097803fd41b2c40ccd2'}) 2018-08-07 20:17:22,621 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T20:17:22Z', 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'401f85c2-e4f4-4c8e-8f5f-87a5b8199cb1', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_d0a7a609-28b8-4242-a101-0bcd70253c0a', u'enable_dhcp': True, u'network_id': u'eb312f7a-b533-4bb2-971f-89ed11297c3e', u'tenant_id': u'cfdf613771464097803fd41b2c40ccd2', u'created_at': u'2018-08-07T20:17:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cfdf613771464097803fd41b2c40ccd2'}) 2018-08-07 20:17:23,817 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6fe230d4-326b-44d3-9cb2-e7be129e0485', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1d05d31c-4c62-41f4-8fec-3f20d811820b', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cfdf613771464097803fd41b2c40ccd2', u'created_at': u'2018-08-07T20:17:22Z', u'admin_state_up': True, u'updated_at': u'2018-08-07T20:17:23Z', u'revision_number': 2, u'routes': [], u'project_id': u'cfdf613771464097803fd41b2c40ccd2', u'id': u'206a9586-19a8-4163-9d23-8a9c6000f07d', u'name': u'vping_userdata-router_d0a7a609-28b8-4242-a101-0bcd70253c0a'}) 2018-08-07 20:17:28,564 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/0604f323-5c55-412a-bac6-54d27d23f3a5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0604f323-5c55-412a-bac6-54d27d23f3a5/file', 'owner': u'cfdf613771464097803fd41b2c40ccd2', 'id': u'0604f323-5c55-412a-bac6-54d27d23f3a5', 'size': 12716032, u'self': u'/v2/images/0604f323-5c55-412a-bac6-54d27d23f3a5', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfdf613771464097803fd41b2c40ccd2', 'name': 'vping_userdata-project_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/0604f323-5c55-412a-bac6-54d27d23f3a5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T20:17:28Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-07T20:17:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/0604f323-5c55-412a-bac6-54d27d23f3a5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d0a7a609-28b8-4242-a101-0bcd70253c0a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'created': u'2018-08-07T20:17:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T20:17:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0604f323-5c55-412a-bac6-54d27d23f3a5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d0a7a609-28b8-4242-a101-0bcd70253c0a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 20:17:28,798 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_d0a7a609-28b8-4242-a101-0bcd70253c0a', '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'ff324dd50f8a4157a1752b759411d9a9', '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'46aa8c7b-9a69-43cf-a602-bb0cb5e7b2a4', 'swap': 0}) 2018-08-07 20:17:38,012 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d0a7a609-28b8-4242-a101-0bcd70253c0a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1f:41:1f', 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'0604f323-5c55-412a-bac6-54d27d23f3a5'}), 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-07T20:17:36.000000', 'flavor': Munch({u'id': u'46aa8c7b-9a69-43cf-a602-bb0cb5e7b2a4'}), 'az': u'nova', 'id': u'd713a8ef-9886-4a6c-b045-a50dcc4de600', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0a7fe9808d4d4172a06a8e9ce7290577', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfdf613771464097803fd41b2c40ccd2', 'name': 'vping_userdata-project_d0a7a609-28b8-4242-a101-0bcd70253c0a', '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-07T20:17:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-07T20:17:36Z', 'hostId': u'81d86b7e72b70e89d90a77f92e525ba195e3a0e5b97ca0ee74c30b2d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'81d86b7e72b70e89d90a77f92e525ba195e3a0e5b97ca0ee74c30b2d', '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-07T20:17:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cfdf613771464097803fd41b2c40ccd2', 'name': u'vping_userdata-vm_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'adminPass': u'sw8xucYN7yXj', 'tenant_id': u'cfdf613771464097803fd41b2c40ccd2', 'region': 'regionOne', 'created': u'2018-08-07T20:17:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-07 20:17:48,062 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d0a7a609-28b8-4242-a101-0bcd70253c0a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:87:f3:8a', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0604f323-5c55-412a-bac6-54d27d23f3a5'}), 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-07T20:17:44.000000', 'flavor': Munch({u'id': u'46aa8c7b-9a69-43cf-a602-bb0cb5e7b2a4'}), 'az': u'nova', 'id': u'9dfb658d-1ec4-4f16-87db-c4f306320043', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0a7fe9808d4d4172a06a8e9ce7290577', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfdf613771464097803fd41b2c40ccd2', 'name': 'vping_userdata-project_d0a7a609-28b8-4242-a101-0bcd70253c0a', '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-07T20:17:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-07T20:17:45Z', 'hostId': u'3ca7cacf33043040e632fd8e05f740a8fa440d78bb4bb07e79128512', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'3ca7cacf33043040e632fd8e05f740a8fa440d78bb4bb07e79128512', '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-07T20:17:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cfdf613771464097803fd41b2c40ccd2', 'name': u'vping_userdata-vm2_d0a7a609-28b8-4242-a101-0bcd70253c0a', 'adminPass': u'kPR7FGExc5hZ', 'tenant_id': u'cfdf613771464097803fd41b2c40ccd2', 'region': 'regionOne', 'created': u'2018-08-07T20:17:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-07 20:17:48,063 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-07 20:17:50,881 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:17:50,882 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-08-07 20:17:53,488 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:17:56,237 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:17:58,842 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:01,517 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:04,381 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:07,015 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:09,686 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:12,359 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:14,961 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:17,558 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:17,559 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-08-07 20:18:20,174 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:22,912 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:25,536 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:28,001 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:30,769 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:33,409 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:36,183 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:38,820 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:41,756 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:44,211 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:44,212 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-08-07 20:18:46,816 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] 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-07 20:18:49,414 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 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 61.36. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK 2018-08-07 20:18:51,868 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 522551526 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.129580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131224] pid_max: default: 32768 minimum: 301 [ 0.132106] ACPI: Core revision 20150930 [ 0.133457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134784] Security Framework initialized [ 0.135585] Yama: becoming mindful. [ 0.136302] AppArmor: AppArmor initialized [ 0.137155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138469] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142337] Initializing cgroup subsys io [ 0.143136] Initializing cgroup subsys memory [ 0.143992] Initializing cgroup subsys devices [ 0.144856] Initializing cgroup subsys freezer [ 0.145714] Initializing cgroup subsys net_cls [ 0.146579] Initializing cgroup subsys perf_event [ 0.147476] Initializing cgroup subsys net_prio [ 0.148346] Initializing cgroup subsys hugetlb [ 0.149240] Initializing cgroup subsys pids [ 0.150101] CPU: Physical Processor ID: 0 [ 0.151595] mce: CPU supports 10 MCE banks [ 0.152457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170455] ftrace: allocating 31920 entries in 125 pages [ 0.196228] smpboot: Max logical packages: 1 [ 0.197111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198487] x2apic enabled [ 0.199298] Switched APIC routing to physical x2apic. [ 0.201072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206114] KVM setup paravirtual spinlock [ 0.207441] x86: Booted up 1 node, 1 CPUs [ 0.208265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209674] devtmpfs: initialized [ 0.211395] evm: security.selinux [ 0.212102] evm: security.SMACK64 [ 0.212798] evm: security.SMACK64EXEC [ 0.213549] evm: security.SMACK64TRANSMUTE [ 0.214365] evm: security.SMACK64MMAP [ 0.215119] evm: security.ima [ 0.215764] evm: security.capability [ 0.216574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218448] pinctrl core: initialized pinctrl subsystem [ 0.219564] RTC time: 20:17:44, date: 08/07/18 [ 0.220531] NET: Registered protocol family 16 [ 0.221527] cpuidle: using governor ladder [ 0.222361] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223925] ACPI: bus type PCI registered [ 0.224735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226001] PCI: Using configuration type 1 for base access [ 0.227765] ACPI: Added _OSI(Module Device) [ 0.228634] ACPI: Added _OSI(Processor Device) [ 0.229504] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232518] ACPI: Interpreter enabled [ 0.233309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241472] ACPI: Using IOAPIC for interrupt routing [ 0.242532] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246850] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251761] acpiphp: Slot [3] registered [ 0.252609] acpiphp: Slot [4] registered [ 0.253453] acpiphp: Slot [5] registered [ 0.254279] acpiphp: Slot [6] registered [ 0.255100] acpiphp: Slot [7] registered [ 0.255934] acpiphp: Slot [8] registered [ 0.256739] acpiphp: Slot [9] registered [ 0.257554] acpiphp: Slot [10] registered [ 0.258382] acpiphp: Slot [11] registered [ 0.259207] acpiphp: Slot [12] registered [ 0.260035] acpiphp: Slot [13] registered [ 0.260855] acpiphp: Slot [14] registered [ 0.261677] acpiphp: Slot [15] registered [ 0.272443] acpiphp: Slot [16] registered [ 0.273272] acpiphp: Slot [17] registered [ 0.274115] acpiphp: Slot [18] registered [ 0.274969] acpiphp: Slot [19] registered [ 0.275815] acpiphp: Slot [20] registered [ 0.276671] acpiphp: Slot [21] registered [ 0.277520] acpiphp: Slot [22] registered [ 0.278357] acpiphp: Slot [23] registered [ 0.279176] acpiphp: Slot [24] registered [ 0.280012] acpiphp: Slot [25] registered [ 0.280831] acpiphp: Slot [26] registered [ 0.281658] acpiphp: Slot [27] registered [ 0.282491] acpiphp: Slot [28] registered [ 0.283321] acpiphp: Slot [29] registered [ 0.284136] acpiphp: Slot [30] registered [ 0.284959] acpiphp: Slot [31] registered [ 0.285782] PCI host bridge to bus 0000:00 [ 0.286610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290607] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292063] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298178] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299474] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300662] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301948] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309822] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362558] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363979] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366624] vgaarb: loaded [ 0.367241] vgaarb: bridge control possible 0000:00:02.0 [ 0.368398] SCSI subsystem initialized [ 0.369236] ACPI: bus type USB registered [ 0.370069] usbcore: registered new interface driver usbfs [ 0.371129] usbcore: registered new interface driver hub [ 0.372173] usbcore: registered new device driver usb [ 0.373251] PCI: Using ACPI for IRQ routing [ 0.374291] NetLabel: Initializing [ 0.375019] NetLabel: domain hash size = 128 [ 0.375877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376846] NetLabel: unlabeled traffic allowed by default [ 0.377973] clocksource: Switched to clocksource kvm-clock [ 0.383403] AppArmor: AppArmor Filesystem Enabled [ 0.384387] pnp: PnP ACPI init [ 0.385305] pnp: PnP ACPI: found 5 devices [ 0.391688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393425] NET: Registered protocol family 2 [ 0.394421] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399249] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400444] NET: Registered protocol family 1 [ 0.401331] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403558] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431874] Trying to unpack rootfs image as initramfs... [ 0.481915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495985] Scanning for low memory corruption every 60 seconds [ 0.497290] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498441] audit: initializing netlink subsys (disabled) [ 0.499463] audit: type=2000 audit(1533673065.460:1): initialized [ 0.500757] Initialise system trusted keyring [ 0.501677] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504815] zbud: loaded [ 0.505519] VFS: Disk quotas dquot_6.6.0 [ 0.506345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507842] fuse init (API version 7.23) [ 0.508735] Key type big_key registered [ 0.509534] Allocating IMA MOK and blacklist keyrings. [ 0.510638] Key type asymmetric registered [ 0.511458] Asymmetric key parser 'x509' registered [ 0.512404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514234] io scheduler noop registered [ 0.515026] io scheduler deadline registered (default) [ 0.516006] io scheduler cfq registered [ 0.516831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517871] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520605] ACPI: Power Button [PWRF] [ 0.521435] GHES: HEST is not enabled! [ 0.535223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593919] Linux agpgart interface v0.103 [ 0.595952] brd: module loaded [ 0.597157] loop: module loaded [ 0.602143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603576] GPT:90111 != 2097151 [ 0.604245] GPT:Alternate GPT header not at the end of the disk. [ 0.605320] GPT:90111 != 2097151 [ 0.605990] GPT: Use GNU Parted to correct GPT errors. [ 0.606942] vda: vda1 vda15 [ 0.608365] scsi host0: ata_piix [ 0.609091] scsi host1: ata_piix [ 0.609782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.610985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612399] libphy: Fixed MDIO Bus: probed [ 0.613208] tun: Universal TUN/TAP device driver, 1.6 [ 0.614147] tun: (C) 1999-2004 Max Krasnyansky [ 0.616351] PPP generic driver version 2.4.2 [ 0.617562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.620122] ehci-platform: EHCI generic platform driver [ 0.621319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622702] ohci-pci: OHCI PCI platform driver [ 0.623750] ohci-platform: OHCI generic platform driver [ 0.624951] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640792] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642546] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648314] usb usb1: Product: UHCI Host Controller [ 0.649427] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651969] hub 1-0:1.0: USB hub found [ 0.652863] hub 1-0:1.0: 2 ports detected [ 0.653930] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656365] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658704] mousedev: PS/2 mouse device common for all mice [ 0.660194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662358] rtc_cmos 00:00: RTC can wake from S4 [ 0.663622] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665998] i2c /dev entries driver [ 0.666755] device-mapper: uevent: version 1.0.3 [ 0.667684] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669296] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670577] NET: Registered protocol family 10 [ 0.671557] NET: Registered protocol family 17 [ 0.672432] Key type dns_resolver registered [ 0.673347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674434] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676162] registered taskstats version 1 [ 0.676992] Loading compiled-in X.509 certificates [ 0.678433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680271] zswap: loaded using pool lzo/zbud [ 0.681622] Key type trusted registered [ 0.683174] Key type encrypted registered [ 0.683997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685010] ima: No TPM chip found, activating TPM-bypass! [ 0.686048] evm: HMAC attrs: 0x1 [ 0.687464] Magic number: 14:379:295 [ 0.688234] ata_device dev2.1: hash matches [ 0.689054] dev2.1: hash matches [ 0.689756] tty tty28: hash matches [ 0.690563] rtc_cmos 00:00: setting system clock to 2018-08-07 20:17:45 UTC (1533673065) [ 0.692147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693255] EDD information not available. [ 0.770921] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772528] Write protecting the kernel read-only data: 14336k [ 0.774194] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776053] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.417235] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 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 61.36. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOn+qUuEi0u8riukGRBdx/KaY5WFYJ8cnwIJlQFoS0iE4jyUOFEg9fik0yRE7eVpLY+kWAWtYIDJ1oQj2NlJ2PFhfYdcdGQDEpHF5Y62eyVvY/4psoLCGdg8L8UsVlSOQGS+BdDphx58U6nW0fXD9IDuElEpVQPct0KT4Ur5CKqhj8ty/jI3xOEdqibU6cxSobulf2hO2/lhyLqI574Ze47TMJtNQHW9JFsgXagCJd0Zcl+yVjKXtoEMkf/0yDkAZiWSinxbV5P8D8xyMi2N9NLH8sLd+nGaFP52Wk+JlKXs1JFxFlPZAQYYeT+UgEU+t/uKLsABoLtvPG7DJuRO6R root@vping-userdata-vm2-d0a7a609-28b8-4242-a101-0bcd70253c0a ssh-dss AAAAB3NzaC1kc3MAAACBAM5fBIrubcIys+7lYObrLTMFFW9GuBt6pylGFuwL4hapkTbk/7nOAcRDZ4OcL385z9UH22ylnok13DiUIbVOrT+O01SfJBBMljTNH7FyGbVC/8R/Nvd4wBkzv1yYB5RF+a+fSa3T1C6V2IKselF61SEJ2dio9nSpHZy2jljleSVJAAAAFQDABGxidlNyHexn4LNJPjCfCOL+2wAAAIA4de3vZVqgBvvByd1yrxLpSzuBV6rrqhI5Vs6tsPk2itHrx9+kv6+gr8Go/aJCS5HYLrTAdhEjSRRQAngOm0+H3k8z4EwvKNYWH0kjP9FV7sjHUMaGAIv3qW27/A1Aynlkl/oiZP7JNbTaxzlVNyMw4rYXk2LkWWl2LCT60i3XHwAAAIBuvwX3EW3cR6zei2G06OjlbW0wGhkm/UhtLPXVTsKkYH+sK/I+2zB1GvMoq6f3GP0C8LUCn9cZal9gk/w86QCwskan6o0U+s5poMDK0KYk8lnkJu4phoIAiz+dTg7wH9oLUGWfF+IFurFXrwKpeQtpF8N2rQDpguhWivsyOx92LQ== root@vping-userdata-vm2-d0a7a609-28b8-4242-a101-0bcd70253c0a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe87:f38a/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-d0a7a609-28b8-4242-a101-0bcd70253c0a launch-index: 0 === cirros: current=0.4.0 uptime=63.16 === 2018-08-07 20:18:51,870 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-07 20:18:51,991 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 20:18:51,992 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:31 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-07 20:19:09,996 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-08-07 20:19:10,663 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-07 20:19:15,280 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-07 20:19:15.066 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3d912c1e-7a43-4d99-bb5a-5a784c147a9b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3d912c1e-7a43-4d99-bb5a-5a784c147a9b | 2018-08-07T20:19:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3d912c1e-7a43-4d99-bb5a-5a784c147a9b ~/.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-07 20:19:18,438 - 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-07 20:19:18,438 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-07 20:19:24,144 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-07 20:19:22.656 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-07 20:19:22.792 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-07 20:19:23.995 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434) has been successfully created! Using verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434) as the default verifier for the future CLI operations. 2018-08-07 20:19:27,070 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-08-07 20:19:27,511 - 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-07T20:19:27Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6378eb9d-d21a-43c0-aa10-5484b05114e0', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_65c50cf1-2a74-4527-8c7b-f77278e72772', u'admin_state_up': True, u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T20:19:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 20:19:28,980 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T20:19:28Z', 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'a6ea0f1f-011b-4cb5-9fd1-8555187d4468', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_65c50cf1-2a74-4527-8c7b-f77278e72772', u'enable_dhcp': True, u'network_id': u'6378eb9d-d21a-43c0-aa10-5484b05114e0', u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T20:19:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 20:19:30,181 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6fe230d4-326b-44d3-9cb2-e7be129e0485', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1d05d31c-4c62-41f4-8fec-3f20d811820b', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T20:19:29Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-07T20:19:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'id': u'c72c5a5f-09db-48c3-a49a-a1f8920fe05a', u'name': u'tempest_smoke_serial-router_65c50cf1-2a74-4527-8c7b-f77278e72772'}) 2018-08-07 20:19:34,260 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/ede19879-47c3-47c2-a2cd-e58ff1ea9b67/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ede19879-47c3-47c2-a2cd-e58ff1ea9b67/file', 'owner': u'ff324dd50f8a4157a1752b759411d9a9', 'id': u'ede19879-47c3-47c2-a2cd-e58ff1ea9b67', 'size': 12716032, u'self': u'/v2/images/ede19879-47c3-47c2-a2cd-e58ff1ea9b67', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff324dd50f8a4157a1752b759411d9a9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/ede19879-47c3-47c2-a2cd-e58ff1ea9b67/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T20:19:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-07T20:19:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_65c50cf1-2a74-4527-8c7b-f77278e72772', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ede19879-47c3-47c2-a2cd-e58ff1ea9b67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_65c50cf1-2a74-4527-8c7b-f77278e72772', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_65c50cf1-2a74-4527-8c7b-f77278e72772', 'created': u'2018-08-07T20:19:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T20:19:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ede19879-47c3-47c2-a2cd-e58ff1ea9b67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_65c50cf1-2a74-4527-8c7b-f77278e72772', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 20:19:34,479 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_65c50cf1-2a74-4527-8c7b-f77278e72772', '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'ff324dd50f8a4157a1752b759411d9a9', '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'0c4c3438-5b90-46fc-9395-380367d254d4', 'swap': 0}) 2018-08-07 20:19:36,364 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/700701f5-03b1-40eb-92f9-9fbef4aca7b8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/700701f5-03b1-40eb-92f9-9fbef4aca7b8/file', 'owner': u'ff324dd50f8a4157a1752b759411d9a9', 'id': u'700701f5-03b1-40eb-92f9-9fbef4aca7b8', 'size': 12716032, u'self': u'/v2/images/700701f5-03b1-40eb-92f9-9fbef4aca7b8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff324dd50f8a4157a1752b759411d9a9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/700701f5-03b1-40eb-92f9-9fbef4aca7b8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T20:19:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-07T20:19:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_65c50cf1-2a74-4527-8c7b-f77278e72772', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/700701f5-03b1-40eb-92f9-9fbef4aca7b8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_65c50cf1-2a74-4527-8c7b-f77278e72772', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_65c50cf1-2a74-4527-8c7b-f77278e72772', 'created': u'2018-08-07T20:19:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T20:19:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/700701f5-03b1-40eb-92f9-9fbef4aca7b8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_65c50cf1-2a74-4527-8c7b-f77278e72772', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 20:19:36,445 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_65c50cf1-2a74-4527-8c7b-f77278e72772', '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'ff324dd50f8a4157a1752b759411d9a9', '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'cf8bc9c9-bc6c-4a69-861a-7e9f06122d38', 'swap': 0}) 2018-08-07 20:19:36,469 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_65c50cf1-2a74-4527-8c7b-f77278e72772', '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'ff324dd50f8a4157a1752b759411d9a9', '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'cf8bc9c9-bc6c-4a69-861a-7e9f06122d38', 'swap': 0}) 2018-08-07 20:19:39,711 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-07 20:19:38.582 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434) for deployment 'opnfv-rally' (UUID=3d912c1e-7a43-4d99-bb5a-5a784c147a9b). 2018-08-07 20:19:39.572 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434) has been successfully configured for deployment 'opnfv-rally' (UUID=3d912c1e-7a43-4d99-bb5a-5a784c147a9b)! 2018-08-07 20:19:39,711 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-07 20:19:39,712 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-07 20:19:39,714 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-07 20:19:39,718 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-07 20:19:43,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-21abe8c1-a230-4114-abaf-f3b545adb434/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-08-07 20:19:43,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-07 20:19:43,165 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-07 20:19:43,165 - 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-07 20:19:45,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:19:45.366 51 INFO rally.api [-] Starting verification (UUID=a37a9517-2f5a-4f71-8f55-31f61635d742) for deployment 'opnfv-rally' (UUID=3d912c1e-7a43-4d99-bb5a-5a784c147a9b) by verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434). 2018-08-07 20:19:45,368 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a37a9517-2f5a-4f71-8f55-31f61635d742 2018-08-07 20:19:52,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:19:52.513 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.197s] 2018-08-07 20:19:52,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:19:52.576 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.063s] 2018-08-07 20:19:59,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:19:59.419 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.594s] 2018-08-07 20:20:02,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:20:02.830 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.408s] 2018-08-07 20:20:15,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:20:15.809 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.996s] 2018-08-07 20:20:32,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:20:32.535 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.387s] 2018-08-07 20:21:04,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:21:04.950 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-08-07 20:21:04,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:21:04.951 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-07 20:21:40,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:21:40.087 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.072s] 2018-08-07 20:21:40,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:21:40.088 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-07 20:22:12,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:22:12.385 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.086s] 2018-08-07 20:22:12,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:22:12.387 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-07 20:23:55,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:23:55.142 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.195s] 2018-08-07 20:24:17,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:17.457 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.066s] 2018-08-07 20:24:17,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:17.556 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-08-07 20:24:25,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:25.430 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.708s] 2018-08-07 20:24:25,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:25.439 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-08-07 20:24:27,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:27.363 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-07 20:24:27,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:27.364 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-07 20:24:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:31.303 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.371s] 2018-08-07 20:24:37,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:37.578 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2018-08-07 20:24:44,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:44.033 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.729s] 2018-08-07 20:24:51,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:24:51.409 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.543s] 2018-08-07 20:25:00,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:00.845 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.158s] 2018-08-07 20:25:07,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:07.049 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.376s] 2018-08-07 20:25:13,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:13.737 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.208s] 2018-08-07 20:25:21,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:21.377 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.470s] 2018-08-07 20:25:28,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:28.885 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.447s] 2018-08-07 20:25:37,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:37.329 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.709s] 2018-08-07 20:25:39,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:39.910 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-07 20:25:41,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:41.936 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-08-07 20:25:42,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:42.024 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.087s] 2018-08-07 20:25:42,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:42.099 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-08-07 20:25:42,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:42.105 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-08-07 20:25:46,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:46.509 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.857s] 2018-08-07 20:25:48,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:48.871 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.362s] 2018-08-07 20:25:50,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:50.909 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.037s] 2018-08-07 20:25:56,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:25:56.857 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-07 20:26:04,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:04.716 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.100s] 2018-08-07 20:26:17,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:17.169 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.485s] 2018-08-07 20:26:20,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:20.740 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.569s] 2018-08-07 20:26:32,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:32.075 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.102s] 2018-08-07 20:26:36,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:36.123 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.048s] 2018-08-07 20:26:45,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:45.906 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.781s] 2018-08-07 20:26:55,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:55.362 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.947s] 2018-08-07 20:26:59,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:26:59.001 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.637s] 2018-08-07 20:27:05,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:05.960 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.959s] 2018-08-07 20:27:22,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:22.361 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.146s] 2018-08-07 20:27:22,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:22.791 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.429s] 2018-08-07 20:27:23,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:23.056 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.265s] 2018-08-07 20:27:23,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:23.267 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.209s] 2018-08-07 20:27:23,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:23.393 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.126s] 2018-08-07 20:27:23,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:23.470 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.077s] 2018-08-07 20:27:38,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:38.148 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.908s] 2018-08-07 20:27:38,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:38.677 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.529s] 2018-08-07 20:27:38,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:38.936 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2018-08-07 20:27:39,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:39.144 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.206s] 2018-08-07 20:27:39,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:39.416 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.272s] 2018-08-07 20:27:39,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:39.635 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.219s] 2018-08-07 20:27:53,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:53.771 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.311s] 2018-08-07 20:27:59,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:27:59.764 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.991s] 2018-08-07 20:28:01,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:01.678 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.914s] 2018-08-07 20:28:01,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:01.741 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.062s] 2018-08-07 20:28:01,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:01.809 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.067s] 2018-08-07 20:28:14,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:14.321 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.969s] 2018-08-07 20:28:20,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:20.451 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.129s] 2018-08-07 20:28:22,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:22.514 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.062s] 2018-08-07 20:28:22,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:22.591 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.077s] 2018-08-07 20:28:22,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:22.651 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.060s] 2018-08-07 20:28:37,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:37.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.448s] 2018-08-07 20:28:43,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:43.384 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.447s] 2018-08-07 20:28:47,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:47.698 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.313s] 2018-08-07 20:28:53,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:28:53.202 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.503s] 2018-08-07 20:29:18,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:18.065 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.600s] 2018-08-07 20:29:23,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:23.238 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.172s] 2018-08-07 20:29:27,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:27.639 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.400s] 2018-08-07 20:29:31,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:31.701 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.061s] 2018-08-07 20:29:48,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:48.483 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.736s] 2018-08-07 20:29:50,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:50.664 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.178s] 2018-08-07 20:29:50,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:50.715 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.054s] 2018-08-07 20:29:55,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:55.413 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.508s] 2018-08-07 20:29:57,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:57.572 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.155s] 2018-08-07 20:29:57,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:29:57.762 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.192s] 2018-08-07 20:30:02,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:02.445 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.398s] 2018-08-07 20:30:05,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:05.846 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-07 20:30:07,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:07.461 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-08-07 20:30:07,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:07.462 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-08-07 20:30:07,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:07.463 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-08-07 20:30:07,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:07.464 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-08-07 20:30:07,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:07.465 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-08-07 20:30:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:09.353 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-07 20:30:25,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:25.713 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.994s] 2018-08-07 20:30:37,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:37.993 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.972s] 2018-08-07 20:30:50,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:30:50.002 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.006s] 2018-08-07 20:31:00,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:31:00.058 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-08-07 20:34:09,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:34:09.080 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [182.595s] 2018-08-07 20:34:43,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:34:43.183 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.139s] 2018-08-07 20:35:25,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 20:35:25.828 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.843s] 2018-08-07 20:35:42,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a37a9517-2f5a-4f71-8f55-31f61635d742']'. 2018-08-07 20:35:43,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-07 20:35:43,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-07 20:35:43,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-07 20:35:43,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a37a9517-2f5a-4f71-8f55-31f61635d742 | 2018-08-07 20:35:43,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-07 20:35:43,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-07 20:19:45 | 2018-08-07 20:35:43,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-07 20:35:41 | 2018-08-07 20:35:43,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:56 | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 21abe8c1-a230-4114-abaf-f3b545adb434) | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3d912c1e-7a43-4d99-bb5a-5a784c147a9b) | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 935.524 | 2018-08-07 20:35:43,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-08-07 20:35:43,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-08-07 20:35:43,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-07 20:35:43,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-07 20:35:43,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-07 20:35:43,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-07 20:35:43,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-07 20:35:43,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-08-07 20:35:43,339 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 20:35:43,339 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:16 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-08-07 20:35:53,850 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-07 20:35:54,545 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-07 20:35:54,910 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-07 20:35:55,514 - 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-07T20:35:55Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', u'provider:segmentation_id': 83, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_c3106700-a7cd-4018-b0e3-b6ab1c385511', u'admin_state_up': True, u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T20:35:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 20:35:56,525 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T20:35:56Z', 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'0a3c445d-e53e-4c06-a629-c85740069008', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_c3106700-a7cd-4018-b0e3-b6ab1c385511', u'enable_dhcp': True, u'network_id': u'5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T20:35:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 20:35:57,739 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6fe230d4-326b-44d3-9cb2-e7be129e0485', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1d05d31c-4c62-41f4-8fec-3f20d811820b', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T20:35:56Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-07T20:35:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'id': u'ae25cc6e-a8f4-4a74-a6b0-2f20225386a6', u'name': u'rally_sanity-router_c3106700-a7cd-4018-b0e3-b6ab1c385511'}) 2018-08-07 20:36:01,540 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/a84db5c9-1ba1-46fa-99f6-5ba37b15a287/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a84db5c9-1ba1-46fa-99f6-5ba37b15a287/file', 'owner': u'ff324dd50f8a4157a1752b759411d9a9', 'id': u'a84db5c9-1ba1-46fa-99f6-5ba37b15a287', 'size': 12716032, u'self': u'/v2/images/a84db5c9-1ba1-46fa-99f6-5ba37b15a287', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff324dd50f8a4157a1752b759411d9a9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/a84db5c9-1ba1-46fa-99f6-5ba37b15a287/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T20:36:01Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-07T20:36:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a84db5c9-1ba1-46fa-99f6-5ba37b15a287', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'created': u'2018-08-07T20:35:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T20:35:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a84db5c9-1ba1-46fa-99f6-5ba37b15a287', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 20:36:01,719 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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'ff324dd50f8a4157a1752b759411d9a9', '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'fd06d912-e163-438e-8c9b-393c4e60b678', 'swap': 0}) 2018-08-07 20:36:01,743 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-07 20:36:04,195 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-07 20:36:03.845 178 INFO rally.deployment.engine [-] Deployment 3d912c1e-7a43-4d99-bb5a-5a784c147a9b | Starting: Destroy cloud and free allocated resources. 2018-08-07 20:36:03.931 178 INFO rally.deployment.engine [-] Deployment 3d912c1e-7a43-4d99-bb5a-5a784c147a9b | Completed: Destroy cloud and free allocated resources. 2018-08-07 20:36:03.961 178 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434) for deployment 'opnfv-rally'. 2018-08-07 20:36:03.974 178 INFO rally.api [-] Deleting verification (UUID=a37a9517-2f5a-4f71-8f55-31f61635d742). 2018-08-07 20:36:04.016 178 INFO rally.api [-] Verification has been successfully deleted! 2018-08-07 20:36:04.016 178 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434). 2018-08-07 20:36:04.024 178 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-07 20:36:06,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-07 20:36:06.331 181 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1286f6e5-5860-4d0c-bc5c-f6e65a6d8688) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1286f6e5-5860-4d0c-bc5c-f6e65a6d8688 | 2018-08-07T20:36:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1286f6e5-5860-4d0c-bc5c-f6e65a6d8688 ~/.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-07 20:36:09,761 - 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-07 20:36:09,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-07 20:36:09,867 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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'ff324dd50f8a4157a1752b759411d9a9', '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'a7c7b712-652e-4820-a95f-7e671ac9f88e', 'swap': 0}) 2018-08-07 20:36:09,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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'ff324dd50f8a4157a1752b759411d9a9', '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'a7c7b712-652e-4820-a95f-7e671ac9f88e', 'swap': 0}) 2018-08-07 20:36:09,888 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-07 20:36:09,888 - 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-07 20:36:09,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:36:09,898 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:36:09,898 - 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': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 20:37:14,551 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8171218a-23fb-476a-9b5b-701c50428302 2018-08-07 20:37:14,551 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-07 20:37:14,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8171218a-23fb-476a-9b5b-701c50428302'] 2018-08-07 20:37:15,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8171218a-23fb-476a-9b5b-701c50428302 -------------------------------------------------------------------------------- Task 8171218a-23fb-476a-9b5b-701c50428302: 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 8171218a-23fb-476a-9b5b-701c50428302 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | total | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> duration | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.482843 Full duration: 7.398637 -------------------------------------------------------------------------------- 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 8171218a-23fb-476a-9b5b-701c50428302 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.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 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.285818 Full duration: 8.277669 -------------------------------------------------------------------------------- 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 8171218a-23fb-476a-9b5b-701c50428302 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923516 Full duration: 7.687325 -------------------------------------------------------------------------------- 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 8171218a-23fb-476a-9b5b-701c50428302 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.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | total | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | -> duration | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.243495 Full duration: 8.241048 -------------------------------------------------------------------------------- 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 8171218a-23fb-476a-9b5b-701c50428302 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | total | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> duration | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.906697 Full duration: 7.833154 -------------------------------------------------------------------------------- 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 8171218a-23fb-476a-9b5b-701c50428302 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.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> duration | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701042 Full duration: 7.445878 HINTS: * To plot HTML graphics with this data, run: rally task report 8171218a-23fb-476a-9b5b-701c50428302 --out output.html * To generate a JUnit report, run: rally task export 8171218a-23fb-476a-9b5b-701c50428302 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8171218a-23fb-476a-9b5b-701c50428302 --json --out output.json 2018-08-07 20:37:15,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8171218a-23fb-476a-9b5b-701c50428302', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-07 20:37:17,853 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8171218a-23fb-476a-9b5b-701c50428302 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-07 20:37:17.746 789 INFO rally.api [-] Building 'json' report for the following task(s): '8171218a-23fb-476a-9b5b-701c50428302'. 2018-08-07 20:37:17.751 789 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:37:17,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8171218a-23fb-476a-9b5b-701c50428302', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-07 20:37:20,214 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8171218a-23fb-476a-9b5b-701c50428302 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-07 20:37:20.074 792 INFO rally.api [-] Building 'html' report for the following task(s): '8171218a-23fb-476a-9b5b-701c50428302'. 2018-08-07 20:37:20.099 792 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:37:20,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-07 20:37:20,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-07 20:37:20,221 - 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-07 20:37:20,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:37:20,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:37:20,238 - 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': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 20:38:56,475 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c794afa5-d14e-4f42-8dd1-20846fdfdde3 2018-08-07 20:38:56,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c794afa5-d14e-4f42-8dd1-20846fdfdde3'] 2018-08-07 20:38:57,534 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c794afa5-d14e-4f42-8dd1-20846fdfdde3 -------------------------------------------------------------------------------- Task c794afa5-d14e-4f42-8dd1-20846fdfdde3: 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 c794afa5-d14e-4f42-8dd1-20846fdfdde3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.793 | 3.793 | 3.793 | 3.793 | 3.793 | 3.793 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | -> glance_v2.upload_data | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | glance_v2.delete_image | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | total | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 100.0% | 1 | | -> duration | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.989781 Full duration: 13.258558 -------------------------------------------------------------------------------- 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 c794afa5-d14e-4f42-8dd1-20846fdfdde3 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.788 | 4.788 | 4.788 | 4.788 | 4.788 | 4.788 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | -> glance_v2.upload_data | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | glance_v2.list_images | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 4.963 | 4.963 | 4.963 | 4.963 | 4.963 | 4.963 | 100.0% | 1 | | -> duration | 4.963 | 4.963 | 4.963 | 4.963 | 4.963 | 4.963 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.962641 Full duration: 16.813338 -------------------------------------------------------------------------------- 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 c794afa5-d14e-4f42-8dd1-20846fdfdde3 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.356 | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 100.0% | 1 | | total | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> duration | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.356549 Full duration: 8.21548 -------------------------------------------------------------------------------- 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_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "number_instances": 2, "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] }, "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 c794afa5-d14e-4f42-8dd1-20846fdfdde3 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.154 | 4.154 | 4.154 | 4.154 | 4.154 | 4.154 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> glance_v2.upload_data | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | nova.boot_servers | 13.615 | 13.615 | 13.615 | 13.615 | 13.615 | 13.615 | 100.0% | 1 | | total | 17.769 | 17.769 | 17.769 | 17.769 | 17.769 | 17.769 | 100.0% | 1 | | -> duration | 16.769 | 16.769 | 16.769 | 16.769 | 16.769 | 16.769 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.769287 Full duration: 39.813736 HINTS: * To plot HTML graphics with this data, run: rally task report c794afa5-d14e-4f42-8dd1-20846fdfdde3 --out output.html * To generate a JUnit report, run: rally task export c794afa5-d14e-4f42-8dd1-20846fdfdde3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c794afa5-d14e-4f42-8dd1-20846fdfdde3 --json --out output.json 2018-08-07 20:38:57,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c794afa5-d14e-4f42-8dd1-20846fdfdde3', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-07 20:38:59,739 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c794afa5-d14e-4f42-8dd1-20846fdfdde3 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-07 20:38:59.632 1345 INFO rally.api [-] Building 'json' report for the following task(s): 'c794afa5-d14e-4f42-8dd1-20846fdfdde3'. 2018-08-07 20:38:59.637 1345 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:38:59,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c794afa5-d14e-4f42-8dd1-20846fdfdde3', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-07 20:39:01,912 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c794afa5-d14e-4f42-8dd1-20846fdfdde3 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-07 20:39:01.788 1348 INFO rally.api [-] Building 'html' report for the following task(s): 'c794afa5-d14e-4f42-8dd1-20846fdfdde3'. 2018-08-07 20:39:01.810 1348 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:39:01,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-07 20:39:01,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-07 20:39:01,919 - 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-07 20:39:01,919 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:39:01,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:39:01,937 - 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': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 20:42:21,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7944e832-d289-4204-9f16-033890af87ea 2018-08-07 20:42:21,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7944e832-d289-4204-9f16-033890af87ea'] 2018-08-07 20:42:22,308 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7944e832-d289-4204-9f16-033890af87ea -------------------------------------------------------------------------------- Task 7944e832-d289-4204-9f16-033890af87ea: 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 7944e832-d289-4204-9f16-033890af87ea 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.142 | 3.142 | 3.142 | 3.142 | 3.142 | 3.142 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.581 | 2.581 | 2.581 | 2.581 | 2.581 | 2.581 | 100.0% | 1 | | total | 5.723 | 5.723 | 5.723 | 5.723 | 5.723 | 5.723 | 100.0% | 1 | | -> duration | 5.723 | 5.723 | 5.723 | 5.723 | 5.723 | 5.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.723481 Full duration: 23.563524 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea 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.188 | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 100.0% | 1 | | cinder_v2.delete_volume | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | total | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 100.0% | 1 | | -> duration | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.809801 Full duration: 16.222351 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7944e832-d289-4204-9f16-033890af87ea 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.959 | 8.959 | 8.959 | 8.959 | 8.959 | 8.959 | 100.0% | 1 | | cinder_v2.delete_volume | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 100.0% | 1 | | total | 11.656 | 11.656 | 11.656 | 11.656 | 11.656 | 11.656 | 100.0% | 1 | | -> duration | 11.656 | 11.656 | 11.656 | 11.656 | 11.656 | 11.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.655522 Full duration: 22.581926 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea 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.149 | 3.149 | 3.149 | 3.149 | 3.149 | 3.149 | 100.0% | 1 | | cinder_v2.delete_volume | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 100.0% | 1 | | total | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 100.0% | 1 | | -> duration | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.606108 Full duration: 15.479237 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea 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.258 | 3.258 | 3.258 | 3.258 | 3.258 | 3.258 | 100.0% | 1 | | cinder_v2.extend_volume | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 100.0% | 1 | | cinder_v2.delete_volume | 2.458 | 2.458 | 2.458 | 2.458 | 2.458 | 2.458 | 100.0% | 1 | | total | 6.259 | 6.259 | 6.259 | 6.259 | 6.259 | 6.259 | 100.0% | 1 | | -> duration | 6.259 | 6.259 | 6.259 | 6.259 | 6.259 | 6.259 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.25878 Full duration: 16.798121 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea 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.206 | 3.206 | 3.206 | 3.206 | 3.206 | 3.206 | 100.0% | 1 | | cinder_v2.delete_volume | 2.609 | 2.609 | 2.609 | 2.609 | 2.609 | 2.609 | 100.0% | 1 | | total | 5.816 | 5.816 | 5.816 | 5.816 | 5.816 | 5.816 | 100.0% | 1 | | -> duration | 5.816 | 5.816 | 5.816 | 5.816 | 5.816 | 5.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.815593 Full duration: 22.744013 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | cinder_v2.list_qos | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 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.765003 Full duration: 12.548081 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.set_qos | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797659 Full duration: 12.659299 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | cinder_v2.list_types | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778492 Full duration: 12.92919 -------------------------------------------------------------------------------- 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 7944e832-d289-4204-9f16-033890af87ea 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.903536 Full duration: 12.190693 HINTS: * To plot HTML graphics with this data, run: rally task report 7944e832-d289-4204-9f16-033890af87ea --out output.html * To generate a JUnit report, run: rally task export 7944e832-d289-4204-9f16-033890af87ea --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7944e832-d289-4204-9f16-033890af87ea --json --out output.json 2018-08-07 20:42:22,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7944e832-d289-4204-9f16-033890af87ea', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-07 20:42:24,611 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7944e832-d289-4204-9f16-033890af87ea --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-07 20:42:24.495 3137 INFO rally.api [-] Building 'json' report for the following task(s): '7944e832-d289-4204-9f16-033890af87ea'. 2018-08-07 20:42:24.503 3137 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:42:24,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7944e832-d289-4204-9f16-033890af87ea', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-07 20:42:26,805 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7944e832-d289-4204-9f16-033890af87ea --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-07 20:42:26.668 3140 INFO rally.api [-] Building 'html' report for the following task(s): '7944e832-d289-4204-9f16-033890af87ea'. 2018-08-07 20:42:26.698 3140 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:42:26,813 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-07 20:42:26,813 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-07 20:42:26,814 - 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-07 20:42:26,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:42:26,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:42:26,823 - 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': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 20:43:50,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3c583771-0934-465b-ba9c-b52cb6c7ea71 2018-08-07 20:43:50,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3c583771-0934-465b-ba9c-b52cb6c7ea71'] 2018-08-07 20:43:51,089 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3c583771-0934-465b-ba9c-b52cb6c7ea71 -------------------------------------------------------------------------------- Task 3c583771-0934-465b-ba9c-b52cb6c7ea71: 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 3c583771-0934-465b-ba9c-b52cb6c7ea71 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.546 | 4.546 | 4.546 | 4.546 | 4.546 | 4.546 | 100.0% | 1 | | heat.update_stack | 3.092 | 3.092 | 3.092 | 3.092 | 3.092 | 3.092 | 100.0% | 1 | | heat.delete_stack | 2.73 | 2.73 | 2.73 | 2.73 | 2.73 | 2.73 | 100.0% | 1 | | total | 10.368 | 10.368 | 10.368 | 10.368 | 10.368 | 10.368 | 100.0% | 1 | | -> duration | 6.368 | 6.368 | 6.368 | 6.368 | 6.368 | 6.368 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.367965 Full duration: 20.324364 -------------------------------------------------------------------------------- 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 3c583771-0934-465b-ba9c-b52cb6c7ea71 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.782 | 4.782 | 4.782 | 4.782 | 4.782 | 4.782 | 100.0% | 1 | | heat.check_stack | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | heat.delete_stack | 2.733 | 2.733 | 2.733 | 2.733 | 2.733 | 2.733 | 100.0% | 1 | | total | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 100.0% | 1 | | -> duration | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.003065 Full duration: 16.653308 -------------------------------------------------------------------------------- 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 3c583771-0934-465b-ba9c-b52cb6c7ea71 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.672 | 4.672 | 4.672 | 4.672 | 4.672 | 4.672 | 100.0% | 1 | | heat.suspend_stack | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | heat.resume_stack | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | heat.delete_stack | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 100.0% | 1 | | total | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 100.0% | 1 | | -> duration | 6.906 | 6.906 | 6.906 | 6.906 | 6.906 | 6.906 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.906081 Full duration: 17.348067 -------------------------------------------------------------------------------- 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 3c583771-0934-465b-ba9c-b52cb6c7ea71 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580957 Full duration: 8.071431 HINTS: * To plot HTML graphics with this data, run: rally task report 3c583771-0934-465b-ba9c-b52cb6c7ea71 --out output.html * To generate a JUnit report, run: rally task export 3c583771-0934-465b-ba9c-b52cb6c7ea71 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3c583771-0934-465b-ba9c-b52cb6c7ea71 --json --out output.json 2018-08-07 20:43:51,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3c583771-0934-465b-ba9c-b52cb6c7ea71', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-07 20:43:53,330 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3c583771-0934-465b-ba9c-b52cb6c7ea71 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-07 20:43:53.223 3873 INFO rally.api [-] Building 'json' report for the following task(s): '3c583771-0934-465b-ba9c-b52cb6c7ea71'. 2018-08-07 20:43:53.228 3873 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:43:53,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3c583771-0934-465b-ba9c-b52cb6c7ea71', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-07 20:43:55,577 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3c583771-0934-465b-ba9c-b52cb6c7ea71 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-07 20:43:55.455 3876 INFO rally.api [-] Building 'html' report for the following task(s): '3c583771-0934-465b-ba9c-b52cb6c7ea71'. 2018-08-07 20:43:55.476 3876 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:43:55,582 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-07 20:43:55,583 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-07 20:43:55,583 - 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-07 20:43:55,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:43:55,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:43:55,601 - 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': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 20:47:12,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 14965293-89af-4b5e-8461-b888380b7fe3 2018-08-07 20:47:12,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '14965293-89af-4b5e-8461-b888380b7fe3'] 2018-08-07 20:47:13,252 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 14965293-89af-4b5e-8461-b888380b7fe3 -------------------------------------------------------------------------------- Task 14965293-89af-4b5e-8461-b888380b7fe3: 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 14965293-89af-4b5e-8461-b888380b7fe3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.751942 Full duration: 14.241256 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.list_roles | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754623 Full duration: 14.186867 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.list_projects | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 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.764835 Full duration: 14.703367 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.delete_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | -> duration | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.577842 Full duration: 12.309014 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | keystone_v3.delete_service | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> duration | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.631772 Full duration: 12.489546 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | keystone_v3.create_user | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.create_role | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_project | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_user | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_role | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 1.932 | 1.932 | 1.932 | 1.932 | 1.932 | 1.932 | 100.0% | 1 | | -> duration | 1.932 | 1.932 | 1.932 | 1.932 | 1.932 | 1.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.932403 Full duration: 19.799607 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.update_project | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.delete_project | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.919682 Full duration: 12.366734 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 14965293-89af-4b5e-8461-b888380b7fe3 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.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | total | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> duration | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.888256 Full duration: 14.97062 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 14965293-89af-4b5e-8461-b888380b7fe3 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | total | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | -> duration | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.666622 Full duration: 14.699535 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.list_users | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> duration | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.898834 Full duration: 14.803498 -------------------------------------------------------------------------------- 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 14965293-89af-4b5e-8461-b888380b7fe3 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | keystone_v3.create_users | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | total | 6.574 | 6.574 | 6.574 | 6.574 | 6.574 | 6.574 | 100.0% | 1 | | -> duration | 6.574 | 6.574 | 6.574 | 6.574 | 6.574 | 6.574 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.574391 Full duration: 22.924351 HINTS: * To plot HTML graphics with this data, run: rally task report 14965293-89af-4b5e-8461-b888380b7fe3 --out output.html * To generate a JUnit report, run: rally task export 14965293-89af-4b5e-8461-b888380b7fe3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 14965293-89af-4b5e-8461-b888380b7fe3 --json --out output.json 2018-08-07 20:47:13,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '14965293-89af-4b5e-8461-b888380b7fe3', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-07 20:47:15,531 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 14965293-89af-4b5e-8461-b888380b7fe3 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-07 20:47:15.418 5791 INFO rally.api [-] Building 'json' report for the following task(s): '14965293-89af-4b5e-8461-b888380b7fe3'. 2018-08-07 20:47:15.428 5791 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:47:15,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '14965293-89af-4b5e-8461-b888380b7fe3', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-07 20:47:17,843 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 14965293-89af-4b5e-8461-b888380b7fe3 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-07 20:47:17.710 5794 INFO rally.api [-] Building 'html' report for the following task(s): '14965293-89af-4b5e-8461-b888380b7fe3'. 2018-08-07 20:47:17.741 5794 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:47:17,858 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-07 20:47:17,858 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-07 20:47:17,858 - 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-07 20:47:17,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:47:17,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:47:17,876 - 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': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 20:52:39,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e0c44399-d10e-4c8d-846d-b19afab3be94 2018-08-07 20:52:39,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e0c44399-d10e-4c8d-846d-b19afab3be94'] 2018-08-07 20:52:40,825 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e0c44399-d10e-4c8d-846d-b19afab3be94 -------------------------------------------------------------------------------- Task e0c44399-d10e-4c8d-846d-b19afab3be94: 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | neutron.delete_network | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 100.0% | 1 | | total | 2.272 | 2.272 | 2.272 | 2.272 | 2.272 | 2.272 | 100.0% | 1 | | -> duration | 2.272 | 2.272 | 2.272 | 2.272 | 2.272 | 2.272 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.271956 Full duration: 15.508665 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.431 | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 100.0% | 1 | | neutron.delete_port | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 100.0% | 1 | | -> duration | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.069295 Full duration: 30.501189 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | neutron.create_subnet | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | neutron.create_router | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | neutron.add_interface_router | 1.571 | 1.571 | 1.571 | 1.571 | 1.571 | 1.571 | 100.0% | 1 | | neutron.remove_interface_router | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | neutron.delete_router | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | total | 5.447 | 5.447 | 5.447 | 5.447 | 5.447 | 5.447 | 100.0% | 1 | | -> duration | 5.447 | 5.447 | 5.447 | 5.447 | 5.447 | 5.447 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.44741 Full duration: 39.145655 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | neutron.delete_subnet | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 100.0% | 1 | | total | 2.967 | 2.967 | 2.967 | 2.967 | 2.967 | 2.967 | 100.0% | 1 | | -> duration | 2.967 | 2.967 | 2.967 | 2.967 | 2.967 | 2.967 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.967367 Full duration: 29.269078 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | neutron.list_networks | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> duration | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.29692 Full duration: 16.518023 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.419 | 1.419 | 1.419 | 1.419 | 1.419 | 1.419 | 100.0% | 1 | | neutron.list_ports | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | total | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 100.0% | 1 | | -> duration | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.662959 Full duration: 30.861386 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.create_subnet | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | neutron.create_router | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | neutron.add_interface_router | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 100.0% | 1 | | neutron.list_routers | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 100.0% | 1 | | -> duration | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.839228 Full duration: 43.066563 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | neutron.create_subnet | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | neutron.list_subnets | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | -> duration | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.833231 Full duration: 33.713085 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | neutron.delete_security_group | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | total | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> duration | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.25781 Full duration: 14.438125 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | neutron.create_security_group_rule | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 100.0% | 1 | | -> duration | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.958752 Full duration: 14.901181 -------------------------------------------------------------------------------- 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 e0c44399-d10e-4c8d-846d-b19afab3be94 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.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_gateway_router | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | neutron.remove_gateway_router | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | total | 3.992 | 3.992 | 3.992 | 3.992 | 3.992 | 3.992 | 100.0% | 1 | | -> duration | 3.992 | 3.992 | 3.992 | 3.992 | 3.992 | 3.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.992401 Full duration: 24.019939 HINTS: * To plot HTML graphics with this data, run: rally task report e0c44399-d10e-4c8d-846d-b19afab3be94 --out output.html * To generate a JUnit report, run: rally task export e0c44399-d10e-4c8d-846d-b19afab3be94 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e0c44399-d10e-4c8d-846d-b19afab3be94 --json --out output.json 2018-08-07 20:52:40,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e0c44399-d10e-4c8d-846d-b19afab3be94', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-07 20:52:43,073 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e0c44399-d10e-4c8d-846d-b19afab3be94 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-07 20:52:42.961 9089 INFO rally.api [-] Building 'json' report for the following task(s): 'e0c44399-d10e-4c8d-846d-b19afab3be94'. 2018-08-07 20:52:42.971 9089 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:52:43,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e0c44399-d10e-4c8d-846d-b19afab3be94', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-07 20:52:45,210 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e0c44399-d10e-4c8d-846d-b19afab3be94 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-07 20:52:45.067 9092 INFO rally.api [-] Building 'html' report for the following task(s): 'e0c44399-d10e-4c8d-846d-b19afab3be94'. 2018-08-07 20:52:45.102 9092 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:52:45,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-07 20:52:45,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-07 20:52:45,220 - 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-07 20:52:45,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:52:45,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:52:45,233 - 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': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 20:59:23,297 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 2018-08-07 20:59:23,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a5d081a2-f84b-4b26-94f0-045ed3c6fbb1'] 2018-08-07 20:59:24,428 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 -------------------------------------------------------------------------------- Task a5d081a2-f84b-4b26-94f0-045ed3c6fbb1: 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_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "block_migration": false, "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.882 | 9.882 | 9.882 | 9.882 | 9.882 | 9.882 | 100.0% | 1 | | nova.find_host_to_migrate | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 100.0% | 1 | | nova.live_migrate | 10.702 | 10.702 | 10.702 | 10.702 | 10.702 | 10.702 | 100.0% | 1 | | nova.delete_server | 2.926 | 2.926 | 2.926 | 2.926 | 2.926 | 2.926 | 100.0% | 1 | | total | 24.813 | 24.813 | 24.813 | 24.813 | 24.813 | 24.813 | 100.0% | 1 | | -> duration | 23.813 | 23.813 | 23.813 | 23.813 | 23.813 | 23.813 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.812669 Full duration: 34.619159 -------------------------------------------------------------------------------- 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_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.658 | 9.658 | 9.658 | 9.658 | 9.658 | 9.658 | 100.0% | 1 | | cinder_v2.create_volume | 2.769 | 2.769 | 2.769 | 2.769 | 2.769 | 2.769 | 100.0% | 1 | | nova.attach_volume | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 100.0% | 1 | | nova.find_host_to_migrate | 1.799 | 1.799 | 1.799 | 1.799 | 1.799 | 1.799 | 100.0% | 1 | | nova.live_migrate | 11.336 | 11.336 | 11.336 | 11.336 | 11.336 | 11.336 | 100.0% | 1 | | nova.detach_volume | 3.94 | 3.94 | 3.94 | 3.94 | 3.94 | 3.94 | 100.0% | 1 | | cinder_v2.delete_volume | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 100.0% | 1 | | nova.delete_server | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | total | 38.721 | 38.721 | 38.721 | 38.721 | 38.721 | 38.721 | 100.0% | 1 | | -> duration | 37.721 | 37.721 | 37.721 | 37.721 | 37.721 | 37.721 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.720982 Full duration: 50.537009 -------------------------------------------------------------------------------- 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_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.714 | 8.714 | 8.714 | 8.714 | 8.714 | 8.714 | 100.0% | 1 | | nova.boot_server | 9.32 | 9.32 | 9.32 | 9.32 | 9.32 | 9.32 | 100.0% | 1 | | nova.find_host_to_migrate | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | nova.live_migrate | 10.829 | 10.829 | 10.829 | 10.829 | 10.829 | 10.829 | 100.0% | 1 | | nova.delete_server | 2.875 | 2.875 | 2.875 | 2.875 | 2.875 | 2.875 | 100.0% | 1 | | total | 33.07 | 33.07 | 33.07 | 33.07 | 33.07 | 33.07 | 100.0% | 1 | | -> duration | 32.07 | 32.07 | 32.07 | 32.07 | 32.07 | 32.07 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.070493 Full duration: 44.542069 -------------------------------------------------------------------------------- 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_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "server_kwargs": { "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] } }, "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 a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | nova.boot_server | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 100.0% | 1 | | nova.delete_server | 2.835 | 2.835 | 2.835 | 2.835 | 2.835 | 2.835 | 100.0% | 1 | | nova.delete_keypair | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | total | 12.306 | 12.306 | 12.306 | 12.306 | 12.306 | 12.306 | 100.0% | 1 | | -> duration | 11.306 | 11.306 | 11.306 | 11.306 | 11.306 | 11.306 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.306457 Full duration: 37.103231 -------------------------------------------------------------------------------- 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_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "volume_size": 5, "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] }, "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 a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.515 | 8.515 | 8.515 | 8.515 | 8.515 | 8.515 | 100.0% | 1 | | nova.boot_server | 6.863 | 6.863 | 6.863 | 6.863 | 6.863 | 6.863 | 100.0% | 1 | | nova.delete_server | 3.221 | 3.221 | 3.221 | 3.221 | 3.221 | 3.221 | 100.0% | 1 | | total | 18.6 | 18.6 | 18.6 | 18.6 | 18.6 | 18.6 | 100.0% | 1 | | -> duration | 17.6 | 17.6 | 17.6 | 17.6 | 17.6 | 17.6 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.599944 Full duration: 46.036177 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "force_delete": false, "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] }, "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 a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.199 | 9.199 | 9.199 | 9.199 | 9.199 | 9.199 | 100.0% | 1 | | nova.pause_server | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 100.0% | 1 | | nova.unpause_server | 2.53 | 2.53 | 2.53 | 2.53 | 2.53 | 2.53 | 100.0% | 1 | | nova.delete_server | 5.479 | 5.479 | 5.479 | 5.479 | 5.479 | 5.479 | 100.0% | 1 | | total | 20.106 | 20.106 | 20.106 | 20.106 | 20.106 | 20.106 | 100.0% | 1 | | -> duration | 15.106 | 15.106 | 15.106 | 15.106 | 15.106 | 15.106 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.106448 Full duration: 43.150399 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "nics": [ { "net-id": "5eed7f1e-4d41-4c4b-a225-f86be8cf50b6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.345 | 9.345 | 9.345 | 9.345 | 9.345 | 9.345 | 100.0% | 1 | | nova.migrate | 32.57 | 32.57 | 32.57 | 32.57 | 32.57 | 32.57 | 100.0% | 1 | | nova.resize_confirm | 3.303 | 3.303 | 3.303 | 3.303 | 3.303 | 3.303 | 100.0% | 1 | | nova.delete_server | 2.719 | 2.719 | 2.719 | 2.719 | 2.719 | 2.719 | 100.0% | 1 | | total | 47.938 | 47.938 | 47.938 | 47.938 | 47.938 | 47.938 | 100.0% | 1 | | -> duration | 46.938 | 46.938 | 46.938 | 46.938 | 46.938 | 46.938 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.938 Full duration: 57.222518 -------------------------------------------------------------------------------- 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_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "image": { "name": "rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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 | 8.965 | 8.965 | 8.965 | 8.965 | 8.965 | 8.965 | 100.0% | 1 | | nova.list_interfaces | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | total | 9.372 | 9.372 | 9.372 | 9.372 | 9.372 | 9.372 | 100.0% | 1 | | -> duration | 8.372 | 8.372 | 8.372 | 8.372 | 8.372 | 8.372 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.372379 Full duration: 39.734585 -------------------------------------------------------------------------------- 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 a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 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.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | nova.delete_server_group | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724614 Full duration: 9.963727 HINTS: * To plot HTML graphics with this data, run: rally task report a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 --out output.html * To generate a JUnit report, run: rally task export a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 --json --out output.json 2018-08-07 20:59:24,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a5d081a2-f84b-4b26-94f0-045ed3c6fbb1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-07 20:59:26,644 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-07 20:59:26.530 10735 INFO rally.api [-] Building 'json' report for the following task(s): 'a5d081a2-f84b-4b26-94f0-045ed3c6fbb1'. 2018-08-07 20:59:26.539 10735 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:59:26,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a5d081a2-f84b-4b26-94f0-045ed3c6fbb1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-07 20:59:28,839 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a5d081a2-f84b-4b26-94f0-045ed3c6fbb1 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-07 20:59:28.704 10738 INFO rally.api [-] Building 'html' report for the following task(s): 'a5d081a2-f84b-4b26-94f0-045ed3c6fbb1'. 2018-08-07 20:59:28.735 10738 INFO rally.api [-] The report has been successfully built. 2018-08-07 20:59:28,852 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-08-07 20:59:28,852 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-07 20:59:28,853 - 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-07 20:59:28,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-07 20:59:28,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-07 20:59:28,870 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '5eed7f1e-4d41-4c4b-a225-f86be8cf50b6', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_c3106700-a7cd-4018-b0e3-b6ab1c385511', 'flavor_name': 'rally_sanity-flavor_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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_c3106700-a7cd-4018-b0e3-b6ab1c385511', '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-07 21:00:22,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0f8be1b9-4ffd-44f4-8f06-c088d65d485f 2018-08-07 21:00:22,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0f8be1b9-4ffd-44f4-8f06-c088d65d485f'] 2018-08-07 21:00:23,218 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0f8be1b9-4ffd-44f4-8f06-c088d65d485f -------------------------------------------------------------------------------- Task 0f8be1b9-4ffd-44f4-8f06-c088d65d485f: 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 0f8be1b9-4ffd-44f4-8f06-c088d65d485f 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.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | quotas.delete_quotas | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> duration | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.906947 Full duration: 9.20865 -------------------------------------------------------------------------------- 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 0f8be1b9-4ffd-44f4-8f06-c088d65d485f 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719767 Full duration: 8.905299 -------------------------------------------------------------------------------- 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 0f8be1b9-4ffd-44f4-8f06-c088d65d485f 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76314 Full duration: 8.792682 -------------------------------------------------------------------------------- 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 0f8be1b9-4ffd-44f4-8f06-c088d65d485f 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.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | total | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> duration | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.083266 Full duration: 9.168593 HINTS: * To plot HTML graphics with this data, run: rally task report 0f8be1b9-4ffd-44f4-8f06-c088d65d485f --out output.html * To generate a JUnit report, run: rally task export 0f8be1b9-4ffd-44f4-8f06-c088d65d485f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0f8be1b9-4ffd-44f4-8f06-c088d65d485f --json --out output.json 2018-08-07 21:00:23,219 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0f8be1b9-4ffd-44f4-8f06-c088d65d485f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-07 21:00:25,406 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0f8be1b9-4ffd-44f4-8f06-c088d65d485f --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-07 21:00:25.297 11251 INFO rally.api [-] Building 'json' report for the following task(s): '0f8be1b9-4ffd-44f4-8f06-c088d65d485f'. 2018-08-07 21:00:25.301 11251 INFO rally.api [-] The report has been successfully built. 2018-08-07 21:00:25,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0f8be1b9-4ffd-44f4-8f06-c088d65d485f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-07 21:00:27,567 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0f8be1b9-4ffd-44f4-8f06-c088d65d485f --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-07 21:00:27.441 11254 INFO rally.api [-] Building 'html' report for the following task(s): '0f8be1b9-4ffd-44f4-8f06-c088d65d485f'. 2018-08-07 21:00:27.463 11254 INFO rally.api [-] The report has been successfully built. 2018-08-07 21:00:27,572 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-07 21:00:27,576 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:47 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:51 | 11 | 100.00% | | nova | 06:02 | 9 | 100.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:13 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-07 21:00:27,576 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-08-07 21:00:27,699 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 21:00:27,699 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:33 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-07 21:00:39,232 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-07 21:00:40,254 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-07 21:00:42,676 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-07 21:00:42.386 11257 INFO rally.deployment.engine [-] Deployment 1286f6e5-5860-4d0c-bc5c-f6e65a6d8688 | Starting: Destroy cloud and free allocated resources. 2018-08-07 21:00:42.452 11257 INFO rally.deployment.engine [-] Deployment 1286f6e5-5860-4d0c-bc5c-f6e65a6d8688 | Completed: Destroy cloud and free allocated resources. 2018-08-07 21:00:42.474 11257 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434). 2018-08-07 21:00:42.478 11257 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-07 21:00:45,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-07 21:00:44.830 11260 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a7517376-3b02-422e-9bd5-5c5d4bd45fce) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a7517376-3b02-422e-9bd5-5c5d4bd45fce | 2018-08-07T21:00:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a7517376-3b02-422e-9bd5-5c5d4bd45fce ~/.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-07 21:00:48,368 - 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-07 21:00:48,368 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-07 21:00:50,726 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-07 21:00:50.492 11266 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=21abe8c1-a230-4114-abaf-f3b545adb434). 2018-08-07 21:00:50.618 11266 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-07 21:00:54,160 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-07 21:00:52.723 11269 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-07 21:00:52.866 11269 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-07 21:00:53.935 11269 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24) as the default verifier for the future CLI operations. 2018-08-07 21:00:57,024 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-07 21:00:57,512 - 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-07T21:00:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f9988139-6a26-4c21-af0a-b7637ecb0931', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', u'admin_state_up': True, u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T21:00:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 21:00:58,464 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T21:00:58Z', 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'2371c082-ee8c-4e36-8eb1-271bf3fdf66f', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', u'enable_dhcp': True, u'network_id': u'f9988139-6a26-4c21-af0a-b7637ecb0931', u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T21:00:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 21:00:59,730 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6fe230d4-326b-44d3-9cb2-e7be129e0485', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1d05d31c-4c62-41f4-8fec-3f20d811820b', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T21:00:58Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-07T21:00:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'id': u'c98d8273-fbf8-4776-8882-1fdfe8f8f22f', u'name': u'refstack_defcore-router_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0'}) 2018-08-07 21:01:04,639 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/caa6bbd5-a350-4e63-a5c4-5a942f3a1ab4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/caa6bbd5-a350-4e63-a5c4-5a942f3a1ab4/file', 'owner': u'ff324dd50f8a4157a1752b759411d9a9', 'id': u'caa6bbd5-a350-4e63-a5c4-5a942f3a1ab4', 'size': 12716032, u'self': u'/v2/images/caa6bbd5-a350-4e63-a5c4-5a942f3a1ab4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff324dd50f8a4157a1752b759411d9a9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/caa6bbd5-a350-4e63-a5c4-5a942f3a1ab4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T21:01:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-07T21:01:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/caa6bbd5-a350-4e63-a5c4-5a942f3a1ab4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', 'created': u'2018-08-07T21:01:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T21:01:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/caa6bbd5-a350-4e63-a5c4-5a942f3a1ab4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 21:01:05,116 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', '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'ff324dd50f8a4157a1752b759411d9a9', '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'c3c67a9b-8f78-432e-81f7-934d7dff336f', 'swap': 0}) 2018-08-07 21:01:07,850 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/b3de8acb-fd36-4fa3-858e-315a367bd689/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b3de8acb-fd36-4fa3-858e-315a367bd689/file', 'owner': u'ff324dd50f8a4157a1752b759411d9a9', 'id': u'b3de8acb-fd36-4fa3-858e-315a367bd689', 'size': 12716032, u'self': u'/v2/images/b3de8acb-fd36-4fa3-858e-315a367bd689', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff324dd50f8a4157a1752b759411d9a9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/b3de8acb-fd36-4fa3-858e-315a367bd689/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T21:01:07Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-07T21:01:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b3de8acb-fd36-4fa3-858e-315a367bd689', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', 'created': u'2018-08-07T21:01:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T21:01:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b3de8acb-fd36-4fa3-858e-315a367bd689', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 21:01:07,903 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', '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'ff324dd50f8a4157a1752b759411d9a9', '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'2f6981c5-a64f-4512-88dc-19f69ca544e9', 'swap': 0}) 2018-08-07 21:01:07,929 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ea9c2bdc-82fa-42d2-b067-fa1f5d2f9ef0', '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'ff324dd50f8a4157a1752b759411d9a9', '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'2f6981c5-a64f-4512-88dc-19f69ca544e9', 'swap': 0}) 2018-08-07 21:01:11,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-07 21:01:10.057 11288 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24) for deployment 'opnfv-rally' (UUID=a7517376-3b02-422e-9bd5-5c5d4bd45fce). 2018-08-07 21:01:11.268 11288 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24) has been successfully configured for deployment 'opnfv-rally' (UUID=a7517376-3b02-422e-9bd5-5c5d4bd45fce)! 2018-08-07 21:01:11,430 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-07 21:01:11,430 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-07 21:01:11,432 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-07 21:01:13,807 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-07 21:01:13,808 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-07 21:01:13,808 - 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-07 21:01:15,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:15.988 11300 INFO rally.api [-] Starting verification (UUID=915b1881-39de-4cb7-8d11-a43843fec97f) for deployment 'opnfv-rally' (UUID=a7517376-3b02-422e-9bd5-5c5d4bd45fce) by verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24). 2018-08-07 21:01:15,989 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 915b1881-39de-4cb7-8d11-a43843fec97f 2018-08-07 21:01:25,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:25.955 11300 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-08-07 21:01:26,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:26.026 11300 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.271s] 2018-08-07 21:01:26,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:26.198 11300 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.232s] 2018-08-07 21:01:26,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:26.270 11300 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.072s] 2018-08-07 21:01:27,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:27.447 11300 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.372s] 2018-08-07 21:01:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:27.478 11300 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.030s] 2018-08-07 21:01:27,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:27.711 11300 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.778s] 2018-08-07 21:01:30,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:30.781 11300 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.069s] 2018-08-07 21:01:30,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:30.865 11300 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.108s] 2018-08-07 21:01:32,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:32.198 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.181s] 2018-08-07 21:01:32,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:32.262 11300 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.096s] 2018-08-07 21:01:32,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:32.375 11300 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.112s] 2018-08-07 21:01:32,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:32.473 11300 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.097s] 2018-08-07 21:01:33,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:33.143 11300 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.276s] 2018-08-07 21:01:36,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:36.100 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.900s] 2018-08-07 21:01:38,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:38.375 11300 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.732s] 2018-08-07 21:01:38,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:38.781 11300 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.165s] 2018-08-07 21:01:38,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:38.845 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.746s] 2018-08-07 21:01:38,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:38.980 11300 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.198s] 2018-08-07 21:01:40,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:40.176 11300 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.801s] 2018-08-07 21:01:41,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:41.341 11300 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.182s] 2018-08-07 21:01:41,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:41.342 11300 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.358s] 2018-08-07 21:01:41,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:41.348 11300 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-08-07 21:01:41,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:41.496 11300 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.147s] 2018-08-07 21:01:41,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:41.517 11300 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.179s] 2018-08-07 21:01:43,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:43.292 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [4.445s] 2018-08-07 21:01:45,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:45.740 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.448s] 2018-08-07 21:01:45,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:45.890 11300 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-08-07 21:01:51,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:51.920 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [5.375s] 2018-08-07 21:01:52,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:52.191 11300 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.298s] 2018-08-07 21:01:54,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:54.751 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [28.854s] 2018-08-07 21:01:55,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:55.859 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.937s] 2018-08-07 21:01:56,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:01:56.185 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [10.444s] 2018-08-07 21:02:00,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:00.855 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.669s] 2018-08-07 21:02:01,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:01.025 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.427s] 2018-08-07 21:02:01,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:01.374 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.519s] 2018-08-07 21:02:01,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:01.401 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.028s] 2018-08-07 21:02:01,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:01.421 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-08-07 21:02:01,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:01.443 11300 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.022s] 2018-08-07 21:02:01,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:01.545 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.520s] 2018-08-07 21:02:01,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:01.910 11300 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-08-07 21:02:02,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.201 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.072s] 2018-08-07 21:02:02,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.207 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.660s] 2018-08-07 21:02:02,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.212 11300 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-07 21:02:02,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.349 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.137s] 2018-08-07 21:02:02,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.361 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-08-07 21:02:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.372 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-08-07 21:02:02,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.404 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-08-07 21:02:02,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.462 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.059s] 2018-08-07 21:02:02,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.522 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.059s] 2018-08-07 21:02:02,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:02.594 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.387s] 2018-08-07 21:02:03,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.006 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.483s] 2018-08-07 21:02:03,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.022 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-08-07 21:02:03,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.111 11300 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.089s] 2018-08-07 21:02:03,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.461 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.866s] 2018-08-07 21:02:03,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.533 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-08-07 21:02:03,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.617 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.083s] 2018-08-07 21:02:03,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.686 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-08-07 21:02:03,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.750 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.063s] 2018-08-07 21:02:03,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.814 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.064s] 2018-08-07 21:02:03,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:03.947 11300 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.133s] 2018-08-07 21:02:09,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:09.937 11300 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.639s] 2018-08-07 21:02:18,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:18.545 11300 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [13.612s] 2018-08-07 21:02:19,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:19.586 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.668s] 2018-08-07 21:02:19,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:19.632 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.195s] 2018-08-07 21:02:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:19.671 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.039s] 2018-08-07 21:02:19,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:19.990 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.319s] 2018-08-07 21:02:20,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:20.557 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.564s] 2018-08-07 21:02:20,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:20.966 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.409s] 2018-08-07 21:02:21,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:21.033 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.446s] 2018-08-07 21:02:21,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:21.693 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.725s] 2018-08-07 21:02:21,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:21.879 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.186s] 2018-08-07 21:02:21,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:21.929 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-08-07 21:02:22,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:22.120 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.190s] 2018-08-07 21:02:22,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:22.315 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.194s] 2018-08-07 21:02:22,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:22.364 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.049s] 2018-08-07 21:02:22,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:22.738 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.372s] 2018-08-07 21:02:22,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:22.825 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.792s] 2018-08-07 21:02:22,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:22.969 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.231s] 2018-08-07 21:02:23,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:23.181 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.212s] 2018-08-07 21:02:23,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:23.371 11300 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.190s] 2018-08-07 21:02:23,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:23.477 11300 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.876s] 2018-08-07 21:02:24,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:24.519 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.692s] 2018-08-07 21:02:26,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:26.199 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.679s] 2018-08-07 21:02:27,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:27.553 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.352s] 2018-08-07 21:02:28,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:28.382 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.830s] 2018-08-07 21:02:28,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:28.845 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.462s] 2018-08-07 21:02:29,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:29.395 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.549s] 2018-08-07 21:02:30,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:30.743 11300 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.163s] 2018-08-07 21:02:30,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:30.882 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.485s] 2018-08-07 21:02:31,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:31.400 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.518s] 2018-08-07 21:02:32,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:32.090 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.690s] 2018-08-07 21:02:32,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:32.483 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.391s] 2018-08-07 21:02:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:33.697 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.213s] 2018-08-07 21:02:33,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:33.856 11300 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.378s] 2018-08-07 21:02:34,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:34.234 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.536s] 2018-08-07 21:02:34,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:34.628 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.394s] 2018-08-07 21:02:35,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:35.441 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.812s] 2018-08-07 21:02:35,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:35.811 11300 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.369s] 2018-08-07 21:02:37,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:37.461 11300 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.605s] 2018-08-07 21:02:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:37.551 11300 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [19.000s] 2018-08-07 21:02:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:37.708 11300 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.246s] 2018-08-07 21:02:37,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:37.758 11300 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.049s] 2018-08-07 21:02:37,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:37.811 11300 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2018-08-07 21:02:37,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:37.853 11300 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.042s] 2018-08-07 21:02:39,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:39.060 11300 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [53.537s] 2018-08-07 21:02:40,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:40.819 11300 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.763s] 2018-08-07 21:02:41,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:41.903 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.705s] 2018-08-07 21:02:44,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:44.204 11300 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [71.047s] 2018-08-07 21:02:46,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:46.402 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.498s] 2018-08-07 21:02:50,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:50.241 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.839s] 2018-08-07 21:02:53,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:53.278 11300 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.729s] 2018-08-07 21:02:54,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:54.679 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.437s] 2018-08-07 21:02:59,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:02:59.366 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.686s] 2018-08-07 21:03:00,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:00.775 11300 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.668s] 2018-08-07 21:03:01,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:01.131 11300 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.357s] 2018-08-07 21:03:03,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:03.788 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.421s] 2018-08-07 21:03:05,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:05.587 11300 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-08-07 21:03:07,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:07.956 11300 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.171s] 2018-08-07 21:03:10,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:10.405 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.617s] 2018-08-07 21:03:17,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:17.787 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.380s] 2018-08-07 21:03:21,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:21.315 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.527s] 2018-08-07 21:03:21,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:21.461 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.146s] 2018-08-07 21:03:21,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:21.713 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.252s] 2018-08-07 21:03:21,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:21.797 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.084s] 2018-08-07 21:03:21,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:21.862 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.064s] 2018-08-07 21:03:21,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:21.963 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2018-08-07 21:03:22,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:22.230 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.266s] 2018-08-07 21:03:22,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:22.288 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-08-07 21:03:22,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:22.351 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.062s] 2018-08-07 21:03:27,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:27.637 11300 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.285s] 2018-08-07 21:03:39,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:39.795 11300 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.637s] 2018-08-07 21:03:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:03:46.987 11300 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.189s] 2018-08-07 21:05:17,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:05:17.009 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.230s] 2018-08-07 21:05:17,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:05:17.074 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.072s] 2018-08-07 21:05:17,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:05:17.725 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.650s] 2018-08-07 21:05:20,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:05:20.474 11300 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [226.142s] 2018-08-07 21:05:52,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:05:52.967 11300 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.485s] 2018-08-07 21:06:07,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:07.360 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2018-08-07 21:06:07,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:07.530 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.169s] 2018-08-07 21:06:07,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:07.722 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.192s] 2018-08-07 21:06:07,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:07.889 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.166s] 2018-08-07 21:06:07,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:07.900 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.011s] 2018-08-07 21:06:07,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:07.912 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-08-07 21:06:08,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.111 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.199s] 2018-08-07 21:06:08,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.295 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.183s] 2018-08-07 21:06:08,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.303 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.008s] 2018-08-07 21:06:08,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.487 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.183s] 2018-08-07 21:06:08,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.497 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-08-07 21:06:08,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.677 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.179s] 2018-08-07 21:06:08,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.869 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.191s] 2018-08-07 21:06:08,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.903 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.034s] 2018-08-07 21:06:08,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:08.938 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.034s] 2018-08-07 21:06:09,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:09.098 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.158s] 2018-08-07 21:06:09,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:09.269 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.171s] 2018-08-07 21:06:09,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:09.450 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.180s] 2018-08-07 21:06:09,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:09.633 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.183s] 2018-08-07 21:06:09,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:06:09.807 11300 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.173s] 2018-08-07 21:08:25,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:25.214 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.477s] 2018-08-07 21:08:25,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:25.215 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-07 21:08:49,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:49.104 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.401s] 2018-08-07 21:08:49,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:49.575 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.470s] 2018-08-07 21:08:49,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:49.772 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.197s] 2018-08-07 21:08:50,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:50.176 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.402s] 2018-08-07 21:08:50,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:50.575 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.398s] 2018-08-07 21:08:50,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:50.999 11300 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.424s] 2018-08-07 21:08:58,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:58.051 11300 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.631s] 2018-08-07 21:08:59,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:08:59.707 11300 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.656s] 2018-08-07 21:09:03,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:09:03.638 11300 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-07 21:09:04,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:09:04.267 11300 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.632s] 2018-08-07 21:09:06,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:09:06.128 11300 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.857s] 2018-08-07 21:09:07,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:09:07.243 11300 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.115s] 2018-08-07 21:09:09,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:09:09.120 11300 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.875s] 2018-08-07 21:09:09,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:09:09.212 11300 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.094s] 2018-08-07 21:09:12,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '915b1881-39de-4cb7-8d11-a43843fec97f']'. 2018-08-07 21:09:13,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-07 21:09:13,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-07 21:09:13,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-07 21:09:13,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 915b1881-39de-4cb7-8d11-a43843fec97f | 2018-08-07 21:09:13,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-07 21:09:13,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-07 21:01:15 | 2018-08-07 21:09:13,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-07 21:09:12 | 2018-08-07 21:09:13,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:57 | 2018-08-07 21:09:13,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-07 21:09:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-07 21:09:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24) | 2018-08-07 21:09:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-07 21:09:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a7517376-3b02-422e-9bd5-5c5d4bd45fce) | 2018-08-07 21:09:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 181 | 2018-08-07 21:09:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 465.587 | 2018-08-07 21:09:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 169 | 2018-08-07 21:09:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-07 21:09:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-07 21:09:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-07 21:09:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 12 | 2018-08-07 21:09:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-07 21:09:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-07 21:09:13,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 93.3701657459% 2018-08-07 21:09:13,822 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 21:09:13,823 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:17 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-07 21:09:24,769 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-07 21:09:24,822 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-07 21:09:25,586 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-07 21:09:28,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-07 21:09:27.705 11390 INFO rally.deployment.engine [-] Deployment a7517376-3b02-422e-9bd5-5c5d4bd45fce | Starting: Destroy cloud and free allocated resources. 2018-08-07 21:09:27.774 11390 INFO rally.deployment.engine [-] Deployment a7517376-3b02-422e-9bd5-5c5d4bd45fce | Completed: Destroy cloud and free allocated resources. 2018-08-07 21:09:27.814 11390 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24) for deployment 'opnfv-rally'. 2018-08-07 21:09:27.834 11390 INFO rally.api [-] Deleting verification (UUID=915b1881-39de-4cb7-8d11-a43843fec97f). 2018-08-07 21:09:27.873 11390 INFO rally.api [-] Verification has been successfully deleted! 2018-08-07 21:09:27.873 11390 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24). 2018-08-07 21:09:27.882 11390 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-07 21:09:30,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-07 21:09:30.268 11393 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af776dce-1ff8-411c-b8c8-938c14da5ab8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af776dce-1ff8-411c-b8c8-938c14da5ab8 | 2018-08-07T21:09:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af776dce-1ff8-411c-b8c8-938c14da5ab8 ~/.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-07 21:09:34,004 - 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-07 21:09:34,004 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-07 21:09:36,371 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-07 21:09:36.084 11399 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b4aad78f-6a6e-4c44-84ae-1a7d4f7e3b24). 2018-08-07 21:09:36.219 11399 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-07 21:09:39,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-07 21:09:38.424 11402 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-07 21:09:38.582 11402 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-07 21:09:39.620 11402 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7) as the default verifier for the future CLI operations. 2018-08-07 21:09:42,906 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-07 21:09:43,370 - 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-07T21:09:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4b15f1ac-c34a-4c0a-9cca-48c51d7a07d5', u'provider:segmentation_id': 2, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_0350f5d1-99a8-4674-9bb9-3673ad268c6d', u'admin_state_up': True, u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T21:09:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 21:09:44,382 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-07T21:09:43Z', 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'f4c2b989-d48a-40c0-8e1c-589420689cff', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_0350f5d1-99a8-4674-9bb9-3673ad268c6d', u'enable_dhcp': True, u'network_id': u'4b15f1ac-c34a-4c0a-9cca-48c51d7a07d5', u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T21:09:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ff324dd50f8a4157a1752b759411d9a9'}) 2018-08-07 21:09:45,589 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6fe230d4-326b-44d3-9cb2-e7be129e0485', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1d05d31c-4c62-41f4-8fec-3f20d811820b', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'created_at': u'2018-08-07T21:09:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-07T21:09:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'id': u'f5341578-8dec-488d-98ea-e817b47f8cdc', u'name': u'patrole-router_0350f5d1-99a8-4674-9bb9-3673ad268c6d'}) 2018-08-07 21:09:50,086 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/d1b438cb-d1dd-4647-8456-62737643c6a7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d1b438cb-d1dd-4647-8456-62737643c6a7/file', 'owner': u'ff324dd50f8a4157a1752b759411d9a9', 'id': u'd1b438cb-d1dd-4647-8456-62737643c6a7', 'size': 12716032, u'self': u'/v2/images/d1b438cb-d1dd-4647-8456-62737643c6a7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff324dd50f8a4157a1752b759411d9a9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/d1b438cb-d1dd-4647-8456-62737643c6a7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T21:09:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-07T21:09:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_0350f5d1-99a8-4674-9bb9-3673ad268c6d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d1b438cb-d1dd-4647-8456-62737643c6a7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_0350f5d1-99a8-4674-9bb9-3673ad268c6d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_0350f5d1-99a8-4674-9bb9-3673ad268c6d', 'created': u'2018-08-07T21:09:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T21:09:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d1b438cb-d1dd-4647-8456-62737643c6a7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_0350f5d1-99a8-4674-9bb9-3673ad268c6d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 21:09:50,920 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_0350f5d1-99a8-4674-9bb9-3673ad268c6d', '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'ff324dd50f8a4157a1752b759411d9a9', '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'fa9212a4-438f-4d3d-bbe4-46cf1c9f4b9f', 'swap': 0}) 2018-08-07 21:09:53,371 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/cefb4970-f191-44da-97f8-c5be5c985f2b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cefb4970-f191-44da-97f8-c5be5c985f2b/file', 'owner': u'ff324dd50f8a4157a1752b759411d9a9', 'id': u'cefb4970-f191-44da-97f8-c5be5c985f2b', 'size': 12716032, u'self': u'/v2/images/cefb4970-f191-44da-97f8-c5be5c985f2b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff324dd50f8a4157a1752b759411d9a9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f231506e-a272-48ce-8d93-1066044c5956/images/cefb4970-f191-44da-97f8-c5be5c985f2b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-07T21:09:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-07T21:09:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_0350f5d1-99a8-4674-9bb9-3673ad268c6d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cefb4970-f191-44da-97f8-c5be5c985f2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_0350f5d1-99a8-4674-9bb9-3673ad268c6d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_0350f5d1-99a8-4674-9bb9-3673ad268c6d', 'created': u'2018-08-07T21:09:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-07T21:09:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cefb4970-f191-44da-97f8-c5be5c985f2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_0350f5d1-99a8-4674-9bb9-3673ad268c6d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-07 21:09:53,431 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_0350f5d1-99a8-4674-9bb9-3673ad268c6d', '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'ff324dd50f8a4157a1752b759411d9a9', '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'f8e687d0-340c-4fdf-93d0-8cc23ae6fa57', 'swap': 0}) 2018-08-07 21:09:53,453 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_0350f5d1-99a8-4674-9bb9-3673ad268c6d', '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'ff324dd50f8a4157a1752b759411d9a9', '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'f8e687d0-340c-4fdf-93d0-8cc23ae6fa57', 'swap': 0}) 2018-08-07 21:09:56,798 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-07 21:09:55.496 11421 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7) for deployment 'opnfv-rally' (UUID=af776dce-1ff8-411c-b8c8-938c14da5ab8). 2018-08-07 21:09:56.577 11421 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7) has been successfully configured for deployment 'opnfv-rally' (UUID=af776dce-1ff8-411c-b8c8-938c14da5ab8)! 2018-08-07 21:09:56,798 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-07 21:09:56,799 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-07 21:09:56,802 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-07 21:09:56,814 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-07 21:10:00,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3221faaf-dc90-4e35-a24f-c4c6b2577ed7/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-07 21:10:00,375 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-07 21:10:00,377 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-07 21:10:00,378 - 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-07 21:10:02,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-07 21:10:02.443 11430 INFO rally.api [-] Starting verification (UUID=1cf34663-f632-40a6-85e4-c2bd51f065be) for deployment 'opnfv-rally' (UUID=af776dce-1ff8-411c-b8c8-938c14da5ab8) by verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7). 2018-08-07 21:10:02,444 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1cf34663-f632-40a6-85e4-c2bd51f065be 2018-08-07 21:12:42,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1cf34663-f632-40a6-85e4-c2bd51f065be']'. 2018-08-07 21:12:43,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-07 21:12:43,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-07 21:12:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-07 21:12:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1cf34663-f632-40a6-85e4-c2bd51f065be | 2018-08-07 21:12:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-07 21:12:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-07 21:10:02 | 2018-08-07 21:12:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-07 21:12:42 | 2018-08-07 21:12:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-08-07 21:12:43,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-07 21:12:43,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-07 21:12:43,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3221faaf-dc90-4e35-a24f-c4c6b2577ed7) | 2018-08-07 21:12:43,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-07 21:12:43,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: af776dce-1ff8-411c-b8c8-938c14da5ab8) | 2018-08-07 21:12:43,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-08-07 21:12:43,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.35 | 2018-08-07 21:12:43,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-07 21:12:43,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-08-07 21:12:43,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-07 21:12:43,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-07 21:12:43,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-07 21:12:43,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-07 21:12:43,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-07 21:12:43,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-07 21:12:44,031 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 21:12:44,032 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-07 21:12:54,011 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-07 21:12:54,260 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-07 21:13:14,652 - 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-07 21:13:14,699 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-07 21:13:14,831 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-07 21:13:14,944 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 21:13:14,944 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-07 21:13:14,995 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-07 21:13:16,020 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-07 21:13:16,021 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-07 21:53:12,726 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 21:53:12,726 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:56 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-08-07 21:53:12,732 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-08-07 21:53:12,783 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-07 21:53:13,445 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-07 21:53:16,177 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-07 21:53:15.753 11522 INFO rally.deployment.engine [-] Deployment af776dce-1ff8-411c-b8c8-938c14da5ab8 | Starting: Destroy cloud and free allocated resources. 2018-08-07 21:53:15.832 11522 INFO rally.deployment.engine [-] Deployment af776dce-1ff8-411c-b8c8-938c14da5ab8 | Completed: Destroy cloud and free allocated resources. 2018-08-07 21:53:15.883 11522 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7) for deployment 'opnfv-rally'. 2018-08-07 21:53:15.912 11522 INFO rally.api [-] Deleting verification (UUID=1cf34663-f632-40a6-85e4-c2bd51f065be). 2018-08-07 21:53:15.961 11522 INFO rally.api [-] Verification has been successfully deleted! 2018-08-07 21:53:15.961 11522 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7). 2018-08-07 21:53:15.975 11522 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-07 21:53:18,739 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-07 21:53:18.455 11525 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=abec4135-a232-4f38-8419-6240d815b9b7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | abec4135-a232-4f38-8419-6240d815b9b7 | 2018-08-07T21:53:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: abec4135-a232-4f38-8419-6240d815b9b7 ~/.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-07 21:53:22,180 - 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-07 21:53:22,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-07 21:53:24,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-07 21:53:24.450 11531 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3221faaf-dc90-4e35-a24f-c4c6b2577ed7). 2018-08-07 21:53:24.586 11531 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-07 21:53:28,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-07 21:53:26.752 11534 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-07 21:53:26.904 11534 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-07 21:53:27.934 11534 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=227abf28-32cd-4eda-bd23-676847771894) has been successfully created! Using verifier 'opnfv-tempest' (UUID=227abf28-32cd-4eda-bd23-676847771894) as the default verifier for the future CLI operations. 2018-08-07 21:53:31,068 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-07 21:53:33,323 - 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_ressources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 218, in _create_network_ressources 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_29905ba4-380e-49b8-8e06-ec3de428b767. (409) Client Error for url: http://172.30.9.21:9696/v2.0/routers.json No more IP addresses available on network 6fe230d4-326b-44d3-9cb2-e7be129e0485. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-08-07 21:53:33,329 - 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 224, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-07 21:53:33,330 - 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-07 21:53:33,444 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 21:53:33,444 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:02 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-07 21:53:36,916 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-08-07 21:53:36,917 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:36 | PASS | | vping_userdata | functest | smoke | 01:31 | PASS | | tempest_smoke_serial | functest | smoke | 16:16 | PASS | | rally_sanity | functest | smoke | 24:33 | PASS | | refstack_defcore | functest | smoke | 08:17 | FAIL | | patrole | functest | smoke | 03:01 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 39:56 | FAIL | | neutron_trunk | functest | smoke | 00:02 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-08-07 21:53:36,927 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-07 21:53:40,013 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-264 | | 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-07 21:53:40,018 - 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=p2ZfZUUhMengVabE6bxrGyQWD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 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.9 export OS_REGION_NAME=regionOne 2018-08-07 21:53:40,018 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-07 21:53:40,019 - 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-07 21:53:40,041 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-07 21:53:40,060 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-07 21:58:19,815 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-07 21:58:19,942 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 21:58:19,942 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:40 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-08-07 21:58:19,976 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-07 21:58:20,419 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-07 21:58:21,069 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-07 21:58:22,676 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-07 21:58:23,542 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-07 21:58:23,542 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-07 21:58:23,587 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-07 21:58:23,760 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-07 21:58:53,199 - 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-07 21:58:53,199 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-07 21:58:53,199 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-07 21:58:53,251 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-07 21:59:22,096 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-08-07 21:59:22,097 - 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-07 21:59:22,097 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-07 21:59:22,098 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-07 21:59:22,098 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-07 21:59:22,177 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-07 21:59:22,187 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 21:59:22,761 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 21:59:26,311 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-07 21:59:26,578 - sdnvpn.lib.openstack_utils - DEBUG - Network '39d4f12e-c160-491e-9a4d-d78ad5783ba8' created successfully 2018-08-07 21:59:26,578 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-07 21:59:27,248 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '11f98e43-8aee-47d7-a457-c9c3502256dd' created successfully 2018-08-07 21:59:27,248 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-07 21:59:28,040 - sdnvpn.lib.openstack_utils - DEBUG - Router 'e8e7573d-2034-471f-9906-0fa1f80a9a5f' created successfully 2018-08-07 21:59:28,040 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-07 21:59:29,842 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-07 21:59:29,842 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-07 21:59:32,052 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-07 21:59:32,999 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-07 21:59:33,464 - sdnvpn.lib.openstack_utils - DEBUG - Network 'e33a6dad-247c-42bc-a1a4-ca35dd03c4a6' created successfully 2018-08-07 21:59:33,464 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-07 21:59:33,935 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b701898c-29fd-4cb2-ba66-508ee7cf9345' created successfully 2018-08-07 21:59:33,935 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-07 21:59:33,935 - sdnvpn.lib.openstack_utils - DEBUG - Router 'e8e7573d-2034-471f-9906-0fa1f80a9a5f' created successfully 2018-08-07 21:59:33,935 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-07 21:59:35,862 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-07 21:59:35,862 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-07 21:59:36,561 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-07 21:59:37,144 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-07 21:59:37,377 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=8ef7637e-5af1-4e7a-845f-8c20af72b26d created successfully. 2018-08-07 21:59:37,377 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-07 21:59:37,378 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-07 21:59:37,722 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-07 21:59:37,723 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-07 21:59:37,952 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-07 21:59:39,299 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-07 22:00:14,541 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:00:51,951 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.200 -c 10' 2018-08-07 22:01:14,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-07 22:01:14,947 - 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.200': 'PASS'}]} 2018-08-07 22:01:14,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-07 22:01:14,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-07 22:01:14,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-07 22:01:15,022 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-07 22:01:29,072 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-08-07 22:01:29,073 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-08-07 22:01:29,128 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-08-07 22:01:29,186 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-08-07 22:01:29,242 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-08-07 22:01:29,681 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-08-07 22:01:29,725 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.26 2018-08-07 22:01:37,351 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-08-07 22:01:37,410 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-08-07 22:01:37,411 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-08-07 22:01:48,681 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:01:49,367 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-07 22:01:49,432 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=6b3f7fec-2972-413e-8902-c2f9536e2b1a created successfully. 2018-08-07 22:01:50,068 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:01:50,510 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-07 22:01:52,392 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-08-07 22:01:52,811 - sdnvpn.lib.openstack_utils - DEBUG - Network 'dfb121ae-d2ba-41f3-9562-02f2b44fc2c1' created successfully 2018-08-07 22:01:52,812 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-07 22:01:53,740 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0f01a55d-cd5a-49f3-8196-266414133496' created successfully 2018-08-07 22:01:53,740 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-07 22:01:53,900 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f2b90d84-8ea4-49df-bf10-477e0ef80c38' created successfully 2018-08-07 22:01:53,900 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-07 22:01:55,293 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-07 22:01:55,293 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-07 22:01:56,891 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-07 22:01:57,262 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-08-07 22:01:57,692 - sdnvpn.lib.openstack_utils - DEBUG - Network '59aedfc3-97e8-4602-a18d-68f32c7ac413' created successfully 2018-08-07 22:01:57,693 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-07 22:01:58,165 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c0b4bc6c-fec5-4775-88b7-5e7b3ab81c9b' created successfully 2018-08-07 22:01:58,165 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-07 22:01:58,404 - sdnvpn.lib.openstack_utils - DEBUG - Router '41b0aed7-681e-4d7b-b9d0-fe59619d8790' created successfully 2018-08-07 22:01:58,404 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-07 22:01:59,698 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-07 22:01:59,699 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-07 22:02:01,597 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-07 22:02:02,145 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-07 22:07:29,587 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-08-07 22:07:29,587 - 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-07 22:07:29,587 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-07 22:07:29,588 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-07 22:07:29,588 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-07 22:07:29,666 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-07 22:07:29,677 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:07:29,677 - 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-07 22:07:30,239 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 22:07:34,578 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:08:16,431 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-667149', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'route_targets': [u'55:55'], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'type': u'l3', u'id': u'5c0f2a09-ca15-485b-8b33-a7cd6605665a'}} 2018-08-07 22:08:41,704 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:09:14,229 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-723993', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'route_targets': [u'88:88'], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'type': u'l3', u'id': u'd43c8f1d-81e0-4051-a572-64e5f3856077'}} 2018-08-07 22:09:17,508 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:10:00,094 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-07 22:10:00,094 - 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-07 22:10:00,094 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-07 22:10:00,094 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-07 22:10:00,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-07 22:10:00,188 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-07 22:10:00,200 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:10:01,213 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 22:10:06,724 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:11:12,879 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-447805', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'route_targets': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'type': u'l3', u'id': u'a1e189d9-f14e-49fa-af05-294ae1b2d1be'}} 2018-08-07 22:12:40,581 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:13:43,783 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-447805', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'route_targets': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'type': u'l3', u'id': u'c67c180c-e78b-45d2-807c-f7635348145b'}} 2018-08-07 22:13:47,674 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:14:31,569 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-07 22:14:31,569 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', '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'": 'FAIL'}]} 2018-08-07 22:14:31,569 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-07 22:14:31,569 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-07 22:14:31,569 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-07 22:14:31,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-07 22:14:31,654 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:14:45,970 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 22:14:49,816 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:16:07,987 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-07 22:17:38,896 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-07 22:19:09,609 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-07 22:19:45,984 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-07 22:19:45,984 - 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 318, actual flow count 338': 'PASS'}, {'OVS groups are programmed after resync expected group count 28, actual group count 28': 'PASS'}, {'OVS flows are programmed after resync expected flow count 318, actual flow count 338': 'PASS'}, {'OVS groups are programmed after resync expected group count 28, actual group count 28': 'PASS'}]} 2018-08-07 22:19:45,984 - 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-07 22:19:45,984 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-07 22:19:45,984 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-07 22:19:46,070 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-07 22:19:46,080 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:20:00,453 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 22:20:04,610 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:21:22,294 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-07 22:21:54,407 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '9ec76d2b-74fa-4259-8e29-36740ef91573')]: Unable to complete operation on subnet 9ec76d2b-74fa-4259-8e29-36740ef91573: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-e02defc0-55ee-4a2c-8235-be0cd0c31f34'] 2018-08-07 22:21:54,554 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-07 22:22:24,829 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-07 22:22:24,830 - 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-07 22:22:24,830 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-07 22:22:24,831 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-07 22:22:24,831 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-07 22:22:24,904 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-07 22:22:24,913 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:22:25,844 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 22:22:29,112 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-07 22:22:29,520 - sdnvpn.lib.openstack_utils - DEBUG - Network '9abf6132-4420-428f-a603-2f822718ca81' created successfully 2018-08-07 22:22:29,520 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-07 22:22:30,293 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd5ae7dc1-1112-407c-b390-f92bd85d6857' created successfully 2018-08-07 22:22:30,293 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-07 22:22:30,610 - sdnvpn.lib.openstack_utils - DEBUG - Router '8dbd1f42-b4b2-417b-ad0a-6c75edcbab82' created successfully 2018-08-07 22:22:30,610 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-07 22:22:32,475 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-07 22:22:32,475 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-07 22:22:33,926 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-07 22:22:34,952 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:23:37,457 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-572281', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'route_targets': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'type': u'l3', u'id': u'2b5895fb-bc47-4559-b667-ada4bee1906c'}} 2018-08-07 22:24:25,999 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:25:29,214 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-572281', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'route_targets': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'type': u'l3', u'id': u'f2ccb864-95bd-4316-8d88-a655725a5ca0'}} 2018-08-07 22:25:33,282 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:26:03,313 - 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' | | FAIL | '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-07 22:26:15,807 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-07 22:26:15,808 - 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': 'FAIL', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'FAIL'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-08-07 22:26:15,808 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-07 22:26:15,808 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-07 22:26:15,808 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-07 22:26:15,889 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-07 22:26:15,890 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-07 22:26:20,400 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-07 22:26:20.117 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cd14dd4f-fbec-44bf-8769-0b1217abdef2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cd14dd4f-fbec-44bf-8769-0b1217abdef2 | 2018-08-07T22:26:20 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cd14dd4f-fbec-44bf-8769-0b1217abdef2 ~/.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-07 22:26:23,625 - 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-07 22:26:23,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-07 22:26:29,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-07 22:26:27.844 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-07 22:26:28.002 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-07 22:26:29.079 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ea8cf568-e49c-4152-a131-b60d6c55583e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ea8cf568-e49c-4152-a131-b60d6c55583e) as the default verifier for the future CLI operations. 2018-08-07 22:26:34,894 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-07 22:26:33.911 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ea8cf568-e49c-4152-a131-b60d6c55583e) for deployment 'opnfv-rally' (UUID=cd14dd4f-fbec-44bf-8769-0b1217abdef2). 2018-08-07 22:26:34.736 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ea8cf568-e49c-4152-a131-b60d6c55583e) has been successfully configured for deployment 'opnfv-rally' (UUID=cd14dd4f-fbec-44bf-8769-0b1217abdef2)! 2018-08-07 22:26:34,894 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-07 22:26:34,900 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:26:35,916 - 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-07 22:30:40,364 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-07 22:30:40,364 - 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.703888s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.658978s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [0.874271s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [5.078301s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.208557s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.018074s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.491440s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.730476s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.652354s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.469659s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [2.006137s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.506231s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [2.179180s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.679127s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.564365s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.406445s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [173.876974s] ... FAILED'], 'num_tests': ' 17 '}} 2018-08-07 22:30:40,365 - 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-07 22:30:40,365 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-07 22:30:40,365 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-07 22:30:40,456 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-07 22:30:40,470 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:30:41,023 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 22:30:44,052 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:33:12,274 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'e8d1e57b-b4d9-4560-aad0-dda8cea5c8a5')]: Unable to complete operation on subnet e8d1e57b-b4d9-4560-aad0-dda8cea5c8a5: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-d83ae25b-6c8e-4a36-8ca9-8f62431d86dc'] 2018-08-07 22:33:12,292 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-07 22:33:12,292 - 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': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-08-07 22:33:12,292 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-07 22:33:12,293 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-07 22:33:12,293 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-07 22:33:12,379 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-07 22:33:12,380 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-08-07 22:33:12,394 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-07 22:33:13,076 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-07 22:33:27,438 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-07 22:33:27,509 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=a8a99fd2-fe48-4786-ad88-6aa109860685 created successfully. 2018-08-07 22:33:28,522 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-07 22:33:29,105 - sdnvpn.lib.openstack_utils - DEBUG - Network '8e172414-0e59-4773-b7b4-99594ce79c47' created successfully 2018-08-07 22:33:29,105 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-07 22:33:29,853 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0f9cda0e-2e96-4420-938e-47bed6a9bcaa' created successfully 2018-08-07 22:33:29,853 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-07 22:33:30,155 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f9ba7567-3d4d-4b0c-a68c-94c07b62a705' created successfully 2018-08-07 22:33:30,155 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-07 22:33:31,691 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-07 22:33:31,691 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-07 22:33:33,862 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-07 22:33:33,938 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-07 22:36:20,607 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-07 22:37:37,629 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-464876', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ff324dd50f8a4157a1752b759411d9a9', u'route_targets': [], u'project_id': u'ff324dd50f8a4157a1752b759411d9a9', u'type': u'l3', u'id': u'9c43f9c6-68b1-417e-b493-2202efc2daeb'}} 2018-08-07 22:37:38,515 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-07 22:38:10,670 - 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-07 22:38:22,421 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-07 22:38:22,421 - 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-07 22:38:22,422 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-07 22:38:22,676 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-07 22:38:36,956 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-07 22:38:41,924 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-07 22:38:41,937 - 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-07 22:38:46,265 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-07 22:38:46,280 - 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-07 22:38:52,197 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-07 22:38:52,212 - 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-07 22:38:52,656 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-07 22:38:52,673 - 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-07 22:38:52,940 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-07 22:38:52,956 - 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-07 22:38:52,988 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-07 22:38:54,832 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-07 22:38:54,832 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 40:34 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-07 22:38:54,838 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-07 22:38:54,838 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:40 | PASS | | bgpvpn | sdnvpn | features | 40:34 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-07 22:38:54,844 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-07 22:39:01,180 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-264 | | 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-07 22:39:01,186 - 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=p2ZfZUUhMengVabE6bxrGyQWD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 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.9 export OS_REGION_NAME=regionOne 2018-08-07 22:39:01,186 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-07 22:39:01,186 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-07 22:39:01,187 - 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-07 22:39:01,190 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-07 22:39:04,064 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-264 | | 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-07 22:39:04,070 - 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=p2ZfZUUhMengVabE6bxrGyQWD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 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.9 export OS_REGION_NAME=regionOne 2018-08-07 22:39:04,070 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-07 22:39:04,070 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-07 22:39:04,071 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-08-07 22:39:04,073 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK