2018-10-22 07:47:18,309 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-300 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 07:47:18,316 - 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=e6acXtGMPWD9b3baawGyDnTp7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 OS_REGION_NAME=regionOne 2018-10-22 07:47:18,316 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 07:47:18,318 - 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-10-22 07:47:18,335 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-22 07:47:26,769 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_c167b844-9863-46b0-9162-73041d18e7ce', 'id': u'a9ad6029fbfb4da5b5a4fd4f99f6b604', 'description': u'Created by OPNFV Functest: connection_check', '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-10-22 07:47:27,381 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5635610e16b74865a07e1965b55ff43a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_c167b844-9863-46b0-9162-73041d18e7ce'}) 2018-10-22 07:47:27,486 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 07:47:27,799 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/dc5409b75db3465f9c43c7f40cc3da2f'}, 'domain_id': None, 'human_id': None, 'id': u'dc5409b75db3465f9c43c7f40cc3da2f', 'HUMAN_ID': False}) 2018-10-22 07:47:28,610 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_c167b844-9863-46b0-9162-73041d18e7ce', 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': '4216af99-3246-44a0-9220-4dba7ea66a15', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_c167b844-9863-46b0-9162-73041d18e7ce', 'project_id': u'a9ad6029fbfb4da5b5a4fd4f99f6b604', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 07:47:28,616 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_c167b844-9863-46b0-9162-73041d18e7ce', 'password': '4216af99-3246-44a0-9220-4dba7ea66a15', 'project_name': 'connection_check-project_c167b844-9863-46b0-9162-73041d18e7ce', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'a9ad6029fbfb4da5b5a4fd4f99f6b604', 'project_domain_name': 'Default'} 2018-10-22 07:47:32,935 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 07:47:32,935 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-22 07:47:44,196 - 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 11.249s OK 2018-10-22 07:47:44,319 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 07:47:44,319 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-22 07:47:46,072 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-22 07:47:46,785 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_0e4467a0-4f9a-499a-a462-d55ab0aa9f0f', 'id': u'add5e9a7e5c84c238aa543bac102ea65', 'description': u'Created by OPNFV Functest: api_check', '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-10-22 07:47:47,242 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3dadf76bc7a94f0e8765d2f74eb8b3bb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_0e4467a0-4f9a-499a-a462-d55ab0aa9f0f'}) 2018-10-22 07:47:47,457 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 07:47:47,639 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/5bccbd63d7f04f18bf04bd6a5d2af1e6'}, 'domain_id': None, 'human_id': None, 'id': u'5bccbd63d7f04f18bf04bd6a5d2af1e6', 'HUMAN_ID': False}) 2018-10-22 07:47:48,357 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_0e4467a0-4f9a-499a-a462-d55ab0aa9f0f', 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': '152f4ec0-3b22-4958-aa0e-71af6a02c63f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_0e4467a0-4f9a-499a-a462-d55ab0aa9f0f', 'project_id': u'add5e9a7e5c84c238aa543bac102ea65', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 07:47:48,362 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_0e4467a0-4f9a-499a-a462-d55ab0aa9f0f', 'password': '152f4ec0-3b22-4958-aa0e-71af6a02c63f', 'project_name': 'api_check-project_0e4467a0-4f9a-499a-a462-d55ab0aa9f0f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'add5e9a7e5c84c238aa543bac102ea65', 'project_domain_name': 'Default'} 2018-10-22 07:47:52,010 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 07:47:52,010 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-22 08:00:43,176 - 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 771.045s OK 2018-10-22 08:00:43,304 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:00:43,305 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-22 08:00:45,255 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-22 08:00:45,895 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_8c512ca9-36a0-4b56-ae5c-be438e432967', 'id': u'132d694f53a2454bb29a0021172e9ca6', 'description': u'Created by OPNFV Functest: snaps_health_check', '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-10-22 08:00:46,377 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd5d7c80e810b48a390c4be542e5f411e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_8c512ca9-36a0-4b56-ae5c-be438e432967'}) 2018-10-22 08:00:46,539 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:00:46,702 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/4ca85c78e5944c56900d1a5ba297a9cb'}, 'domain_id': None, 'human_id': None, 'id': u'4ca85c78e5944c56900d1a5ba297a9cb', 'HUMAN_ID': False}) 2018-10-22 08:00:47,232 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_8c512ca9-36a0-4b56-ae5c-be438e432967', 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': 'e8c4703b-555d-4b18-8d4e-f5591aa3696f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_8c512ca9-36a0-4b56-ae5c-be438e432967', 'project_id': u'132d694f53a2454bb29a0021172e9ca6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:00:47,237 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_8c512ca9-36a0-4b56-ae5c-be438e432967', 'password': 'e8c4703b-555d-4b18-8d4e-f5591aa3696f', 'project_name': 'snaps_health_check-project_8c512ca9-36a0-4b56-ae5c-be438e432967', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '132d694f53a2454bb29a0021172e9ca6', 'project_domain_name': 'Default'} 2018-10-22 08:00:49,498 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 08:00:49,498 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-22 08:01:31,635 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.136s OK 2018-10-22 08:01:31,746 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:01:31,746 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-22 08:01:33,624 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:51 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-22 08:01:33,628 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 08:01:39,661 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-300 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 08:01:39,666 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=e6acXtGMPWD9b3baawGyDnTp7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 OS_REGION_NAME=regionOne 2018-10-22 08:01:39,666 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 08:01:39,667 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-10-22 08:01:39,698 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-22 08:01:43,787 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', 'id': u'4613c0d83f7048bc9ff77508cdaeb903', '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-10-22 08:01:44,272 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd80d14601c1944789d5fbb3298e0a332', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_fdaba613-439c-401c-a1fc-469adbc741b8'}) 2018-10-22 08:01:44,432 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:01:44,591 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/47c4c71e354243e7abb10bd67e4a8ae0'}, 'domain_id': None, 'human_id': None, 'id': u'47c4c71e354243e7abb10bd67e4a8ae0', 'HUMAN_ID': False}) 2018-10-22 08:01:45,137 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', 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': '60a5c813-acb4-45dd-b1aa-476329f75bb5', 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_fdaba613-439c-401c-a1fc-469adbc741b8', 'project_id': u'4613c0d83f7048bc9ff77508cdaeb903', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:01:45,143 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_fdaba613-439c-401c-a1fc-469adbc741b8', 'password': '60a5c813-acb4-45dd-b1aa-476329f75bb5', 'project_name': 'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '4613c0d83f7048bc9ff77508cdaeb903', 'project_domain_name': 'Default'} 2018-10-22 08:01:45,144 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-22 08:01:45,820 - 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-10-22T08:01:45Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4791dbb3-297a-4afe-b6bd-0f0b57f02539', u'provider:segmentation_id': 74, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_ssh-net_fdaba613-439c-401c-a1fc-469adbc741b8', u'created_at': u'2018-10-22T08:01:45Z', u'mtu': 1450, u'tenant_id': u'4613c0d83f7048bc9ff77508cdaeb903', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4613c0d83f7048bc9ff77508cdaeb903'}) 2018-10-22 08:01:47,137 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T08:01:46Z', 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'14747583-79a5-4765-8a3d-531a46a575a8', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_fdaba613-439c-401c-a1fc-469adbc741b8', u'enable_dhcp': True, u'network_id': u'4791dbb3-297a-4afe-b6bd-0f0b57f02539', u'tenant_id': u'4613c0d83f7048bc9ff77508cdaeb903', u'created_at': u'2018-10-22T08:01:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4613c0d83f7048bc9ff77508cdaeb903'}) 2018-10-22 08:01:52,087 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T08:01:48Z', u'revision_number': 3, u'id': u'a8e35d25-bd4e-40bd-85fb-28dabf885a46', u'external_gateway_info': {u'network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'53fb6b01-2f77-471b-b63c-7120427c7852', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_fdaba613-439c-401c-a1fc-469adbc741b8', u'admin_state_up': True, u'tenant_id': u'4613c0d83f7048bc9ff77508cdaeb903', u'created_at': u'2018-10-22T08:01:47Z', u'flavor_id': None, u'routes': [], u'project_id': u'4613c0d83f7048bc9ff77508cdaeb903'}) 2018-10-22 08:01:56,806 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/1f7512c6-3d82-4ecf-841d-40d2120beaaa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1f7512c6-3d82-4ecf-841d-40d2120beaaa/file', 'owner': u'4613c0d83f7048bc9ff77508cdaeb903', 'id': u'1f7512c6-3d82-4ecf-841d-40d2120beaaa', 'size': 12716032, u'self': u'/v2/images/1f7512c6-3d82-4ecf-841d-40d2120beaaa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4613c0d83f7048bc9ff77508cdaeb903', 'name': 'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/1f7512c6-3d82-4ecf-841d-40d2120beaaa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:01:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T08:01:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_fdaba613-439c-401c-a1fc-469adbc741b8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1f7512c6-3d82-4ecf-841d-40d2120beaaa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_fdaba613-439c-401c-a1fc-469adbc741b8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_fdaba613-439c-401c-a1fc-469adbc741b8', 'created': u'2018-10-22T08:01:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:01:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1f7512c6-3d82-4ecf-841d-40d2120beaaa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_fdaba613-439c-401c-a1fc-469adbc741b8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:01:57,032 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_fdaba613-439c-401c-a1fc-469adbc741b8', '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'f281155a378b4c45907df4c470833e42', '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'46cd6d9f-ae4a-48ec-945c-bd01dfad65c5', 'swap': 0}) 2018-10-22 08:01:57,525 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyoujf2y4BdY1J0LJLbrohdeUuF8H7Gso9gAB8oJae5Lxk+17ePDZzkCpDdMN6FjS7BeeUiJ/RGW+vIg2aP1e4UCRQdFRXGsF4VVL6kW+udVgbXYLkrzu4XYt0TLJAi6axd5tY6Pdxd+py0rq8cHo7e+/QLBr7JgIHmorcawxEBWzJ4cw2l9X2kEo18PWEBpPq5Qq2Va/1VidkGSyHMe4PQmYTw9BWxvNa+j/EbV0Zxfyt9yb/vxDhoFfqlR/ILybl4of2TPr1NdSuM55pYxdVw9iB3MlVw6roNtUJ+MkOR4ET9VEr9dtz8zMmSFjon+JF9tvmQFOFRy18d6ZbRjzp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAsqLo39suAXWNSdCyS266IXXlLhfB+xrKPYAAfKCWnuS8ZPte\n3jw2c5AqQ3TDehY0uwXnlIif0RlvryINmj9XuFAkUHRUVxrBeFVS+pFvrnVYG12C\n5K87uF2LdEyyQIumsXebWOj3cXfqctK6vHB6O3vv0Cwa+yYCB5qK3GsMRAVsyeHM\nNpfV9pBKNfD1hAaT6uUKtlWv9VYnZBkshzHuD0JmE8PQVsbzWvo/xG1dGcX8rfcm\n/78Q4aBX6pUfyC8m5eKH9kz69TXUrjOeaWMXVcPYgdzJVcOq6DbVCfjJDkeBE/VR\nK/Xbc/MzJkhY6J/iRfbb5kBThUctfHemW0Y86QIDAQABAoIBADRJqR51Onck4HFd\nzAJ2a7cFmkqum5ITmmT8Bah1HQFvdJGeXntwZoPXC/fowpsGyvJ/XPTGNPlwl5dM\nwWyH4/ZIRwjhtBo287B0UTCUx3rqUBraeUjU3gcuInatSHPKLMW/e9I/hsZI0nA/\nrHch+TVWJrDpaBBhZLCzFLhGATYbXyZCc2MGUoIwOaJIThBAV59RacdEsdNjKg3f\n+zKrepAZirHzOZxLoDLBMwlsCBzqOUyxiVuk+Ipslu6hcCltcrL2qWM92nNtmCU5\nuh3H7FZZ9Kn8uQ2eKW4kTU1Us8jDOSu+TFQG7ipyEkwoU0Af1z1CmTZOvhjcxDyP\nWaIC9gECgYEA3NLJnJc19k8pcZO7iIxR73s7V2sUfcyU6Ld/ut4iXcbPz4WmwBB7\n//ZgIBmhLAk4QspmMcMWXWS9T2/ijjQGjIWsSZNhYQqwTocw2tHpRvthz5O2nmx+\nAaIn5f1fpqC7aJmAZFi3iTU30qDUAnos5gO4fTvcZ/v3s0me+9c3OEECgYEAzxe6\njD6zWh2Tm7TMnx/lU74a7sOijCvPn//3UBNHdpzQcoDZeevSpqc+DuyPxWIkMJha\n7Dn/uO1pUhMpMkvR251hmO89yOaOthBaOTxayOqIiRI3QyDMZKmF93K97O8x/XRx\n9iYqsB+HHvCwEKgxQXO3XSwUPn6+L/fyRdk7mqkCgYBJmiiA/RWLZ49Uv/z94mdc\n/yIkXRiTZaEsgB0e1/N0dlPFw7J0ygnKowAfMuu5lcke2f9+DpxhvLYsyAong8e7\nBsMKMwl+IuXpBr6N8PFkK13Kpl10KI1HVhkeW3mKPIC6uI9G4xsprIdSuTBxMu/M\nKulPNKieMCm7pIpNPsq1AQKBgQCgoDcBMGDMNMSYsNNFWOf23CznpLYfIpwX7eFV\nKp7zUQ4cwfPsrQzmVjG8QaAB6O1JA+MB9rpyJTLbhiEd8dEEFj3s8SNq/+kRLf3N\nBxMjY0Yjiw1x866VJSfTlhvZ+m07uWXrFg9mLA4R4X2ubcZGjgpbKiVJk+TQL/Cq\nXKPugQKBgFUhrOHF/trbYQKyol54J/irb3C+JldhF2ycp8Sfd0Gs3Ajd/4b3DOjj\nEeT7hz/m3TfkBnJ6qqpWwu2z6yPgO2hpxmHhfaqToMld6E9eaBBeTxGv56fqY7Yu\nVyRBs87Y9zuek3JvD5en97l6236ARoQStvsyNWzfhejRSSd4zwuH\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd80d14601c1944789d5fbb3298e0a332', 'name': u'vping_ssh-kp_fdaba613-439c-401c-a1fc-469adbc741b8', 'created_at': '2018-10-22T08:01:57.525791', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4613c0d83f7048bc9ff77508cdaeb903', 'name': 'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'94:8a:7f:3c:67:3e:b5:5b:a4:44:98:5a:a4:df:cb:8c', 'type': 'ssh', 'id': u'vping_ssh-kp_fdaba613-439c-401c-a1fc-469adbc741b8'}) 2018-10-22 08:01:57,526 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAsqLo39suAXWNSdCyS266IXXlLhfB+xrKPYAAfKCWnuS8ZPte 3jw2c5AqQ3TDehY0uwXnlIif0RlvryINmj9XuFAkUHRUVxrBeFVS+pFvrnVYG12C 5K87uF2LdEyyQIumsXebWOj3cXfqctK6vHB6O3vv0Cwa+yYCB5qK3GsMRAVsyeHM NpfV9pBKNfD1hAaT6uUKtlWv9VYnZBkshzHuD0JmE8PQVsbzWvo/xG1dGcX8rfcm /78Q4aBX6pUfyC8m5eKH9kz69TXUrjOeaWMXVcPYgdzJVcOq6DbVCfjJDkeBE/VR K/Xbc/MzJkhY6J/iRfbb5kBThUctfHemW0Y86QIDAQABAoIBADRJqR51Onck4HFd zAJ2a7cFmkqum5ITmmT8Bah1HQFvdJGeXntwZoPXC/fowpsGyvJ/XPTGNPlwl5dM wWyH4/ZIRwjhtBo287B0UTCUx3rqUBraeUjU3gcuInatSHPKLMW/e9I/hsZI0nA/ rHch+TVWJrDpaBBhZLCzFLhGATYbXyZCc2MGUoIwOaJIThBAV59RacdEsdNjKg3f +zKrepAZirHzOZxLoDLBMwlsCBzqOUyxiVuk+Ipslu6hcCltcrL2qWM92nNtmCU5 uh3H7FZZ9Kn8uQ2eKW4kTU1Us8jDOSu+TFQG7ipyEkwoU0Af1z1CmTZOvhjcxDyP WaIC9gECgYEA3NLJnJc19k8pcZO7iIxR73s7V2sUfcyU6Ld/ut4iXcbPz4WmwBB7 //ZgIBmhLAk4QspmMcMWXWS9T2/ijjQGjIWsSZNhYQqwTocw2tHpRvthz5O2nmx+ AaIn5f1fpqC7aJmAZFi3iTU30qDUAnos5gO4fTvcZ/v3s0me+9c3OEECgYEAzxe6 jD6zWh2Tm7TMnx/lU74a7sOijCvPn//3UBNHdpzQcoDZeevSpqc+DuyPxWIkMJha 7Dn/uO1pUhMpMkvR251hmO89yOaOthBaOTxayOqIiRI3QyDMZKmF93K97O8x/XRx 9iYqsB+HHvCwEKgxQXO3XSwUPn6+L/fyRdk7mqkCgYBJmiiA/RWLZ49Uv/z94mdc /yIkXRiTZaEsgB0e1/N0dlPFw7J0ygnKowAfMuu5lcke2f9+DpxhvLYsyAong8e7 BsMKMwl+IuXpBr6N8PFkK13Kpl10KI1HVhkeW3mKPIC6uI9G4xsprIdSuTBxMu/M KulPNKieMCm7pIpNPsq1AQKBgQCgoDcBMGDMNMSYsNNFWOf23CznpLYfIpwX7eFV Kp7zUQ4cwfPsrQzmVjG8QaAB6O1JA+MB9rpyJTLbhiEd8dEEFj3s8SNq/+kRLf3N BxMjY0Yjiw1x866VJSfTlhvZ+m07uWXrFg9mLA4R4X2ubcZGjgpbKiVJk+TQL/Cq XKPugQKBgFUhrOHF/trbYQKyol54J/irb3C+JldhF2ycp8Sfd0Gs3Ajd/4b3DOjj EeT7hz/m3TfkBnJ6qqpWwu2z6yPgO2hpxmHhfaqToMld6E9eaBBeTxGv56fqY7Yu VyRBs87Y9zuek3JvD5en97l6236ARoQStvsyNWzfhejRSSd4zwuH -----END RSA PRIVATE KEY----- 2018-10-22 08:02:07,401 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fdaba613-439c-401c-a1fc-469adbc741b8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e7:54:dc', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1f7512c6-3d82-4ecf-841d-40d2120beaaa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T08:02:06.000000', 'flavor': Munch({u'id': u'46cd6d9f-ae4a-48ec-945c-bd01dfad65c5'}), 'az': u'nova', 'id': u'f3e49a10-75c3-4447-866a-352e8617b831', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fdaba613-439c-401c-a1fc-469adbc741b8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd80d14601c1944789d5fbb3298e0a332', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4613c0d83f7048bc9ff77508cdaeb903', 'name': 'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', '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-10-22T08:02:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T08:02:06Z', 'hostId': u'2c5fe75a51ff345cebeb24f426c40b5d9b31266f3fcf9d27afbd7d0b', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'2c5fe75a51ff345cebeb24f426c40b5d9b31266f3fcf9d27afbd7d0b', '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-10-22T08:02:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4613c0d83f7048bc9ff77508cdaeb903', 'name': u'vping_ssh-vm2_fdaba613-439c-401c-a1fc-469adbc741b8', 'adminPass': u'SbU6deNWbm6j', 'tenant_id': u'4613c0d83f7048bc9ff77508cdaeb903', 'region': 'regionOne', 'created': u'2018-10-22T08:02:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 08:02:20,753 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fdaba613-439c-401c-a1fc-469adbc741b8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:83:4d:61', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1f7512c6-3d82-4ecf-841d-40d2120beaaa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T08:02:18.000000', 'flavor': Munch({u'id': u'46cd6d9f-ae4a-48ec-945c-bd01dfad65c5'}), 'az': u'nova', 'id': u'd19ec644-0a17-401a-807a-5e5b345af84e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fdaba613-439c-401c-a1fc-469adbc741b8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd80d14601c1944789d5fbb3298e0a332', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4613c0d83f7048bc9ff77508cdaeb903', 'name': 'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', '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-10-22T08:02:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T08:02:18Z', 'hostId': u'ab3bdcea91972d22a02c406b78663eb6b6d8d1d4477d5dce5f51a748', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_fdaba613-439c-401c-a1fc-469adbc741b8', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'ab3bdcea91972d22a02c406b78663eb6b6d8d1d4477d5dce5f51a748', '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-10-22T08:02:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4613c0d83f7048bc9ff77508cdaeb903', 'name': u'vping_ssh-vm_fdaba613-439c-401c-a1fc-469adbc741b8', 'adminPass': u'iYe4DGsajYTN', 'tenant_id': u'4613c0d83f7048bc9ff77508cdaeb903', 'region': 'regionOne', 'created': u'2018-10-22T08:02:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 08:02:23,335 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a8e35d25-bd4e-40bd-85fb-28dabf885a46', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4613c0d83f7048bc9ff77508cdaeb903', 'created_at': u'2018-10-22T08:02:21Z', 'attached': True, 'updated_at': u'2018-10-22T08:02:21Z', 'id': u'7b14e6b0-24e7-40f2-94ca-f1eef4257186', 'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4613c0d83f7048bc9ff77508cdaeb903', 'name': 'vping_ssh-project_fdaba613-439c-401c-a1fc-469adbc741b8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a8e35d25-bd4e-40bd-85fb-28dabf885a46', 'project_id': u'4613c0d83f7048bc9ff77508cdaeb903', 'port_id': u'a81b9d05-6c3a-4926-a5da-8c5924356c2f', 'port': u'a81b9d05-6c3a-4926-a5da-8c5924356c2f', 'network': u'd8029335-a52b-439d-95d9-1488b78e0214'}) 2018-10-22 08:02:24,440 - 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 499308872 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.125721] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.127318] pid_max: default: 32768 minimum: 301 [ 0.128182] ACPI: Core revision 20150930 [ 0.129536] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130802] Security Framework initialized [ 0.131588] Yama: becoming mindful. [ 0.132296] AppArmor: AppArmor initialized [ 0.133135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.134424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135651] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.136806] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138152] Initializing cgroup subsys io [ 0.138941] Initializing cgroup subsys memory [ 0.139770] Initializing cgroup subsys devices [ 0.140604] Initializing cgroup subsys freezer [ 0.141448] Initializing cgroup subsys net_cls [ 0.142285] Initializing cgroup subsys perf_event [ 0.143163] Initializing cgroup subsys net_prio [ 0.144015] Initializing cgroup subsys hugetlb [ 0.144879] Initializing cgroup subsys pids [ 0.145727] CPU: Physical Processor ID: 0 [ 0.147198] mce: CPU supports 10 MCE banks [ 0.148016] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.148987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159431] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.165709] ftrace: allocating 31920 entries in 125 pages [ 0.191720] smpboot: Max logical packages: 1 [ 0.192536] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193845] x2apic enabled [ 0.194627] Switched APIC routing to physical x2apic. [ 0.196333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201063] KVM setup paravirtual spinlock [ 0.202324] x86: Booted up 1 node, 1 CPUs [ 0.203104] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.204440] devtmpfs: initialized [ 0.206130] evm: security.selinux [ 0.206809] evm: security.SMACK64 [ 0.207475] evm: security.SMACK64EXEC [ 0.208196] evm: security.SMACK64TRANSMUTE [ 0.208979] evm: security.SMACK64MMAP [ 0.209697] evm: security.ima [ 0.210323] evm: security.capability [ 0.211106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.212889] pinctrl core: initialized pinctrl subsystem [ 0.213945] RTC time: 8:02:19, date: 10/22/18 [ 0.214877] NET: Registered protocol family 16 [ 0.215820] cpuidle: using governor ladder [ 0.216606] cpuidle: using governor menu [ 0.217363] PCCT header not found. [ 0.218092] ACPI: bus type PCI registered [ 0.218871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.220071] PCI: Using configuration type 1 for base access [ 0.221788] ACPI: Added _OSI(Module Device) [ 0.222597] ACPI: Added _OSI(Processor Device) [ 0.223436] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.224307] ACPI: Added _OSI(Processor Aggregator Device) [ 0.226398] ACPI: Interpreter enabled [ 0.227153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.228943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.230715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.232493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.234274] ACPI: (supports S0 S5) [ 0.234965] ACPI: Using IOAPIC for interrupt routing [ 0.235976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.239006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.240109] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.241294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.242446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.244589] acpiphp: Slot [3] registered [ 0.245365] acpiphp: Slot [4] registered [ 0.246140] acpiphp: Slot [5] registered [ 0.246920] acpiphp: Slot [6] registered [ 0.247691] acpiphp: Slot [7] registered [ 0.248459] acpiphp: Slot [8] registered [ 0.249233] acpiphp: Slot [9] registered [ 0.250003] acpiphp: Slot [10] registered [ 0.250784] acpiphp: Slot [11] registered [ 0.251569] acpiphp: Slot [12] registered [ 0.252355] acpiphp: Slot [13] registered [ 0.253158] acpiphp: Slot [14] registered [ 0.253944] acpiphp: Slot [15] registered [ 0.264579] acpiphp: Slot [16] registered [ 0.265367] acpiphp: Slot [17] registered [ 0.266154] acpiphp: Slot [18] registered [ 0.266937] acpiphp: Slot [19] registered [ 0.267719] acpiphp: Slot [20] registered [ 0.268500] acpiphp: Slot [21] registered [ 0.269293] acpiphp: Slot [22] registered [ 0.270081] acpiphp: Slot [23] registered [ 0.270863] acpiphp: Slot [24] registered [ 0.271643] acpiphp: Slot [25] registered [ 0.272490] acpiphp: Slot [26] registered [ 0.273276] acpiphp: Slot [27] registered [ 0.274068] acpiphp: Slot [28] registered [ 0.274855] acpiphp: Slot [29] registered [ 0.275633] acpiphp: Slot [30] registered [ 0.276421] acpiphp: Slot [31] registered [ 0.277203] PCI host bridge to bus 0000:00 [ 0.277987] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.279159] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.280329] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.281750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.283152] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.289328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.290566] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.291716] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.292944] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.299357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.300760] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.345562] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.347041] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.348412] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.349798] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.351164] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.352372] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.353495] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.354518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.356095] vgaarb: loaded [ 0.356679] vgaarb: bridge control possible 0000:00:02.0 [ 0.357790] SCSI subsystem initialized [ 0.358580] ACPI: bus type USB registered [ 0.359371] usbcore: registered new interface driver usbfs [ 0.360362] usbcore: registered new interface driver hub [ 0.361328] usbcore: registered new device driver usb [ 0.362358] PCI: Using ACPI for IRQ routing [ 0.363350] NetLabel: Initializing [ 0.364039] NetLabel: domain hash size = 128 [ 0.364856] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.365767] NetLabel: unlabeled traffic allowed by default [ 0.366827] clocksource: Switched to clocksource kvm-clock [ 0.372165] AppArmor: AppArmor Filesystem Enabled [ 0.373127] pnp: PnP ACPI init [ 0.374011] pnp: PnP ACPI: found 5 devices [ 0.380369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382015] NET: Registered protocol family 2 [ 0.382942] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.384161] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.385280] TCP: Hash tables configured (established 4096 bind 4096) [ 0.386391] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.387426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.388554] NET: Registered protocol family 1 [ 0.389392] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.390446] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.391484] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.405532] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.419537] Trying to unpack rootfs image as initramfs... [ 0.468692] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.482804] Scanning for low memory corruption every 60 seconds [ 0.484093] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.485195] audit: initializing netlink subsys (disabled) [ 0.486184] audit: type=2000 audit(1540195339.611:1): initialized [ 0.487476] Initialise system trusted keyring [ 0.488378] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.489498] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491425] zbud: loaded [ 0.492111] VFS: Disk quotas dquot_6.6.0 [ 0.492900] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.494350] fuse init (API version 7.23) [ 0.495228] Key type big_key registered [ 0.496005] Allocating IMA MOK and blacklist keyrings. [ 0.497439] Key type asymmetric registered [ 0.498237] Asymmetric key parser 'x509' registered [ 0.499177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.500591] io scheduler noop registered [ 0.501356] io scheduler deadline registered (default) [ 0.502314] io scheduler cfq registered [ 0.503142] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.504152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.505361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.506762] ACPI: Power Button [PWRF] [ 0.507579] GHES: HEST is not enabled! [ 0.521242] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.549005] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.551206] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.576652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.578834] Linux agpgart interface v0.103 [ 0.580874] brd: module loaded [ 0.582050] loop: module loaded [ 0.587072] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.588480] GPT:90111 != 2097151 [ 0.589148] GPT:Alternate GPT header not at the end of the disk. [ 0.590204] GPT:90111 != 2097151 [ 0.590868] GPT: Use GNU Parted to correct GPT errors. [ 0.591806] vda: vda1 vda15 [ 0.593425] scsi host0: ata_piix [ 0.594144] scsi host1: ata_piix [ 0.594842] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.596016] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.597408] libphy: Fixed MDIO Bus: probed [ 0.598205] tun: Universal TUN/TAP device driver, 1.6 [ 0.599133] tun: (C) 1999-2004 Max Krasnyansky [ 0.601320] PPP generic driver version 2.4.2 [ 0.602188] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.603487] ehci-pci: EHCI PCI platform driver [ 0.604343] ehci-platform: EHCI generic platform driver [ 0.605300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.606394] ohci-pci: OHCI PCI platform driver [ 0.607247] ohci-platform: OHCI generic platform driver [ 0.608211] uhci_hcd: USB Universal Host Controller Interface driver [ 0.622540] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.623539] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.624955] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.625921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.627008] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.628193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.629566] usb usb1: Product: UHCI Host Controller [ 0.630473] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.631582] usb usb1: SerialNumber: 0000:00:01.2 [ 0.632516] hub 1-0:1.0: USB hub found [ 0.633277] hub 1-0:1.0: 2 ports detected [ 0.634199] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.636493] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.637506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.638595] mousedev: PS/2 mouse device common for all mice [ 0.639851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.641667] rtc_cmos 00:00: RTC can wake from S4 [ 0.642739] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.643943] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.645118] i2c /dev entries driver [ 0.645858] device-mapper: uevent: version 1.0.3 [ 0.646775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.648370] ledtrig-cpu: registered to indicate activity on CPUs [ 0.649637] NET: Registered protocol family 10 [ 0.650613] NET: Registered protocol family 17 [ 0.651497] Key type dns_resolver registered [ 0.652404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.653476] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.655246] registered taskstats version 1 [ 0.656061] Loading compiled-in X.509 certificates [ 0.657541] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.659345] zswap: loaded using pool lzo/zbud [ 0.660694] Key type trusted registered [ 0.662236] Key type encrypted registered [ 0.663053] AppArmor: AppArmor sha1 policy hashing enabled [ 0.664057] ima: No TPM chip found, activating TPM-bypass! [ 0.665079] evm: HMAC attrs: 0x1 [ 0.666000] Magic number: 6:486:18 [ 0.666741] ep_81: hash matches [ 0.667496] rtc_cmos 00:00: setting system clock to 2018-10-22 08:02:19 UTC (1540195339) [ 0.669055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.670144] EDD information not available. [ 0.755886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.767629] Write protecting the kernel read-only data: 14336k [ 0.769209] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.771030] 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.816733] 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 0.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 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.08. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCi0F1jipJ3mwhAdrnZf02Gd5EpevOy1UBtU5smVIT4zVGkEz9Q0GmkGejxdoX0dmU17Jwv9Bt55eQHDWJXI2l7jLjOKxs3ECuTrCsYOu6cZqUGwoye9wYTSE4HgmiJtl3SMERWqBDDf0jRbO3KuZlWqjQ1g04j3lz586ynPzovNe4W9beFFAADTuMPvyWI1klTE/w06yLlFRAQI6vWq6Jy9qoTd33Wwo5A+dlgsTCfpYyRqUJlcOej7ye8fPScSsMeo4afIwlwWQjAuWZ6RwZkvtev4UqxgTLCLO1czyLYF3Arc5b1IYzWr6PlWbLTEYo+KwoYYWk205QM/0XskWL3 root@vping-ssh-vm-fdaba613-439c-401c-a1fc-469adbc741b8 ssh-dss AAAAB3NzaC1kc3MAAACBANrAjDVHMZxXTJemYhaN9Z5ndXtPwuLRjVSagJVfZ6h3kA7iV7JFZB3SGxQ8GN3v0hMFtbgCtozLeuPbSCRYe7ji6BZgbCOD3BCjxob/n8ppLdAAh5CywgVTHtIjzokkD21cs0W5O+IQ0VGJPVvQyLsVnU0Oz+hRU6hiDQWd/g0JAAAAFQClCFZU7zx+7oxHEG2chX+bFgpEdwAAAIApFsOgJg388Nu3gFUW1WOzDTnc6IZ+wYZZFp3s1i4qgs4q8bsRnmKTSTLzpKRAtKQF+iGVqQcEHNJhJgRX0i33joHPdMzrzXAi60oq63z3fUeJlyoUhNsuThuC2mwSUuxud6P5409UUIXwEzhqv+JjNTqNqZDEpcqU6ZwRKyxKbwAAAIEAwP4iP8AU4ArVNY8MH7sF8mdHiYp5OxLqjmZL7UCmtjTZi9+YQLJ4pH5wTnf3B1Ux0yXRXPRJDtAC3TpEFp7USljArjgYxVws2jahjNWMeF9C9akGv4MZDuirx1kWQ2wJ/gQVTkhJnoi5NhKJx2+BMVmIkKMXBC6BybbiHvnKVWc= root@vping-ssh-vm-fdaba613-439c-401c-a1fc-469adbc741b8 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe83:4d61/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.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-fdaba613-439c-401c-a1fc-469adbc741b8 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-fdaba613-439c-401c-a1fc-469adbc741b8 login: 2018-10-22 08:02:26,595 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.11 (192.168.120.11): 56 data bytes 64 bytes from 192.168.120.11: seq=0 ttl=64 time=1.177 ms --- 192.168.120.11 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.177/1.177/1.177 ms 2018-10-22 08:02:26,595 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-10-22 08:02:26,719 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:02:26,719 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-22 08:02:48,770 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-22 08:02:49,679 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_72da5902-0183-4b44-8eea-a145a991ee6b', 'id': u'69521916879240d683f02d12731efd37', '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-10-22 08:02:50,148 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e5910f91249448068ca2d476776fabbc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_72da5902-0183-4b44-8eea-a145a991ee6b'}) 2018-10-22 08:02:50,313 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:02:50,514 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/b418cf8df32348b0aa8398805233c6df'}, 'domain_id': None, 'human_id': None, 'id': u'b418cf8df32348b0aa8398805233c6df', 'HUMAN_ID': False}) 2018-10-22 08:02:50,992 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_72da5902-0183-4b44-8eea-a145a991ee6b', 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': 'cf84e377-8fb8-4401-8a04-da8865e7eac2', 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_72da5902-0183-4b44-8eea-a145a991ee6b', 'project_id': u'69521916879240d683f02d12731efd37', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:02:50,998 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_72da5902-0183-4b44-8eea-a145a991ee6b', 'password': 'cf84e377-8fb8-4401-8a04-da8865e7eac2', 'project_name': 'vping_userdata-project_72da5902-0183-4b44-8eea-a145a991ee6b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '69521916879240d683f02d12731efd37', 'project_domain_name': 'Default'} 2018-10-22 08:02:50,998 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-22 08:02:51,683 - 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-10-22T08:02:51Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4f69f773-181f-4e2b-b5f8-9c62149360a3', u'provider:segmentation_id': 41, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_userdata-net_72da5902-0183-4b44-8eea-a145a991ee6b', u'created_at': u'2018-10-22T08:02:51Z', u'mtu': 1450, u'tenant_id': u'69521916879240d683f02d12731efd37', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'69521916879240d683f02d12731efd37'}) 2018-10-22 08:02:53,162 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T08:02:52Z', 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'dfab7b89-bd87-4b3c-9a32-42806323ecb8', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_72da5902-0183-4b44-8eea-a145a991ee6b', u'enable_dhcp': True, u'network_id': u'4f69f773-181f-4e2b-b5f8-9c62149360a3', u'tenant_id': u'69521916879240d683f02d12731efd37', u'created_at': u'2018-10-22T08:02:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'69521916879240d683f02d12731efd37'}) 2018-10-22 08:02:57,955 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T08:02:54Z', u'revision_number': 3, u'id': u'0800619c-3c84-4d7d-b323-7c9717d4261a', u'external_gateway_info': {u'network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'53fb6b01-2f77-471b-b63c-7120427c7852', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_72da5902-0183-4b44-8eea-a145a991ee6b', u'admin_state_up': True, u'tenant_id': u'69521916879240d683f02d12731efd37', u'created_at': u'2018-10-22T08:02:53Z', u'flavor_id': None, u'routes': [], u'project_id': u'69521916879240d683f02d12731efd37'}) 2018-10-22 08:03:02,244 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/ee1a44e7-9d5e-474d-97ea-ec5e0789164c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ee1a44e7-9d5e-474d-97ea-ec5e0789164c/file', 'owner': u'69521916879240d683f02d12731efd37', 'id': u'ee1a44e7-9d5e-474d-97ea-ec5e0789164c', 'size': 12716032, u'self': u'/v2/images/ee1a44e7-9d5e-474d-97ea-ec5e0789164c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'69521916879240d683f02d12731efd37', 'name': 'vping_userdata-project_72da5902-0183-4b44-8eea-a145a991ee6b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/ee1a44e7-9d5e-474d-97ea-ec5e0789164c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:03:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T08:03:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_72da5902-0183-4b44-8eea-a145a991ee6b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ee1a44e7-9d5e-474d-97ea-ec5e0789164c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_72da5902-0183-4b44-8eea-a145a991ee6b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_72da5902-0183-4b44-8eea-a145a991ee6b', 'created': u'2018-10-22T08:03:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:03:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ee1a44e7-9d5e-474d-97ea-ec5e0789164c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_72da5902-0183-4b44-8eea-a145a991ee6b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:03:02,450 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_72da5902-0183-4b44-8eea-a145a991ee6b', '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'f281155a378b4c45907df4c470833e42', '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'2a9a1849-8b0a-486c-ba34-37fbeef37c54', 'swap': 0}) 2018-10-22 08:03:13,587 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_72da5902-0183-4b44-8eea-a145a991ee6b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:97:48:a3', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ee1a44e7-9d5e-474d-97ea-ec5e0789164c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T08:03:10.000000', 'flavor': Munch({u'id': u'2a9a1849-8b0a-486c-ba34-37fbeef37c54'}), 'az': u'nova', 'id': u'285c8d08-6fcc-4f2b-ab04-11c6fe0175cc', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e5910f91249448068ca2d476776fabbc', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'69521916879240d683f02d12731efd37', 'name': 'vping_userdata-project_72da5902-0183-4b44-8eea-a145a991ee6b', '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-10-22T08:03:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T08:03:10Z', 'hostId': u'0b42c421e7352ff3deca18d872333447d57977b704877fb9d20da40a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'0b42c421e7352ff3deca18d872333447d57977b704877fb9d20da40a', '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-10-22T08:03:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'69521916879240d683f02d12731efd37', 'name': u'vping_userdata-vm_72da5902-0183-4b44-8eea-a145a991ee6b', 'adminPass': u'q354x7mVw52y', 'tenant_id': u'69521916879240d683f02d12731efd37', 'region': 'regionOne', 'created': u'2018-10-22T08:03:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 08:03:25,881 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_72da5902-0183-4b44-8eea-a145a991ee6b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:56:aa:58', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ee1a44e7-9d5e-474d-97ea-ec5e0789164c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T08:03:23.000000', 'flavor': Munch({u'id': u'2a9a1849-8b0a-486c-ba34-37fbeef37c54'}), 'az': u'nova', 'id': u'b8029541-a714-49ec-a597-44a21a067206', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e5910f91249448068ca2d476776fabbc', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'69521916879240d683f02d12731efd37', 'name': 'vping_userdata-project_72da5902-0183-4b44-8eea-a145a991ee6b', '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-10-22T08:03:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T08:03:23Z', 'hostId': u'd64847d01d210cc0fad35a6587babcd61cfce7a01ad3de8f3b9cd359', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'd64847d01d210cc0fad35a6587babcd61cfce7a01ad3de8f3b9cd359', '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-10-22T08:03:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'69521916879240d683f02d12731efd37', 'name': u'vping_userdata-vm2_72da5902-0183-4b44-8eea-a145a991ee6b', 'adminPass': u'zaS94k7Yy2vS', 'tenant_id': u'69521916879240d683f02d12731efd37', 'region': 'regionOne', 'created': u'2018-10-22T08:03:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 08:03:25,882 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-22 08:03:28,509 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 496776004 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132659] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134343] pid_max: default: 32768 minimum: 301 [ 0.135256] ACPI: Core revision 20150930 [ 0.136652] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137982] Security Framework initialized [ 0.138819] Yama: becoming mindful. [ 0.139563] AppArmor: AppArmor initialized [ 0.140436] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141788] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143087] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145741] Initializing cgroup subsys io [ 0.146570] Initializing cgroup subsys memory [ 0.147495] Initializing cgroup subsys devices [ 0.148390] Initializing cgroup subsys freezer [ 0.149273] Initializing cgroup subsys net_cls [ 0.150156] Initializing cgroup subsys perf_event [ 0.151078] Initializing cgroup subsys net_prio [ 0.151994] Initializing cgroup subsys hugetlb [ 0.152877] Initializing cgroup subsys pids [ 0.153764] CPU: Physical Processor ID: 0 [ 0.155295] mce: CPU supports 10 MCE banks [ 0.156167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168995] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175351] ftrace: allocating 31920 entries in 125 pages [ 0.201461] smpboot: Max logical packages: 1 [ 0.202325] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203711] x2apic enabled [ 0.204534] Switched APIC routing to physical x2apic. [ 0.206305] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207438] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209457] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211280] KVM setup paravirtual spinlock [ 0.212589] x86: Booted up 1 node, 1 CPUs [ 0.213413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214828] devtmpfs: initialized [ 0.216557] evm: security.selinux [ 0.217245] evm: security.SMACK64 [ 0.217944] evm: security.SMACK64EXEC [ 0.218703] evm: security.SMACK64TRANSMUTE [ 0.219525] evm: security.SMACK64MMAP [ 0.220285] evm: security.ima [ 0.220953] evm: security.capability [ 0.221772] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223659] pinctrl core: initialized pinctrl subsystem [ 0.224785] RTC time: 8:03:23, date: 10/22/18 [ 0.225757] NET: Registered protocol family 16 [ 0.226745] cpuidle: using governor ladder [ 0.227594] cpuidle: using governor menu [ 0.228414] PCCT header not found. [ 0.229186] ACPI: bus type PCI registered [ 0.230003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231271] PCI: Using configuration type 1 for base access [ 0.233037] ACPI: Added _OSI(Module Device) [ 0.233949] ACPI: Added _OSI(Processor Device) [ 0.234818] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235723] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237859] ACPI: Interpreter enabled [ 0.238642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240513] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.242349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.244203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.246043] ACPI: (supports S0 S5) [ 0.246752] ACPI: Using IOAPIC for interrupt routing [ 0.247807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250909] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252060] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253300] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254490] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256712] acpiphp: Slot [3] registered [ 0.257760] acpiphp: Slot [4] registered [ 0.258791] acpiphp: Slot [5] registered [ 0.259813] acpiphp: Slot [6] registered [ 0.260837] acpiphp: Slot [7] registered [ 0.261857] acpiphp: Slot [8] registered [ 0.262943] acpiphp: Slot [9] registered [ 0.263963] acpiphp: Slot [10] registered [ 0.265008] acpiphp: Slot [11] registered [ 0.266053] acpiphp: Slot [12] registered [ 0.267091] acpiphp: Slot [13] registered [ 0.268129] acpiphp: Slot [14] registered [ 0.269220] acpiphp: Slot [15] registered [ 0.280509] acpiphp: Slot [16] registered [ 0.281569] acpiphp: Slot [17] registered [ 0.282617] acpiphp: Slot [18] registered [ 0.283662] acpiphp: Slot [19] registered [ 0.284711] acpiphp: Slot [20] registered [ 0.285755] acpiphp: Slot [21] registered [ 0.286793] acpiphp: Slot [22] registered [ 0.287817] acpiphp: Slot [23] registered [ 0.288643] acpiphp: Slot [24] registered [ 0.289459] acpiphp: Slot [25] registered [ 0.290268] acpiphp: Slot [26] registered [ 0.291068] acpiphp: Slot [27] registered [ 0.291883] acpiphp: Slot [28] registered [ 0.292721] acpiphp: Slot [29] registered [ 0.293580] acpiphp: Slot [30] registered [ 0.294420] acpiphp: Slot [31] registered [ 0.295265] PCI host bridge to bus 0000:00 [ 0.296106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297385] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301735] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.307986] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309269] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310436] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311813] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318244] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365779] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367273] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368697] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371662] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372917] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374085] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376870] vgaarb: loaded [ 0.377484] vgaarb: bridge control possible 0000:00:02.0 [ 0.378630] SCSI subsystem initialized [ 0.379447] ACPI: bus type USB registered [ 0.380257] usbcore: registered new interface driver usbfs [ 0.381278] usbcore: registered new interface driver hub [ 0.382276] usbcore: registered new device driver usb [ 0.383383] PCI: Using ACPI for IRQ routing [ 0.384411] NetLabel: Initializing [ 0.385118] NetLabel: domain hash size = 128 [ 0.385967] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386917] NetLabel: unlabeled traffic allowed by default [ 0.388008] clocksource: Switched to clocksource kvm-clock [ 0.393372] AppArmor: AppArmor Filesystem Enabled [ 0.394348] pnp: PnP ACPI init [ 0.395253] pnp: PnP ACPI: found 5 devices [ 0.401619] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403349] NET: Registered protocol family 2 [ 0.404306] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405573] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406739] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407887] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408970] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410132] NET: Registered protocol family 1 [ 0.410994] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412084] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413151] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427334] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441719] Trying to unpack rootfs image as initramfs... [ 0.491252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505425] Scanning for low memory corruption every 60 seconds [ 0.506781] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507923] audit: initializing netlink subsys (disabled) [ 0.508956] audit: type=2000 audit(1540195403.841:1): initialized [ 0.510264] Initialise system trusted keyring [ 0.511184] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512348] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514303] zbud: loaded [ 0.514996] VFS: Disk quotas dquot_6.6.0 [ 0.515811] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517322] fuse init (API version 7.23) [ 0.518211] Key type big_key registered [ 0.519001] Allocating IMA MOK and blacklist keyrings. [ 0.520109] Key type asymmetric registered [ 0.520933] Asymmetric key parser 'x509' registered [ 0.521875] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523723] io scheduler noop registered [ 0.524524] io scheduler deadline registered (default) [ 0.525502] io scheduler cfq registered [ 0.526325] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527449] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528725] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530174] ACPI: Power Button [PWRF] [ 0.530994] GHES: HEST is not enabled! [ 0.544754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.574578] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576836] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605683] Linux agpgart interface v0.103 [ 0.608171] brd: module loaded [ 0.609698] loop: module loaded [ 0.615328] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.617103] GPT:90111 != 2097151 [ 0.617904] GPT:Alternate GPT header not at the end of the disk. [ 0.619189] GPT:90111 != 2097151 [ 0.619945] GPT: Use GNU Parted to correct GPT errors. [ 0.621063] vda: vda1 vda15 [ 0.622711] scsi host0: ata_piix [ 0.623585] scsi host1: ata_piix [ 0.624491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.627483] libphy: Fixed MDIO Bus: probed [ 0.628528] tun: Universal TUN/TAP device driver, 1.6 [ 0.629939] tun: (C) 1999-2004 Max Krasnyansky [ 0.632319] PPP generic driver version 2.4.2 [ 0.633300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.634600] ehci-pci: EHCI PCI platform driver [ 0.635549] ehci-platform: EHCI generic platform driver [ 0.636621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.637941] ohci-pci: OHCI PCI platform driver [ 0.638887] ohci-platform: OHCI generic platform driver [ 0.639949] uhci_hcd: USB Universal Host Controller Interface driver [ 0.654485] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657596] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.658897] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.660302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.661862] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663631] usb usb1: Product: UHCI Host Controller [ 0.664911] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.666367] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667620] hub 1-0:1.0: USB hub found [ 0.668518] hub 1-0:1.0: 2 ports detected [ 0.669528] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.671847] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672929] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674123] mousedev: PS/2 mouse device common for all mice [ 0.675623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677726] rtc_cmos 00:00: RTC can wake from S4 [ 0.678965] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680375] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.681793] i2c /dev entries driver [ 0.682609] device-mapper: uevent: version 1.0.3 [ 0.683656] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685483] ledtrig-cpu: registered to indicate activity on CPUs [ 0.686932] NET: Registered protocol family 10 [ 0.688053] NET: Registered protocol family 17 [ 0.689046] Key type dns_resolver registered [ 0.690137] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.691366] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.693385] registered taskstats version 1 [ 0.694333] Loading compiled-in X.509 certificates [ 0.695957] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698312] zswap: loaded using pool lzo/zbud [ 0.700494] Key type trusted registered [ 0.702605] Key type encrypted registered [ 0.703472] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704521] ima: No TPM chip found, activating TPM-bypass! [ 0.705569] evm: HMAC attrs: 0x1 [ 0.706545] Magic number: 6:39:69 [ 0.707399] rtc_cmos 00:00: setting system clock to 2018-10-22 08:03:23 UTC (1540195403) [ 0.709017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710136] EDD information not available. [ 0.784997] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786555] Write protecting the kernel read-only data: 14336k [ 0.798597] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800396] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.842916] 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.05 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.54. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB6B8BUfUspzsBomk/X4j3WzW0Xk0FLKrk5HbxkUkUtjebS+IozcpTi2Yf8jMMWN0wnKV2O/+VmnnbQPY2d3DhgKGpvXKlsjALH5PbdDMR3YRggRE4B0/8pZ5sps+lJ9gPVWTyPoFQdV1JM2XLmqyaNZHjgSuAz7PU+n82Nyxy934ruLFkFMHNb6LkB0tk82RM7DU4zzMBHS1Tp+jgsR8eYfGZ+MunZ5mmd01uxB9qDTYnpcO+rMwjtsR5qk5ERaN3jsyCFC1sfl6FCeplrxkwTTBSlpopb9t+2raMyZ3Nrjs6NvzJFxoK1ansoh16SY9D+CM+GXlqWv25ZX7im8sN root@vping-userdata-vm2-72da5902-0183-4b44-8eea-a145a991ee6b ssh-dss AAAAB3NzaC1kc3MAAACBAODa4P1eV6Bkx/UdpufzNrZZD/2w5rHg36z8tHkFModeaVXlVvbyEK/WNdIWU3RE/Vod0DrXzjRy8hdPmR2t7nfwYZWIMZQq30c0rkezvW2y3mz8PdkS82NLx4BwSaTelQZ38M5/UDXGUYL/jDyVMfHNEoT1qkYwIHClXugznwWHAAAAFQCq2Y2VHCkyHzgvBOoxok82P+sAFQAAAIB//tAuaTsvx9Seqy4jPZcZ8tKpO3qfVEhIr+FcdFPqI1u9N/3nOfGienZQ2KgS5smaPhSrCteov34I1PO4P/PXH6F1pAHWkRxGhgpxZNMX07a2XBXpAzJVYFFIj0v9BawpYAHLFL7ja0lzpHR7b+CzSv7MeR3KY4LKt0UmCftx0gAAAIEAqR6DLxd1q/+Zq+0Mq+rOruCmzjHQ8j8lMZ/En70f9oad71R7/YicSahezKpLFwixDVBCRrBxJwCd5DNNHhuinlohq0km4Hz0FKjdpuV4t1IfyQ9/QaCAekgboPlD0iZsrKtJZcqirFu9I/T2BDXB95aByt+PqihWu1kjiQY9+ZA= root@vping-userdata-vm2-72da5902-0183-4b44-8eea-a145a991ee6b -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe56:aa58/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.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-72da5902-0183-4b44-8eea-a145a991ee6b launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.61 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-72da5902-0183-4b44-8eea-a145a991ee6b login: 2018-10-22 08:03:28,510 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-22 08:03:28,622 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:03:28,622 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-22 08:03:49,452 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-22 08:03:50,404 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_4af368bd-c7d2-4436-8b27-70257343a0d0', 'id': u'98a6349bd822456abfdfc879af45550c', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', '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-10-22 08:03:50,844 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'386458e10ee74c3eb7a4b503d5615406', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_4af368bd-c7d2-4436-8b27-70257343a0d0'}) 2018-10-22 08:03:51,008 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:03:51,131 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/c0959a9f55d54d9684c179130d4c0127'}, 'domain_id': None, 'human_id': None, 'id': u'c0959a9f55d54d9684c179130d4c0127', 'HUMAN_ID': False}) 2018-10-22 08:03:51,687 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_4af368bd-c7d2-4436-8b27-70257343a0d0', 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': '42ae228b-7607-4e04-bfe2-bf02b70c62bf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_4af368bd-c7d2-4436-8b27-70257343a0d0', 'project_id': u'98a6349bd822456abfdfc879af45550c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:03:51,693 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_4af368bd-c7d2-4436-8b27-70257343a0d0', 'password': '42ae228b-7607-4e04-bfe2-bf02b70c62bf', 'project_name': 'tempest_smoke_seri-project_4af368bd-c7d2-4436-8b27-70257343a0d0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '98a6349bd822456abfdfc879af45550c', 'project_domain_name': 'Default'} 2018-10-22 08:03:52,835 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 08:04:03,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 08:04:02.784 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ceefaa48-8c37-40b6-8b15-6dcfea69494e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ceefaa48-8c37-40b6-8b15-6dcfea69494e | 2018-10-22T08:04:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ceefaa48-8c37-40b6-8b15-6dcfea69494e ~/.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-10-22 08:04:06,620 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-10-22 08:04:06,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 08:04:13,707 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 08:04:10.868 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 08:04:11.029 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 08:04:13.514 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1) as the default verifier for the future CLI operations. 2018-10-22 08:04:16,712 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-22 08:04:19,426 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/b3e95540-ced5-45c5-af53-800fa8b51b98/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b3e95540-ced5-45c5-af53-800fa8b51b98/file', 'owner': u'98a6349bd822456abfdfc879af45550c', 'id': u'b3e95540-ced5-45c5-af53-800fa8b51b98', 'size': 12716032, u'self': u'/v2/images/b3e95540-ced5-45c5-af53-800fa8b51b98', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'98a6349bd822456abfdfc879af45550c', 'name': 'tempest_smoke_seri-project_4af368bd-c7d2-4436-8b27-70257343a0d0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/b3e95540-ced5-45c5-af53-800fa8b51b98/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:04:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T08:04:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_4af368bd-c7d2-4436-8b27-70257343a0d0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b3e95540-ced5-45c5-af53-800fa8b51b98', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_4af368bd-c7d2-4436-8b27-70257343a0d0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_4af368bd-c7d2-4436-8b27-70257343a0d0', 'created': u'2018-10-22T08:04:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:04:17Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b3e95540-ced5-45c5-af53-800fa8b51b98', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_4af368bd-c7d2-4436-8b27-70257343a0d0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:04:19,648 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_4af368bd-c7d2-4436-8b27-70257343a0d0', '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'f281155a378b4c45907df4c470833e42', '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'a1b8029e-3ec5-4869-b383-47a80fe3fcc2', 'swap': 0}) 2018-10-22 08:04:22,777 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/9f15f757-fe88-400a-8761-7152655ae385/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9f15f757-fe88-400a-8761-7152655ae385/file', 'owner': u'98a6349bd822456abfdfc879af45550c', 'id': u'9f15f757-fe88-400a-8761-7152655ae385', 'size': 12716032, u'self': u'/v2/images/9f15f757-fe88-400a-8761-7152655ae385', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'98a6349bd822456abfdfc879af45550c', 'name': 'tempest_smoke_seri-project_4af368bd-c7d2-4436-8b27-70257343a0d0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/9f15f757-fe88-400a-8761-7152655ae385/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:04:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T08:04:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_4af368bd-c7d2-4436-8b27-70257343a0d0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9f15f757-fe88-400a-8761-7152655ae385', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_4af368bd-c7d2-4436-8b27-70257343a0d0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_4af368bd-c7d2-4436-8b27-70257343a0d0', 'created': u'2018-10-22T08:04:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:04:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9f15f757-fe88-400a-8761-7152655ae385', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_4af368bd-c7d2-4436-8b27-70257343a0d0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:04:22,840 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_4af368bd-c7d2-4436-8b27-70257343a0d0', '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'f281155a378b4c45907df4c470833e42', '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'd4577a4e-754b-4350-a914-feddfb35d5d3', 'swap': 0}) 2018-10-22 08:04:22,864 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_4af368bd-c7d2-4436-8b27-70257343a0d0', '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'f281155a378b4c45907df4c470833e42', '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'd4577a4e-754b-4350-a914-feddfb35d5d3', 'swap': 0}) 2018-10-22 08:04:26,003 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 08:04:24.973 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1) for deployment 'opnfv-rally' (UUID=ceefaa48-8c37-40b6-8b15-6dcfea69494e). 2018-10-22 08:04:25.834 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 08:04:25.836 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1) has been successfully configured for deployment 'opnfv-rally' (UUID=ceefaa48-8c37-40b6-8b15-6dcfea69494e)! 2018-10-22 08:04:26,004 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 08:04:26,004 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 08:04:26,007 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 08:04:26,028 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 08:04:30,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-22 08:04:30,941 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 08:04:30,974 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 08:04:30,974 - 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-10-22 08:04:33,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:04:33.179 51 INFO rally.api [-] Starting verification (UUID=bd32c437-a2f8-4e2e-b79a-9432e658ec21) for deployment 'opnfv-rally' (UUID=ceefaa48-8c37-40b6-8b15-6dcfea69494e) by verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1). 2018-10-22 08:04:33,181 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bd32c437-a2f8-4e2e-b79a-9432e658ec21 2018-10-22 08:04:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:04:39.142 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-10-22 08:04:39,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:04:39.194 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.053s] 2018-10-22 08:04:45,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:04:45.367 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.458s] 2018-10-22 08:04:48,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:04:48.368 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.999s] 2018-10-22 08:05:00,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:05:00.760 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.937s] 2018-10-22 08:05:17,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:05:17.082 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.993s] 2018-10-22 08:05:54,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:05:54.632 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.063s] 2018-10-22 08:05:54,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:05:54.633 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-22 08:06:34,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:06:34.255 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2018-10-22 08:06:34,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:06:34.256 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-22 08:07:14,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:07:14.266 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-10-22 08:07:14,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:07:14.267 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 08:08:06,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:06.131 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.094s] 2018-10-22 08:08:33,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:33.279 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-10-22 08:08:33,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:33.374 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-10-22 08:08:41,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:41.248 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.667s] 2018-10-22 08:08:41,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:41.257 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-22 08:08:42,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:42.696 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 08:08:42,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:42.697 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 08:08:47,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:47.016 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.314s] 2018-10-22 08:08:53,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:53.230 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.411s] 2018-10-22 08:08:59,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:08:59.524 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.584s] 2018-10-22 08:09:06,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:06.727 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.381s] 2018-10-22 08:09:15,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:15.868 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.986s] 2018-10-22 08:09:22,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:22.134 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.702s] 2018-10-22 08:09:27,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:27.972 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.171s] 2018-10-22 08:09:35,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:35.401 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.449s] 2018-10-22 08:09:42,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:42.767 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.721s] 2018-10-22 08:09:51,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:51.658 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.766s] 2018-10-22 08:09:53,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:53.755 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-22 08:09:55,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:55.745 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-10-22 08:09:55,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:55.818 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-10-22 08:09:55,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:55.895 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-10-22 08:09:55,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:55.901 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-22 08:09:59,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:09:59.791 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.822s] 2018-10-22 08:10:01,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:01.635 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.843s] 2018-10-22 08:10:03,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:03.871 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.236s] 2018-10-22 08:10:10,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:10.629 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-22 08:10:18,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:18.140 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.277s] 2018-10-22 08:10:34,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:34.853 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.884s] 2018-10-22 08:10:39,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:39.383 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.529s] 2018-10-22 08:10:52,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:52.349 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.642s] 2018-10-22 08:10:55,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:10:55.930 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.580s] 2018-10-22 08:11:04,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:04.328 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.398s] 2018-10-22 08:11:13,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:13.495 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.793s] 2018-10-22 08:11:16,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:16.992 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.495s] 2018-10-22 08:11:23,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:23.695 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.702s] 2018-10-22 08:11:38,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:38.826 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.382s] 2018-10-22 08:11:39,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:39.108 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.282s] 2018-10-22 08:11:39,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:39.370 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.262s] 2018-10-22 08:11:39,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:39.593 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.223s] 2018-10-22 08:11:39,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:39.820 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.226s] 2018-10-22 08:11:39,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:39.875 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-10-22 08:11:53,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:53.172 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.598s] 2018-10-22 08:11:53,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:53.586 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.414s] 2018-10-22 08:11:53,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:53.845 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.258s] 2018-10-22 08:11:53,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:53.898 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2018-10-22 08:11:54,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:54.277 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.378s] 2018-10-22 08:11:54,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:11:54.495 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.218s] 2018-10-22 08:12:07,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:07.346 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.413s] 2018-10-22 08:12:12,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:12.753 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.406s] 2018-10-22 08:12:14,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:14.619 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.866s] 2018-10-22 08:12:14,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:14.838 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.218s] 2018-10-22 08:12:14,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:14.914 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.076s] 2018-10-22 08:12:26,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:26.730 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.330s] 2018-10-22 08:12:31,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:31.728 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.997s] 2018-10-22 08:12:33,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:33.944 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.215s] 2018-10-22 08:12:34,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:34.141 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-10-22 08:12:34,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:34.195 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.054s] 2018-10-22 08:12:55,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:12:55.129 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.791s] 2018-10-22 08:13:07,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:13:07.075 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.945s] 2018-10-22 08:13:17,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:13:17.510 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.434s] 2018-10-22 08:13:27,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:13:27.165 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.654s] 2018-10-22 08:13:57,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:13:57.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.766s] 2018-10-22 08:14:08,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:08.959 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.246s] 2018-10-22 08:14:19,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:19.828 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.868s] 2018-10-22 08:14:29,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:29.481 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.653s] 2018-10-22 08:14:45,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:45.907 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.550s] 2018-10-22 08:14:48,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:48.583 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.671s] 2018-10-22 08:14:48,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:48.764 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.186s] 2018-10-22 08:14:53,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:53.501 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.558s] 2018-10-22 08:14:55,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:55.762 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.259s] 2018-10-22 08:14:56,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:14:56.086 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.327s] 2018-10-22 08:15:00,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:00.453 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.312s] 2018-10-22 08:15:03,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:03.614 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-22 08:15:04,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:04.950 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-22 08:15:04,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:04.952 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-22 08:15:04,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:04.953 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-22 08:15:04,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:04.954 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 08:15:04,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:04.956 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-22 08:15:06,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:06.898 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-22 08:15:22,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:22.910 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.128s] 2018-10-22 08:15:34,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:34.324 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.356s] 2018-10-22 08:15:46,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:46.470 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.142s] 2018-10-22 08:15:55,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:15:55.529 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.199s] 2018-10-22 08:17:39,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:17:39.718 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [97.292s] 2018-10-22 08:18:18,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:18:18.585 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.295s] 2018-10-22 08:19:16,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:19:16.506 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.124s] 2018-10-22 08:19:37,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: bd32c437-a2f8-4e2e-b79a-9432e658ec21 2018-10-22 08:19:37,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bd32c437-a2f8-4e2e-b79a-9432e658ec21']'. 2018-10-22 08:19:38,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 08:19:38,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 08:19:38,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bd32c437-a2f8-4e2e-b79a-9432e658ec21 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 08:04:33 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 08:19:36 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:03 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1) | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ceefaa48-8c37-40b6-8b15-6dcfea69494e) | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 879.407 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 08:19:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 08:19:38,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-22 08:19:38,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 08:19:38,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 08:19:38,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 08:19:38,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-10-22 08:19:38,253 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:19:38,253 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:21 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-10-22 08:19:43,220 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-22 08:19:44,147 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'id': u'373b5a03f3c541c4a4f32541147237f2', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-22 08:19:44,600 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b5f7b9c1ad2646a7b7d4af289ff92a56', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_f8053b8f-5034-4a0c-9ac9-c17633c910c8'}) 2018-10-22 08:19:44,690 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:19:44,866 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/4cfbb9ec3fb749feb91789b1274d5d9c'}, 'domain_id': None, 'human_id': None, 'id': u'4cfbb9ec3fb749feb91789b1274d5d9c', 'HUMAN_ID': False}) 2018-10-22 08:19:45,418 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 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': '1017127e-7854-488a-b6b0-9913e5062f18', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'project_id': u'373b5a03f3c541c4a4f32541147237f2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:19:45,424 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'password': '1017127e-7854-488a-b6b0-9913e5062f18', 'project_name': 'rally_sanity-project_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '373b5a03f3c541c4a4f32541147237f2', 'project_domain_name': 'Default'} 2018-10-22 08:19:46,047 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-22 08:19:46,397 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-10-22 08:19:47,079 - 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-10-22T08:19:46Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3f75777e-a0ad-44b9-82ee-f035a0e238d4', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_f8053b8f-5034-4a0c-9ac9-c17633c910c8', u'created_at': u'2018-10-22T08:19:46Z', u'mtu': 1450, u'tenant_id': u'373b5a03f3c541c4a4f32541147237f2', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'373b5a03f3c541c4a4f32541147237f2'}) 2018-10-22 08:19:48,444 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T08:19:48Z', 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'c586e182-c284-4b2e-a157-16a3429814a0', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_f8053b8f-5034-4a0c-9ac9-c17633c910c8', u'enable_dhcp': True, u'network_id': u'3f75777e-a0ad-44b9-82ee-f035a0e238d4', u'tenant_id': u'373b5a03f3c541c4a4f32541147237f2', u'created_at': u'2018-10-22T08:19:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'373b5a03f3c541c4a4f32541147237f2'}) 2018-10-22 08:19:53,495 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T08:19:50Z', u'revision_number': 3, u'ha': True, u'id': u'7ac4689d-1616-4a90-8bf4-3e2ab32f53d6', u'external_gateway_info': {u'network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'53fb6b01-2f77-471b-b63c-7120427c7852', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_f8053b8f-5034-4a0c-9ac9-c17633c910c8', u'admin_state_up': True, u'tenant_id': u'373b5a03f3c541c4a4f32541147237f2', u'created_at': u'2018-10-22T08:19:49Z', u'flavor_id': None, u'routes': [], u'project_id': u'373b5a03f3c541c4a4f32541147237f2'}) 2018-10-22 08:19:57,838 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/d55c3396-7b62-4d3c-97c3-0a3443dd861e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d55c3396-7b62-4d3c-97c3-0a3443dd861e/file', 'owner': u'373b5a03f3c541c4a4f32541147237f2', 'id': u'd55c3396-7b62-4d3c-97c3-0a3443dd861e', 'size': 12716032, u'self': u'/v2/images/d55c3396-7b62-4d3c-97c3-0a3443dd861e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'373b5a03f3c541c4a4f32541147237f2', 'name': 'rally_sanity-project_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/d55c3396-7b62-4d3c-97c3-0a3443dd861e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:19:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T08:19:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d55c3396-7b62-4d3c-97c3-0a3443dd861e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'created': u'2018-10-22T08:19:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:19:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d55c3396-7b62-4d3c-97c3-0a3443dd861e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:19:58,022 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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'f281155a378b4c45907df4c470833e42', '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'c641fe10-7373-4616-b5c1-2c834483861b', 'swap': 0}) 2018-10-22 08:19:58,046 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 08:20:00,607 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 08:20:00.167 115 INFO rally.deployment.engine [-] Deployment ceefaa48-8c37-40b6-8b15-6dcfea69494e | Starting: Destroy cloud and free allocated resources. 2018-10-22 08:20:00.274 115 INFO rally.deployment.engine [-] Deployment ceefaa48-8c37-40b6-8b15-6dcfea69494e | Completed: Destroy cloud and free allocated resources. 2018-10-22 08:20:00.316 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1) for deployment 'opnfv-rally'. 2018-10-22 08:20:00.333 115 INFO rally.api [-] Deleting verification (UUID=bd32c437-a2f8-4e2e-b79a-9432e658ec21). 2018-10-22 08:20:00.377 115 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 08:20:00.377 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1). 2018-10-22 08:20:00.385 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 08:20:03,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 08:20:02.779 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=83332d38-05cd-4bf6-a070-0a4fcffc352b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 83332d38-05cd-4bf6-a070-0a4fcffc352b | 2018-10-22T08:20:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 83332d38-05cd-4bf6-a070-0a4fcffc352b ~/.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-10-22 08:20:06,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-10-22 08:20:06,356 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-22 08:20:06,609 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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'f281155a378b4c45907df4c470833e42', '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'4b23c805-50c2-48c4-886e-8ce176cb9cc7', 'swap': 0}) 2018-10-22 08:20:06,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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'f281155a378b4c45907df4c470833e42', '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'4b23c805-50c2-48c4-886e-8ce176cb9cc7', 'swap': 0}) 2018-10-22 08:20:06,635 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-22 08:20:06,635 - 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-10-22 08:20:06,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:20:06,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:20:06,657 - 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': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:21:06,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ff21c30d-3bc4-4737-8fea-ab6fadae3449 2018-10-22 08:21:06,949 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-22 08:21:06,950 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ff21c30d-3bc4-4737-8fea-ab6fadae3449'] 2018-10-22 08:21:08,014 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ff21c30d-3bc4-4737-8fea-ab6fadae3449 -------------------------------------------------------------------------------- Task ff21c30d-3bc4-4737-8fea-ab6fadae3449: 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 ff21c30d-3bc4-4737-8fea-ab6fadae3449 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | total | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> duration | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.492254 Full duration: 7.038308 -------------------------------------------------------------------------------- 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 ff21c30d-3bc4-4737-8fea-ab6fadae3449 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.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767007 Full duration: 7.526151 -------------------------------------------------------------------------------- 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 ff21c30d-3bc4-4737-8fea-ab6fadae3449 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.937661 Full duration: 7.692031 -------------------------------------------------------------------------------- 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 ff21c30d-3bc4-4737-8fea-ab6fadae3449 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.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799079 Full duration: 7.692596 -------------------------------------------------------------------------------- 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 ff21c30d-3bc4-4737-8fea-ab6fadae3449 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | total | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> duration | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.910688 Full duration: 7.686658 -------------------------------------------------------------------------------- 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 ff21c30d-3bc4-4737-8fea-ab6fadae3449 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.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676879 Full duration: 7.451796 HINTS: * To plot HTML graphics with this data, run: rally task report ff21c30d-3bc4-4737-8fea-ab6fadae3449 --out output.html * To generate a JUnit report, run: rally task export ff21c30d-3bc4-4737-8fea-ab6fadae3449 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ff21c30d-3bc4-4737-8fea-ab6fadae3449 --json --out output.json 2018-10-22 08:21:08,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ff21c30d-3bc4-4737-8fea-ab6fadae3449', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-22 08:21:10,186 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ff21c30d-3bc4-4737-8fea-ab6fadae3449 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-22 08:21:10.080 726 INFO rally.api [-] Building 'json' report for the following task(s): 'ff21c30d-3bc4-4737-8fea-ab6fadae3449'. 2018-10-22 08:21:10.085 726 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:21:10,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ff21c30d-3bc4-4737-8fea-ab6fadae3449', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-22 08:21:12,297 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ff21c30d-3bc4-4737-8fea-ab6fadae3449 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-22 08:21:12.157 729 INFO rally.api [-] Building 'html' report for the following task(s): 'ff21c30d-3bc4-4737-8fea-ab6fadae3449'. 2018-10-22 08:21:12.192 729 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:21:12,302 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-22 08:21:12,303 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-22 08:21:12,305 - 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-10-22 08:21:12,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:21:12,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:21:12,332 - 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': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:22:50,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : af5cb6cc-9858-41f5-8407-d76a54ab1343 2018-10-22 08:22:50,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'af5cb6cc-9858-41f5-8407-d76a54ab1343'] 2018-10-22 08:22:51,740 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid af5cb6cc-9858-41f5-8407-d76a54ab1343 -------------------------------------------------------------------------------- Task af5cb6cc-9858-41f5-8407-d76a54ab1343: 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 af5cb6cc-9858-41f5-8407-d76a54ab1343 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.74 | 4.74 | 4.74 | 4.74 | 4.74 | 4.74 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> glance_v2.upload_data | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | glance_v2.delete_image | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | total | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 100.0% | 1 | | -> duration | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 6.014 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.013676 Full duration: 14.289686 -------------------------------------------------------------------------------- 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 af5cb6cc-9858-41f5-8407-d76a54ab1343 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.771 | 4.771 | 4.771 | 4.771 | 4.771 | 4.771 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | -> glance_v2.upload_data | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 100.0% | 1 | | glance_v2.list_images | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 100.0% | 1 | | -> duration | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 4.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.945513 Full duration: 17.350545 -------------------------------------------------------------------------------- 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 af5cb6cc-9858-41f5-8407-d76a54ab1343 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.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | -> duration | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.354809 Full duration: 8.128718 -------------------------------------------------------------------------------- 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_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "number_instances": 2, "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] }, "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 af5cb6cc-9858-41f5-8407-d76a54ab1343 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.039 | 4.039 | 4.039 | 4.039 | 4.039 | 4.039 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | -> glance_v2.upload_data | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | nova.boot_servers | 13.423 | 13.423 | 13.423 | 13.423 | 13.423 | 13.423 | 100.0% | 1 | | total | 17.462 | 17.462 | 17.462 | 17.462 | 17.462 | 17.462 | 100.0% | 1 | | -> duration | 16.462 | 16.462 | 16.462 | 16.462 | 16.462 | 16.462 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.462164 Full duration: 39.899544 HINTS: * To plot HTML graphics with this data, run: rally task report af5cb6cc-9858-41f5-8407-d76a54ab1343 --out output.html * To generate a JUnit report, run: rally task export af5cb6cc-9858-41f5-8407-d76a54ab1343 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report af5cb6cc-9858-41f5-8407-d76a54ab1343 --json --out output.json 2018-10-22 08:22:51,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'af5cb6cc-9858-41f5-8407-d76a54ab1343', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-22 08:22:54,149 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid af5cb6cc-9858-41f5-8407-d76a54ab1343 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-22 08:22:54.024 1282 INFO rally.api [-] Building 'json' report for the following task(s): 'af5cb6cc-9858-41f5-8407-d76a54ab1343'. 2018-10-22 08:22:54.030 1282 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:22:54,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'af5cb6cc-9858-41f5-8407-d76a54ab1343', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-22 08:22:56,344 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid af5cb6cc-9858-41f5-8407-d76a54ab1343 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-22 08:22:56.223 1285 INFO rally.api [-] Building 'html' report for the following task(s): 'af5cb6cc-9858-41f5-8407-d76a54ab1343'. 2018-10-22 08:22:56.245 1285 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:22:56,350 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-22 08:22:56,350 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-22 08:22:56,351 - 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-10-22 08:22:56,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:22:56,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:22:56,381 - 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': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:26:15,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3799cd56-acb3-464d-8142-fd96ab5ac8d9 2018-10-22 08:26:15,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3799cd56-acb3-464d-8142-fd96ab5ac8d9'] 2018-10-22 08:26:16,822 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3799cd56-acb3-464d-8142-fd96ab5ac8d9 -------------------------------------------------------------------------------- Task 3799cd56-acb3-464d-8142-fd96ab5ac8d9: 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.191 | 3.191 | 3.191 | 3.191 | 3.191 | 3.191 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | total | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 100.0% | 1 | | -> duration | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.631304 Full duration: 23.783827 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.375 | 3.375 | 3.375 | 3.375 | 3.375 | 3.375 | 100.0% | 1 | | cinder_v2.delete_volume | 2.842 | 2.842 | 2.842 | 2.842 | 2.842 | 2.842 | 100.0% | 1 | | total | 6.218 | 6.218 | 6.218 | 6.218 | 6.218 | 6.218 | 100.0% | 1 | | -> duration | 6.218 | 6.218 | 6.218 | 6.218 | 6.218 | 6.218 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.217727 Full duration: 16.681786 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.689 | 8.689 | 8.689 | 8.689 | 8.689 | 8.689 | 100.0% | 1 | | cinder_v2.delete_volume | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 100.0% | 1 | | total | 11.009 | 11.009 | 11.009 | 11.009 | 11.009 | 11.009 | 100.0% | 1 | | -> duration | 11.009 | 11.009 | 11.009 | 11.009 | 11.009 | 11.009 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.009485 Full duration: 22.209912 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.32 | 3.32 | 3.32 | 3.32 | 3.32 | 3.32 | 100.0% | 1 | | cinder_v2.delete_volume | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 100.0% | 1 | | total | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 100.0% | 1 | | -> duration | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.834165 Full duration: 15.663368 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.052 | 3.052 | 3.052 | 3.052 | 3.052 | 3.052 | 100.0% | 1 | | cinder_v2.extend_volume | 2.647 | 2.647 | 2.647 | 2.647 | 2.647 | 2.647 | 100.0% | 1 | | cinder_v2.delete_volume | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 100.0% | 1 | | total | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 100.0% | 1 | | -> duration | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.031437 Full duration: 17.903083 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.211 | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 100.0% | 1 | | cinder_v2.delete_volume | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 100.0% | 1 | | total | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 100.0% | 1 | | -> duration | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.829164 Full duration: 22.864516 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | cinder_v2.list_qos | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788129 Full duration: 12.78169 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | cinder_v2.set_qos | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> duration | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.872689 Full duration: 12.454091 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 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.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | cinder_v2.list_types | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78836 Full duration: 12.263952 -------------------------------------------------------------------------------- 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 3799cd56-acb3-464d-8142-fd96ab5ac8d9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> duration | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817052 Full duration: 12.254748 HINTS: * To plot HTML graphics with this data, run: rally task report 3799cd56-acb3-464d-8142-fd96ab5ac8d9 --out output.html * To generate a JUnit report, run: rally task export 3799cd56-acb3-464d-8142-fd96ab5ac8d9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3799cd56-acb3-464d-8142-fd96ab5ac8d9 --json --out output.json 2018-10-22 08:26:16,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3799cd56-acb3-464d-8142-fd96ab5ac8d9', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-22 08:26:19,022 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3799cd56-acb3-464d-8142-fd96ab5ac8d9 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-22 08:26:18.913 3074 INFO rally.api [-] Building 'json' report for the following task(s): '3799cd56-acb3-464d-8142-fd96ab5ac8d9'. 2018-10-22 08:26:18.921 3074 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:26:19,023 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3799cd56-acb3-464d-8142-fd96ab5ac8d9', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-22 08:26:21,279 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3799cd56-acb3-464d-8142-fd96ab5ac8d9 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-22 08:26:21.149 3077 INFO rally.api [-] Building 'html' report for the following task(s): '3799cd56-acb3-464d-8142-fd96ab5ac8d9'. 2018-10-22 08:26:21.178 3077 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:26:21,290 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-22 08:26:21,290 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-22 08:26:21,291 - 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-10-22 08:26:21,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:26:21,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:26:21,316 - 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': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:27:46,925 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f81053de-cedc-446e-babc-d2bb09704ae2 2018-10-22 08:27:46,925 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f81053de-cedc-446e-babc-d2bb09704ae2'] 2018-10-22 08:27:47,879 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f81053de-cedc-446e-babc-d2bb09704ae2 -------------------------------------------------------------------------------- Task f81053de-cedc-446e-babc-d2bb09704ae2: 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 f81053de-cedc-446e-babc-d2bb09704ae2 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.598 | 4.598 | 4.598 | 4.598 | 4.598 | 4.598 | 100.0% | 1 | | heat.update_stack | 3.053 | 3.053 | 3.053 | 3.053 | 3.053 | 3.053 | 100.0% | 1 | | heat.delete_stack | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 100.0% | 1 | | total | 10.363 | 10.363 | 10.363 | 10.363 | 10.363 | 10.363 | 100.0% | 1 | | -> duration | 6.363 | 6.363 | 6.363 | 6.363 | 6.363 | 6.363 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.362839 Full duration: 20.389699 -------------------------------------------------------------------------------- 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 f81053de-cedc-446e-babc-d2bb09704ae2 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.491 | 4.491 | 4.491 | 4.491 | 4.491 | 4.491 | 100.0% | 1 | | heat.check_stack | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | heat.delete_stack | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | total | 7.167 | 7.167 | 7.167 | 7.167 | 7.167 | 7.167 | 100.0% | 1 | | -> duration | 5.167 | 5.167 | 5.167 | 5.167 | 5.167 | 5.167 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.166907 Full duration: 17.027246 -------------------------------------------------------------------------------- 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 f81053de-cedc-446e-babc-d2bb09704ae2 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.766 | 4.766 | 4.766 | 4.766 | 4.766 | 4.766 | 100.0% | 1 | | heat.suspend_stack | 1.884 | 1.884 | 1.884 | 1.884 | 1.884 | 1.884 | 100.0% | 1 | | heat.resume_stack | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | heat.delete_stack | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 100.0% | 1 | | total | 9.898 | 9.898 | 9.898 | 9.898 | 9.898 | 9.898 | 100.0% | 1 | | -> duration | 7.898 | 7.898 | 7.898 | 7.898 | 7.898 | 7.898 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.898168 Full duration: 18.31902 -------------------------------------------------------------------------------- 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 f81053de-cedc-446e-babc-d2bb09704ae2 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.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | total | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | -> duration | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.600215 Full duration: 8.485324 HINTS: * To plot HTML graphics with this data, run: rally task report f81053de-cedc-446e-babc-d2bb09704ae2 --out output.html * To generate a JUnit report, run: rally task export f81053de-cedc-446e-babc-d2bb09704ae2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f81053de-cedc-446e-babc-d2bb09704ae2 --json --out output.json 2018-10-22 08:27:47,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f81053de-cedc-446e-babc-d2bb09704ae2', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-22 08:27:50,045 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f81053de-cedc-446e-babc-d2bb09704ae2 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-22 08:27:49.938 3810 INFO rally.api [-] Building 'json' report for the following task(s): 'f81053de-cedc-446e-babc-d2bb09704ae2'. 2018-10-22 08:27:49.943 3810 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:27:50,046 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f81053de-cedc-446e-babc-d2bb09704ae2', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-22 08:27:52,222 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f81053de-cedc-446e-babc-d2bb09704ae2 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-22 08:27:52.101 3813 INFO rally.api [-] Building 'html' report for the following task(s): 'f81053de-cedc-446e-babc-d2bb09704ae2'. 2018-10-22 08:27:52.122 3813 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:27:52,228 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-22 08:27:52,228 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-22 08:27:52,229 - 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-10-22 08:27:52,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:27:52,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:27:52,251 - 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': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:31:09,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 2018-10-22 08:31:09,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a'] 2018-10-22 08:31:10,121 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a -------------------------------------------------------------------------------- Task bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a: 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77066 Full duration: 14.450635 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.add_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | keystone_v3.list_roles | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7738 Full duration: 14.559557 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | keystone_v3.list_projects | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> duration | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.926988 Full duration: 14.638282 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.609028 Full duration: 12.295444 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688438 Full duration: 12.548935 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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_user | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.create_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_services | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 100.0% | 1 | | -> duration | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.828919 Full duration: 19.677336 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | keystone_v3.update_project | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | keystone_v3.delete_project | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 100.0% | 1 | | -> duration | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.079764 Full duration: 12.882857 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771261 Full duration: 14.665141 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709195 Full duration: 14.874616 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | keystone_v3.list_users | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 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.923831 Full duration: 14.682133 -------------------------------------------------------------------------------- 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 bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.create_users | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | total | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 100.0% | 1 | | -> duration | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.620789 Full duration: 22.768461 HINTS: * To plot HTML graphics with this data, run: rally task report bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a --out output.html * To generate a JUnit report, run: rally task export bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a --json --out output.json 2018-10-22 08:31:10,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-22 08:31:12,428 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-22 08:31:12.314 5728 INFO rally.api [-] Building 'json' report for the following task(s): 'bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a'. 2018-10-22 08:31:12.325 5728 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:31:12,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-22 08:31:14,582 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-22 08:31:14.451 5731 INFO rally.api [-] Building 'html' report for the following task(s): 'bb2dc6ca-e1d5-4fc1-9d48-7d561c09a34a'. 2018-10-22 08:31:14.481 5731 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:31:14,596 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-22 08:31:14,597 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-22 08:31:14,597 - 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-10-22 08:31:14,598 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:31:14,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:31:14,623 - 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': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:37:22,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 2018-10-22 08:37:22,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2ef2ce17-cf34-4bc5-96ca-b54146a988d2'] 2018-10-22 08:37:23,613 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 -------------------------------------------------------------------------------- Task 2ef2ce17-cf34-4bc5-96ca-b54146a988d2: 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | neutron.delete_network | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | total | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 100.0% | 1 | | -> duration | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.886588 Full duration: 15.414865 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.319 | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 100.0% | 1 | | neutron.delete_port | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | total | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> duration | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.903482 Full duration: 36.795505 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | neutron.create_subnet | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | neutron.create_router | 3.281 | 3.281 | 3.281 | 3.281 | 3.281 | 3.281 | 100.0% | 1 | | neutron.add_interface_router | 1.974 | 1.974 | 1.974 | 1.974 | 1.974 | 1.974 | 100.0% | 1 | | neutron.remove_interface_router | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 100.0% | 1 | | neutron.delete_router | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 100.0% | 1 | | total | 10.274 | 10.274 | 10.274 | 10.274 | 10.274 | 10.274 | 100.0% | 1 | | -> duration | 10.274 | 10.274 | 10.274 | 10.274 | 10.274 | 10.274 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.273868 Full duration: 49.064893 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | neutron.delete_subnet | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 100.0% | 1 | | -> duration | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.640259 Full duration: 33.856567 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.137 | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 100.0% | 1 | | neutron.list_networks | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | -> duration | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.415822 Full duration: 16.99374 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.462 | 1.462 | 1.462 | 1.462 | 1.462 | 1.462 | 100.0% | 1 | | neutron.list_ports | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 100.0% | 1 | | -> duration | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.71307 Full duration: 35.789573 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | neutron.create_subnet | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | neutron.create_router | 3.045 | 3.045 | 3.045 | 3.045 | 3.045 | 3.045 | 100.0% | 1 | | neutron.add_interface_router | 2.041 | 2.041 | 2.041 | 2.041 | 2.041 | 2.041 | 100.0% | 1 | | neutron.list_routers | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 6.776 | 6.776 | 6.776 | 6.776 | 6.776 | 6.776 | 100.0% | 1 | | -> duration | 6.776 | 6.776 | 6.776 | 6.776 | 6.776 | 6.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.7757 Full duration: 50.36696 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | neutron.create_subnet | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | neutron.list_subnets | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 1.857 | 1.857 | 1.857 | 1.857 | 1.857 | 1.857 | 100.0% | 1 | | -> duration | 1.857 | 1.857 | 1.857 | 1.857 | 1.857 | 1.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.85685 Full duration: 40.084345 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | neutron.delete_security_group | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | total | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 100.0% | 1 | | -> duration | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.181582 Full duration: 14.339249 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | neutron.create_security_group_rule | 0.46 | 0.46 | 0.46 | 0.46 | 0.46 | 0.46 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.941 | 1.941 | 1.941 | 1.941 | 1.941 | 1.941 | 100.0% | 1 | | -> duration | 1.941 | 1.941 | 1.941 | 1.941 | 1.941 | 1.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.94057 Full duration: 14.841568 -------------------------------------------------------------------------------- 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 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 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.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | neutron.create_router | 3.841 | 3.841 | 3.841 | 3.841 | 3.841 | 3.841 | 100.0% | 1 | | neutron.add_gateway_router | 1.979 | 1.979 | 1.979 | 1.979 | 1.979 | 1.979 | 100.0% | 1 | | neutron.remove_gateway_router | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 100.0% | 1 | | total | 7.93 | 7.93 | 7.93 | 7.93 | 7.93 | 7.93 | 100.0% | 1 | | -> duration | 7.93 | 7.93 | 7.93 | 7.93 | 7.93 | 7.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.930438 Full duration: 30.660264 HINTS: * To plot HTML graphics with this data, run: rally task report 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 --out output.html * To generate a JUnit report, run: rally task export 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 --json --out output.json 2018-10-22 08:37:23,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2ef2ce17-cf34-4bc5-96ca-b54146a988d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-22 08:37:25,880 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-22 08:37:25.769 9026 INFO rally.api [-] Building 'json' report for the following task(s): '2ef2ce17-cf34-4bc5-96ca-b54146a988d2'. 2018-10-22 08:37:25.778 9026 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:37:25,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2ef2ce17-cf34-4bc5-96ca-b54146a988d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-22 08:37:28,171 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2ef2ce17-cf34-4bc5-96ca-b54146a988d2 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-22 08:37:28.040 9029 INFO rally.api [-] Building 'html' report for the following task(s): '2ef2ce17-cf34-4bc5-96ca-b54146a988d2'. 2018-10-22 08:37:28.070 9029 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:37:28,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-22 08:37:28,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-22 08:37:28,187 - 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-10-22 08:37:28,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:37:28,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:37:28,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:44:40,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eda197cd-21fa-4ca1-b35c-434b5b058cdd 2018-10-22 08:44:40,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'eda197cd-21fa-4ca1-b35c-434b5b058cdd'] 2018-10-22 08:44:41,295 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid eda197cd-21fa-4ca1-b35c-434b5b058cdd -------------------------------------------------------------------------------- Task eda197cd-21fa-4ca1-b35c-434b5b058cdd: 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_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "block_migration": false, "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task eda197cd-21fa-4ca1-b35c-434b5b058cdd has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.624 | 12.624 | 12.624 | 12.624 | 12.624 | 12.624 | 100.0% | 1 | | nova.find_host_to_migrate | 1.275 | 1.275 | 1.275 | 1.275 | 1.275 | 1.275 | 100.0% | 1 | | nova.live_migrate | 10.446 | 10.446 | 10.446 | 10.446 | 10.446 | 10.446 | 100.0% | 1 | | nova.delete_server | 3.011 | 3.011 | 3.011 | 3.011 | 3.011 | 3.011 | 100.0% | 1 | | total | 27.356 | 27.356 | 27.356 | 27.356 | 27.356 | 27.356 | 100.0% | 1 | | -> duration | 26.356 | 26.356 | 26.356 | 26.356 | 26.356 | 26.356 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.356399 Full duration: 36.636988 -------------------------------------------------------------------------------- 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_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.272 | 9.272 | 9.272 | 9.272 | 9.272 | 9.272 | 100.0% | 1 | | cinder_v2.create_volume | 2.88 | 2.88 | 2.88 | 2.88 | 2.88 | 2.88 | 100.0% | 1 | | nova.attach_volume | 4.341 | 4.341 | 4.341 | 4.341 | 4.341 | 4.341 | 100.0% | 1 | | nova.find_host_to_migrate | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | nova.live_migrate | 13.98 | 13.98 | 13.98 | 13.98 | 13.98 | 13.98 | 100.0% | 1 | | nova.detach_volume | 3.809 | 3.809 | 3.809 | 3.809 | 3.809 | 3.809 | 100.0% | 1 | | cinder_v2.delete_volume | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 100.0% | 1 | | nova.delete_server | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | total | 41.192 | 41.192 | 41.192 | 41.192 | 41.192 | 41.192 | 100.0% | 1 | | -> duration | 40.192 | 40.192 | 40.192 | 40.192 | 40.192 | 40.192 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.192253 Full duration: 52.95315 -------------------------------------------------------------------------------- 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_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.633 | 8.633 | 8.633 | 8.633 | 8.633 | 8.633 | 100.0% | 1 | | nova.boot_server | 9.954 | 9.954 | 9.954 | 9.954 | 9.954 | 9.954 | 100.0% | 1 | | nova.find_host_to_migrate | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | nova.live_migrate | 16.859 | 16.859 | 16.859 | 16.859 | 16.859 | 16.859 | 100.0% | 1 | | nova.delete_server | 7.966 | 7.966 | 7.966 | 7.966 | 7.966 | 7.966 | 100.0% | 1 | | total | 44.79 | 44.79 | 44.79 | 44.79 | 44.79 | 44.79 | 100.0% | 1 | | -> duration | 43.79 | 43.79 | 43.79 | 43.79 | 43.79 | 43.79 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.789776 Full duration: 56.469382 -------------------------------------------------------------------------------- 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_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "server_kwargs": { "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] } }, "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 eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | nova.boot_server | 8.488 | 8.488 | 8.488 | 8.488 | 8.488 | 8.488 | 100.0% | 1 | | nova.delete_server | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 100.0% | 1 | | nova.delete_keypair | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 12.127 | 12.127 | 12.127 | 12.127 | 12.127 | 12.127 | 100.0% | 1 | | -> duration | 11.127 | 11.127 | 11.127 | 11.127 | 11.127 | 11.127 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.127415 Full duration: 43.260776 -------------------------------------------------------------------------------- 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_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "volume_size": 5, "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] }, "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 eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.268 | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 100.0% | 1 | | nova.boot_server | 9.658 | 9.658 | 9.658 | 9.658 | 9.658 | 9.658 | 100.0% | 1 | | nova.delete_server | 2.793 | 2.793 | 2.793 | 2.793 | 2.793 | 2.793 | 100.0% | 1 | | total | 20.72 | 20.72 | 20.72 | 20.72 | 20.72 | 20.72 | 100.0% | 1 | | -> duration | 19.72 | 19.72 | 19.72 | 19.72 | 19.72 | 19.72 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.719688 Full duration: 54.541519 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "force_delete": false, "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] }, "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 eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.869 | 8.869 | 8.869 | 8.869 | 8.869 | 8.869 | 100.0% | 1 | | nova.pause_server | 2.888 | 2.888 | 2.888 | 2.888 | 2.888 | 2.888 | 100.0% | 1 | | nova.unpause_server | 3.018 | 3.018 | 3.018 | 3.018 | 3.018 | 3.018 | 100.0% | 1 | | nova.delete_server | 5.228 | 5.228 | 5.228 | 5.228 | 5.228 | 5.228 | 100.0% | 1 | | total | 20.004 | 20.004 | 20.004 | 20.004 | 20.004 | 20.004 | 100.0% | 1 | | -> duration | 15.004 | 15.004 | 15.004 | 15.004 | 15.004 | 15.004 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.004261 Full duration: 51.084782 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "nics": [ { "net-id": "3f75777e-a0ad-44b9-82ee-f035a0e238d4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.72 | 9.72 | 9.72 | 9.72 | 9.72 | 9.72 | 100.0% | 1 | | nova.migrate | 15.836 | 15.836 | 15.836 | 15.836 | 15.836 | 15.836 | 100.0% | 1 | | nova.resize_confirm | 3.129 | 3.129 | 3.129 | 3.129 | 3.129 | 3.129 | 100.0% | 1 | | nova.delete_server | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | total | 31.219 | 31.219 | 31.219 | 31.219 | 31.219 | 31.219 | 100.0% | 1 | | -> duration | 30.219 | 30.219 | 30.219 | 30.219 | 30.219 | 30.219 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.219041 Full duration: 40.759409 -------------------------------------------------------------------------------- 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_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "image": { "name": "rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.805 | 9.805 | 9.805 | 9.805 | 9.805 | 9.805 | 100.0% | 1 | | nova.list_interfaces | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 10.052 | 10.052 | 10.052 | 10.052 | 10.052 | 10.052 | 100.0% | 1 | | -> duration | 9.052 | 9.052 | 9.052 | 9.052 | 9.052 | 9.052 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.05155 Full duration: 48.546 -------------------------------------------------------------------------------- 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 eda197cd-21fa-4ca1-b35c-434b5b058cdd 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | nova.delete_server_group | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694225 Full duration: 9.256936 HINTS: * To plot HTML graphics with this data, run: rally task report eda197cd-21fa-4ca1-b35c-434b5b058cdd --out output.html * To generate a JUnit report, run: rally task export eda197cd-21fa-4ca1-b35c-434b5b058cdd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eda197cd-21fa-4ca1-b35c-434b5b058cdd --json --out output.json 2018-10-22 08:44:41,296 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'eda197cd-21fa-4ca1-b35c-434b5b058cdd', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-22 08:44:43,577 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid eda197cd-21fa-4ca1-b35c-434b5b058cdd --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-22 08:44:43.465 10672 INFO rally.api [-] Building 'json' report for the following task(s): 'eda197cd-21fa-4ca1-b35c-434b5b058cdd'. 2018-10-22 08:44:43.474 10672 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:44:43,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'eda197cd-21fa-4ca1-b35c-434b5b058cdd', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-22 08:44:45,871 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid eda197cd-21fa-4ca1-b35c-434b5b058cdd --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-22 08:44:45.739 10675 INFO rally.api [-] Building 'html' report for the following task(s): 'eda197cd-21fa-4ca1-b35c-434b5b058cdd'. 2018-10-22 08:44:45.769 10675 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:44:45,876 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-22 08:44:45,876 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-22 08:44:45,876 - 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-10-22 08:44:45,876 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 08:44:45,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 08:44:45,888 - 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': '3f75777e-a0ad-44b9-82ee-f035a0e238d4', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f8053b8f-5034-4a0c-9ac9-c17633c910c8', 'flavor_name': 'rally_sanity-flavor_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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_f8053b8f-5034-4a0c-9ac9-c17633c910c8', '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-10-22 08:45:39,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 79777b83-70cd-40cd-9c06-93e125173440 2018-10-22 08:45:39,310 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '79777b83-70cd-40cd-9c06-93e125173440'] 2018-10-22 08:45:40,208 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 79777b83-70cd-40cd-9c06-93e125173440 -------------------------------------------------------------------------------- Task 79777b83-70cd-40cd-9c06-93e125173440: 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 79777b83-70cd-40cd-9c06-93e125173440 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.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | quotas.delete_quotas | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> duration | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.015123 Full duration: 8.596783 -------------------------------------------------------------------------------- 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 79777b83-70cd-40cd-9c06-93e125173440 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.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80026 Full duration: 8.617443 -------------------------------------------------------------------------------- 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 79777b83-70cd-40cd-9c06-93e125173440 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749719 Full duration: 8.373269 -------------------------------------------------------------------------------- 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 79777b83-70cd-40cd-9c06-93e125173440 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.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | total | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 100.0% | 1 | | -> duration | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.136608 Full duration: 9.260385 HINTS: * To plot HTML graphics with this data, run: rally task report 79777b83-70cd-40cd-9c06-93e125173440 --out output.html * To generate a JUnit report, run: rally task export 79777b83-70cd-40cd-9c06-93e125173440 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 79777b83-70cd-40cd-9c06-93e125173440 --json --out output.json 2018-10-22 08:45:40,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '79777b83-70cd-40cd-9c06-93e125173440', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-22 08:45:42,357 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 79777b83-70cd-40cd-9c06-93e125173440 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-22 08:45:42.253 11188 INFO rally.api [-] Building 'json' report for the following task(s): '79777b83-70cd-40cd-9c06-93e125173440'. 2018-10-22 08:45:42.257 11188 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:45:42,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '79777b83-70cd-40cd-9c06-93e125173440', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-22 08:45:44,508 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 79777b83-70cd-40cd-9c06-93e125173440 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-22 08:45:44.388 11191 INFO rally.api [-] Building 'html' report for the following task(s): '79777b83-70cd-40cd-9c06-93e125173440'. 2018-10-22 08:45:44.409 11191 INFO rally.api [-] The report has been successfully built. 2018-10-22 08:45:44,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-22 08:45:44,516 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 05:38 | 11 | 100.00% | | nova | 06:33 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:32 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-22 08:45:44,516 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-22 08:45:44,642 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:45:44,643 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:58 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-22 08:45:57,640 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-22 08:45:58,975 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_ebf4b8b9-26a3-4689-b271-509ade654030', 'id': u'a2832c1277424dfa9cfee39dd531920b', 'description': u'Created by OPNFV Functest: refstack_defcore', '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-10-22 08:45:59,509 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'519600dfbb30421b864bc5e05ac24bae', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_ebf4b8b9-26a3-4689-b271-509ade654030'}) 2018-10-22 08:45:59,678 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:45:59,865 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/6bdd9c3192404f87b9eca11be05faf3d'}, 'domain_id': None, 'human_id': None, 'id': u'6bdd9c3192404f87b9eca11be05faf3d', 'HUMAN_ID': False}) 2018-10-22 08:46:00,408 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_ebf4b8b9-26a3-4689-b271-509ade654030', 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': '93a50f17-05b7-4543-a83b-e91f008766d6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_ebf4b8b9-26a3-4689-b271-509ade654030', 'project_id': u'a2832c1277424dfa9cfee39dd531920b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:46:00,414 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_ebf4b8b9-26a3-4689-b271-509ade654030', 'password': '93a50f17-05b7-4543-a83b-e91f008766d6', 'project_name': 'refstack_defcore-project_ebf4b8b9-26a3-4689-b271-509ade654030', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'a2832c1277424dfa9cfee39dd531920b', 'project_domain_name': 'Default'} 2018-10-22 08:46:01,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 08:46:04,050 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 08:46:03.695 11194 INFO rally.deployment.engine [-] Deployment 83332d38-05cd-4bf6-a070-0a4fcffc352b | Starting: Destroy cloud and free allocated resources. 2018-10-22 08:46:03.798 11194 INFO rally.deployment.engine [-] Deployment 83332d38-05cd-4bf6-a070-0a4fcffc352b | Completed: Destroy cloud and free allocated resources. 2018-10-22 08:46:03.822 11194 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1). 2018-10-22 08:46:03.827 11194 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 08:46:06,552 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 08:46:06.224 11197 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=01136e70-267c-4658-b9d1-018fbd6cbcfb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 01136e70-267c-4658-b9d1-018fbd6cbcfb | 2018-10-22T08:46:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 01136e70-267c-4658-b9d1-018fbd6cbcfb ~/.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-10-22 08:46:09,769 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-10-22 08:46:09,770 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 08:46:12,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 08:46:11.826 11203 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b7b1a8fb-f8bf-46e6-b43d-9b829da0eab1). 2018-10-22 08:46:11.953 11203 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 08:46:15,633 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 08:46:14.192 11206 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 08:46:14.331 11206 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 08:46:15.433 11206 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a) as the default verifier for the future CLI operations. 2018-10-22 08:46:18,638 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-22 08:46:20,753 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/fe75b6e4-f908-41a9-ab48-9ccffaca2599/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fe75b6e4-f908-41a9-ab48-9ccffaca2599/file', 'owner': u'a2832c1277424dfa9cfee39dd531920b', 'id': u'fe75b6e4-f908-41a9-ab48-9ccffaca2599', 'size': 12716032, u'self': u'/v2/images/fe75b6e4-f908-41a9-ab48-9ccffaca2599', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a2832c1277424dfa9cfee39dd531920b', 'name': 'refstack_defcore-project_ebf4b8b9-26a3-4689-b271-509ade654030', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/fe75b6e4-f908-41a9-ab48-9ccffaca2599/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:46:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T08:46:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_ebf4b8b9-26a3-4689-b271-509ade654030', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fe75b6e4-f908-41a9-ab48-9ccffaca2599', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ebf4b8b9-26a3-4689-b271-509ade654030', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_ebf4b8b9-26a3-4689-b271-509ade654030', 'created': u'2018-10-22T08:46:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:46:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fe75b6e4-f908-41a9-ab48-9ccffaca2599', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ebf4b8b9-26a3-4689-b271-509ade654030', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:46:20,951 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_ebf4b8b9-26a3-4689-b271-509ade654030', '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'f281155a378b4c45907df4c470833e42', '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'512042ff-3df4-4580-ac4e-a080cd08aba0', 'swap': 0}) 2018-10-22 08:46:24,047 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/506651b3-a6df-409c-a07a-e3df00fadb83/snap', u'metadata': Munch({})})], 'file': u'/v2/images/506651b3-a6df-409c-a07a-e3df00fadb83/file', 'owner': u'a2832c1277424dfa9cfee39dd531920b', 'id': u'506651b3-a6df-409c-a07a-e3df00fadb83', 'size': 12716032, u'self': u'/v2/images/506651b3-a6df-409c-a07a-e3df00fadb83', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a2832c1277424dfa9cfee39dd531920b', 'name': 'refstack_defcore-project_ebf4b8b9-26a3-4689-b271-509ade654030', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/506651b3-a6df-409c-a07a-e3df00fadb83/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:46:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T08:46:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ebf4b8b9-26a3-4689-b271-509ade654030', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/506651b3-a6df-409c-a07a-e3df00fadb83', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ebf4b8b9-26a3-4689-b271-509ade654030', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_ebf4b8b9-26a3-4689-b271-509ade654030', 'created': u'2018-10-22T08:46:21Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:46:21Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/506651b3-a6df-409c-a07a-e3df00fadb83', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ebf4b8b9-26a3-4689-b271-509ade654030', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:46:24,099 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ebf4b8b9-26a3-4689-b271-509ade654030', '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'f281155a378b4c45907df4c470833e42', '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'36439920-52e6-49f4-83a4-7aa90df59995', 'swap': 0}) 2018-10-22 08:46:24,122 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ebf4b8b9-26a3-4689-b271-509ade654030', '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'f281155a378b4c45907df4c470833e42', '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'36439920-52e6-49f4-83a4-7aa90df59995', 'swap': 0}) 2018-10-22 08:46:27,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 08:46:26.148 11225 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a) for deployment 'opnfv-rally' (UUID=01136e70-267c-4658-b9d1-018fbd6cbcfb). 2018-10-22 08:46:27.018 11225 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 08:46:27.020 11225 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a) has been successfully configured for deployment 'opnfv-rally' (UUID=01136e70-267c-4658-b9d1-018fbd6cbcfb)! 2018-10-22 08:46:27,179 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 08:46:27,180 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 08:46:27,182 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 08:46:32,421 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 08:46:32,441 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 08:46:32,441 - 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', u'--concurrency=4']'. 2018-10-22 08:46:34,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:46:34.513 11237 INFO rally.api [-] Starting verification (UUID=6ca2c61e-47bd-4e11-9989-0221d19ed26f) for deployment 'opnfv-rally' (UUID=01136e70-267c-4658-b9d1-018fbd6cbcfb) by verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a). 2018-10-22 08:46:34,516 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6ca2c61e-47bd-4e11-9989-0221d19ed26f 2018-10-22 08:46:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:46:40.819 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.200s] 2018-10-22 08:46:40,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:46:40.878 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-10-22 08:46:42,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:46:42.913 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.406s] 2018-10-22 08:46:44,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:46:44.665 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.209s] 2018-10-22 08:46:57,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:46:57.656 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.082s] 2018-10-22 08:46:59,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:46:59.707 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.790s] 2018-10-22 08:47:03,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:03.871 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.058s] 2018-10-22 08:47:03,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:03.884 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-10-22 08:47:04,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.019 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.135s] 2018-10-22 08:47:04,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.031 11237 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-10-22 08:47:04,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.043 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-22 08:47:04,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.075 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-10-22 08:47:04,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.136 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.060s] 2018-10-22 08:47:04,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.204 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-10-22 08:47:04,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.692 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.487s] 2018-10-22 08:47:04,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.708 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-10-22 08:47:04,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:04.791 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.082s] 2018-10-22 08:47:10,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:10.372 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-10-22 08:47:11,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:11.856 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-10-22 08:47:12,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:12.753 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.380s] 2018-10-22 08:47:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:15.211 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-10-22 08:47:15,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:15.280 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-10-22 08:47:15,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:15.355 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-10-22 08:47:17,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:17.071 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.359s] 2018-10-22 08:47:18,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:18.562 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.145s] 2018-10-22 08:47:18,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:18.717 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.154s] 2018-10-22 08:47:19,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:19.734 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.016s] 2018-10-22 08:47:19,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:19.881 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.145s] 2018-10-22 08:47:20,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:20.033 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.152s] 2018-10-22 08:47:20,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:20.890 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [27.338s] 2018-10-22 08:47:22,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:22.262 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.376s] 2018-10-22 08:47:28,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:28.335 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.265s] 2018-10-22 08:47:29,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:29.390 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.389s] 2018-10-22 08:47:34,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:34.018 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.627s] 2018-10-22 08:47:38,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:38.109 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.587s] 2018-10-22 08:47:38,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:38.336 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.318s] 2018-10-22 08:47:38,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:38.551 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.442s] 2018-10-22 08:47:39,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:39.067 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.516s] 2018-10-22 08:47:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:40.154 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.085s] 2018-10-22 08:47:40,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:40.929 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.775s] 2018-10-22 08:47:41,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:41.006 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-10-22 08:47:41,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:41.076 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.069s] 2018-10-22 08:47:41,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:41.148 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.072s] 2018-10-22 08:47:41,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:41.219 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.071s] 2018-10-22 08:47:41,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:41.291 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-10-22 08:47:41,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:41.435 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.143s] 2018-10-22 08:47:41,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:41.839 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.502s] 2018-10-22 08:47:46,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:46.455 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.614s] 2018-10-22 08:47:49,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:49.917 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.461s] 2018-10-22 08:47:53,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:53.263 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.345s] 2018-10-22 08:47:57,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:47:57.410 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.145s] 2018-10-22 08:48:01,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:01.337 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.928s] 2018-10-22 08:48:01,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:01.647 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.310s] 2018-10-22 08:48:01,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:01.747 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.099s] 2018-10-22 08:48:01,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:01.803 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.056s] 2018-10-22 08:48:01,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:01.904 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.100s] 2018-10-22 08:48:02,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:02.010 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.104s] 2018-10-22 08:48:02,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:02.249 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.239s] 2018-10-22 08:48:02,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:02.316 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.066s] 2018-10-22 08:48:02,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:02.376 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.060s] 2018-10-22 08:48:02,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:02.924 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.126s] 2018-10-22 08:48:02,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:02.989 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-10-22 08:48:03,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:03.698 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.708s] 2018-10-22 08:48:03,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:03.796 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-10-22 08:48:03,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:03.797 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-22 08:48:08,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:08.497 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.120s] 2018-10-22 08:48:15,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:15.131 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.173s] 2018-10-22 08:48:16,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:16.541 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.408s] 2018-10-22 08:48:17,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:17.502 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.961s] 2018-10-22 08:48:18,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:18.480 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.977s] 2018-10-22 08:48:19,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:19.369 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.888s] 2018-10-22 08:48:21,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:21.683 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.314s] 2018-10-22 08:48:22,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:22.678 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.994s] 2018-10-22 08:48:22,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:22.910 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.232s] 2018-10-22 08:48:23,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:23.077 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.167s] 2018-10-22 08:48:23,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:23.097 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-10-22 08:48:23,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:23.115 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-22 08:48:29,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:29.908 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.175s] 2018-10-22 08:48:31,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:31.021 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.113s] 2018-10-22 08:48:33,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:33.646 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [65.296s] 2018-10-22 08:48:37,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:37.905 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.304s] 2018-10-22 08:48:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:38.292 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.387s] 2018-10-22 08:48:41,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:41.847 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.271s] 2018-10-22 08:48:43,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:43.852 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [20.464s] 2018-10-22 08:48:48,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:48.369 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.520s] 2018-10-22 08:48:50,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:50.336 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [6.485s] 2018-10-22 08:48:51,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:51.102 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.330s] 2018-10-22 08:48:51,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:51.189 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.086s] 2018-10-22 08:48:51,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:51.844 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.655s] 2018-10-22 08:48:51,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:51.944 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-10-22 08:48:51,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:48:51.945 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-22 08:49:17,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:17.016 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.408s] 2018-10-22 08:49:17,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:17.235 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.218s] 2018-10-22 08:49:17,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:17.423 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.187s] 2018-10-22 08:49:17,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:17.761 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.337s] 2018-10-22 08:49:18,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:18.144 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.382s] 2018-10-22 08:49:18,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:18.554 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.410s] 2018-10-22 08:49:20,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:20.939 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [30.595s] 2018-10-22 08:49:24,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:24.764 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.785s] 2018-10-22 08:49:28,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:28.803 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.039s] 2018-10-22 08:49:35,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:35.853 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.591s] 2018-10-22 08:49:37,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:37.423 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.570s] 2018-10-22 08:49:40,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:40.781 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.354s] 2018-10-22 08:49:40,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:40.854 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.913s] 2018-10-22 08:49:41,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:41.817 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.038s] 2018-10-22 08:49:43,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:43.367 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.548s] 2018-10-22 08:49:44,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:44.501 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.133s] 2018-10-22 08:49:45,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:45.894 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.391s] 2018-10-22 08:49:45,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:45.950 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.058s] 2018-10-22 08:49:49,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:49.297 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.147s] 2018-10-22 08:49:54,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:54.057 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.362s] 2018-10-22 08:49:55,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:55.167 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.839s] 2018-10-22 08:49:55,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:49:55.951 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.784s] 2018-10-22 08:50:07,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:07.097 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.997s] 2018-10-22 08:50:08,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:08.300 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.201s] 2018-10-22 08:50:09,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:09.050 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.749s] 2018-10-22 08:50:10,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:10.177 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.126s] 2018-10-22 08:50:11,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:11.180 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.001s] 2018-10-22 08:50:12,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:12.200 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.019s] 2018-10-22 08:50:12,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:12.749 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.549s] 2018-10-22 08:50:13,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:13.430 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.680s] 2018-10-22 08:50:14,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:14.040 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.609s] 2018-10-22 08:50:15,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:15.215 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.174s] 2018-10-22 08:50:15,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:15.613 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.397s] 2018-10-22 08:50:15,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:15.983 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.369s] 2018-10-22 08:50:16,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:16.366 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.383s] 2018-10-22 08:50:17,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:17.259 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.891s] 2018-10-22 08:50:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:17.772 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.513s] 2018-10-22 08:50:18,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:18.160 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.387s] 2018-10-22 08:50:18,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:18.531 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.371s] 2018-10-22 08:50:18,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:18.895 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.364s] 2018-10-22 08:50:24,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:24.373 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.306s] 2018-10-22 08:50:26,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:26.493 11237 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.372s] 2018-10-22 08:50:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:35.709 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.822s] 2018-10-22 08:50:38,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:38.257 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [42.298s] 2018-10-22 08:50:41,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:41.365 11237 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.323s] 2018-10-22 08:50:41,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:41.569 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.859s] 2018-10-22 08:50:43,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:43.235 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.665s] 2018-10-22 08:50:43,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:43.450 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.215s] 2018-10-22 08:50:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:43.526 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.076s] 2018-10-22 08:50:43,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:43.576 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-10-22 08:50:43,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:43.768 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.191s] 2018-10-22 08:50:49,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:49.117 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.156s] 2018-10-22 08:50:51,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:51.164 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.377s] 2018-10-22 08:50:51,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:51.523 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.359s] 2018-10-22 08:50:56,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:56.338 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-10-22 08:50:56,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:56.874 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.535s] 2018-10-22 08:50:57,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:57.423 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.549s] 2018-10-22 08:50:57,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:57.607 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.184s] 2018-10-22 08:50:57,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:57.778 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.170s] 2018-10-22 08:50:58,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:58.129 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.350s] 2018-10-22 08:50:58,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:58.317 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.187s] 2018-10-22 08:50:58,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:58.886 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.568s] 2018-10-22 08:50:59,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:59.064 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.177s] 2018-10-22 08:50:59,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:59.108 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.044s] 2018-10-22 08:50:59,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:50:59.570 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.330s] 2018-10-22 08:51:01,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:01.220 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.173s] 2018-10-22 08:51:01,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:01.387 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.166s] 2018-10-22 08:51:09,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:09.922 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.349s] 2018-10-22 08:51:11,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:11.876 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.546s] 2018-10-22 08:51:12,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:12.038 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.162s] 2018-10-22 08:51:16,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:16.762 11237 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.309s] 2018-10-22 08:51:22,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:22.108 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.184s] 2018-10-22 08:51:25,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:25.941 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.214s] 2018-10-22 08:51:26,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:26.695 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.754s] 2018-10-22 08:51:39,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:39.178 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.051s] 2018-10-22 08:51:39,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:39.219 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.041s] 2018-10-22 08:51:39,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:39.422 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.202s] 2018-10-22 08:51:39,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:39.977 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.553s] 2018-10-22 08:51:40,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:40.232 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.255s] 2018-10-22 08:51:40,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:40.452 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.219s] 2018-10-22 08:51:40,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:40.489 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-10-22 08:51:40,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:40.536 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-10-22 08:51:40,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:40.597 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.060s] 2018-10-22 08:51:40,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:40.793 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.196s] 2018-10-22 08:51:40,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:40.832 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.038s] 2018-10-22 08:51:41,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:41.041 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.207s] 2018-10-22 08:51:41,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:41.269 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.227s] 2018-10-22 08:51:41,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:41.459 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.191s] 2018-10-22 08:51:41,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:41.507 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-10-22 08:51:48,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:48.301 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.179s] 2018-10-22 08:51:48,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:48.485 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.184s] 2018-10-22 08:51:48,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:48.665 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.179s] 2018-10-22 08:51:48,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:48.826 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.160s] 2018-10-22 08:51:48,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:48.839 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-10-22 08:51:48,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:48.991 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.151s] 2018-10-22 08:51:49,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:49.038 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.046s] 2018-10-22 08:51:49,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:49.225 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.186s] 2018-10-22 08:51:49,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:49.418 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.193s] 2018-10-22 08:51:49,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:49.451 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-10-22 08:51:49,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:49.602 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.149s] 2018-10-22 08:51:49,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:49.787 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.184s] 2018-10-22 08:51:50,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.050 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.262s] 2018-10-22 08:51:50,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.232 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.181s] 2018-10-22 08:51:50,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.269 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-10-22 08:51:50,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.425 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.155s] 2018-10-22 08:51:50,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.462 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.036s] 2018-10-22 08:51:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.495 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.033s] 2018-10-22 08:51:50,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.678 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.181s] 2018-10-22 08:51:50,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:51:50.854 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.176s] 2018-10-22 08:51:55,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6ca2c61e-47bd-4e11-9989-0221d19ed26f 2018-10-22 08:51:55,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6ca2c61e-47bd-4e11-9989-0221d19ed26f']'. 2018-10-22 08:51:56,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 08:51:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 08:51:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 08:51:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6ca2c61e-47bd-4e11-9989-0221d19ed26f | 2018-10-22 08:51:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-22 08:51:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 08:46:34 | 2018-10-22 08:51:56,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 08:51:54 | 2018-10-22 08:51:56,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:20 | 2018-10-22 08:51:56,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-22 08:51:56,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 08:51:56,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 08:51:56,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5c245571-84b9-4d35-9a91-23d6fa88844a) | 2018-10-22 08:51:56,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 08:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 01136e70-267c-4658-b9d1-018fbd6cbcfb) | 2018-10-22 08:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-22 08:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 312.164 | 2018-10-22 08:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-10-22 08:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-22 08:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 08:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 08:51:56,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-22 08:51:56,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 08:51:56,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 08:51:56,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 08:51:56,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-10-22 08:51:56,552 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:51:56,552 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:38 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-22 08:52:01,720 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-22 08:52:02,723 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'id': u'9d3eb6c8becd473cad262b98545e9f51', 'description': u'Created by OPNFV Functest: patrole', '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-10-22 08:52:03,174 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'35ad3228a59a448e8490a49768019ecd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_64da75e0-040c-48df-8d64-4c1f9fd3d841'}) 2018-10-22 08:52:03,344 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:52:03,514 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/88dc561107b2434287026c98a45f3d40'}, 'domain_id': None, 'human_id': None, 'id': u'88dc561107b2434287026c98a45f3d40', 'HUMAN_ID': False}) 2018-10-22 08:52:04,001 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_64da75e0-040c-48df-8d64-4c1f9fd3d841', 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': '01c3d527-ef85-4dee-94c9-47ff484720d4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'project_id': u'9d3eb6c8becd473cad262b98545e9f51', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:52:04,006 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'password': '01c3d527-ef85-4dee-94c9-47ff484720d4', 'project_name': 'patrole-project_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '9d3eb6c8becd473cad262b98545e9f51', 'project_domain_name': 'Default'} 2018-10-22 08:52:05,078 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 08:52:07,521 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 08:52:07.152 11289 INFO rally.deployment.engine [-] Deployment 01136e70-267c-4658-b9d1-018fbd6cbcfb | Starting: Destroy cloud and free allocated resources. 2018-10-22 08:52:07.231 11289 INFO rally.deployment.engine [-] Deployment 01136e70-267c-4658-b9d1-018fbd6cbcfb | Completed: Destroy cloud and free allocated resources. 2018-10-22 08:52:07.252 11289 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a) for deployment 'opnfv-rally'. 2018-10-22 08:52:07.264 11289 INFO rally.api [-] Deleting verification (UUID=6ca2c61e-47bd-4e11-9989-0221d19ed26f). 2018-10-22 08:52:07.311 11289 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 08:52:07.312 11289 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a). 2018-10-22 08:52:07.318 11289 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 08:52:09,835 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 08:52:09.627 11292 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=770d0e32-e4c2-4cc7-8530-e2fe28102978) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 770d0e32-e4c2-4cc7-8530-e2fe28102978 | 2018-10-22T08:52:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 770d0e32-e4c2-4cc7-8530-e2fe28102978 ~/.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-10-22 08:52:13,154 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-10-22 08:52:13,155 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 08:52:15,438 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 08:52:15.164 11298 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5c245571-84b9-4d35-9a91-23d6fa88844a). 2018-10-22 08:52:15.285 11298 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 08:52:18,827 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 08:52:17.517 11301 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 08:52:17.662 11301 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 08:52:18.686 11301 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2) as the default verifier for the future CLI operations. 2018-10-22 08:52:21,701 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-22 08:52:25,219 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/aca2aff2-769a-486d-b384-998660fa1ccb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aca2aff2-769a-486d-b384-998660fa1ccb/file', 'owner': u'9d3eb6c8becd473cad262b98545e9f51', 'id': u'aca2aff2-769a-486d-b384-998660fa1ccb', 'size': 12716032, u'self': u'/v2/images/aca2aff2-769a-486d-b384-998660fa1ccb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9d3eb6c8becd473cad262b98545e9f51', 'name': 'patrole-project_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/aca2aff2-769a-486d-b384-998660fa1ccb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:52:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T08:52:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/aca2aff2-769a-486d-b384-998660fa1ccb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_64da75e0-040c-48df-8d64-4c1f9fd3d841', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'created': u'2018-10-22T08:52:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:52:23Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aca2aff2-769a-486d-b384-998660fa1ccb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_64da75e0-040c-48df-8d64-4c1f9fd3d841', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:52:25,854 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_64da75e0-040c-48df-8d64-4c1f9fd3d841', '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'f281155a378b4c45907df4c470833e42', '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'bf929b1c-8a81-42e1-92c2-ba4d3984e3af', 'swap': 0}) 2018-10-22 08:52:29,165 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/dbd038c2-842e-4c74-853e-98d7148d3a12/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dbd038c2-842e-4c74-853e-98d7148d3a12/file', 'owner': u'9d3eb6c8becd473cad262b98545e9f51', 'id': u'dbd038c2-842e-4c74-853e-98d7148d3a12', 'size': 12716032, u'self': u'/v2/images/dbd038c2-842e-4c74-853e-98d7148d3a12', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9d3eb6c8becd473cad262b98545e9f51', 'name': 'patrole-project_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/dbd038c2-842e-4c74-853e-98d7148d3a12/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T08:52:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T08:52:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dbd038c2-842e-4c74-853e-98d7148d3a12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_64da75e0-040c-48df-8d64-4c1f9fd3d841', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_64da75e0-040c-48df-8d64-4c1f9fd3d841', 'created': u'2018-10-22T08:52:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T08:52:26Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dbd038c2-842e-4c74-853e-98d7148d3a12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_64da75e0-040c-48df-8d64-4c1f9fd3d841', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 08:52:29,423 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_64da75e0-040c-48df-8d64-4c1f9fd3d841', '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'f281155a378b4c45907df4c470833e42', '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'b97bd9e7-0ec7-4cac-993c-11914ef68058', 'swap': 0}) 2018-10-22 08:52:29,447 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_64da75e0-040c-48df-8d64-4c1f9fd3d841', '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'f281155a378b4c45907df4c470833e42', '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'b97bd9e7-0ec7-4cac-993c-11914ef68058', 'swap': 0}) 2018-10-22 08:52:32,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 08:52:31.479 11320 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2) for deployment 'opnfv-rally' (UUID=770d0e32-e4c2-4cc7-8530-e2fe28102978). 2018-10-22 08:52:32.403 11320 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 08:52:32.406 11320 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2) has been successfully configured for deployment 'opnfv-rally' (UUID=770d0e32-e4c2-4cc7-8530-e2fe28102978)! 2018-10-22 08:52:32,569 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 08:52:32,570 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 08:52:32,572 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 08:52:32,592 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 08:52:36,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4f552bc2-769c-4268-87d6-b634a37ef5d2/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-10-22 08:52:36,083 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 08:52:36,099 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 08:52:36,100 - 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-10-22 08:52:38,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 08:52:38.235 11329 INFO rally.api [-] Starting verification (UUID=fd2a60de-ee7a-4e81-9726-c9d54c6ad2c3) for deployment 'opnfv-rally' (UUID=770d0e32-e4c2-4cc7-8530-e2fe28102978) by verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2). 2018-10-22 08:52:38,236 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fd2a60de-ee7a-4e81-9726-c9d54c6ad2c3 2018-10-22 08:55:02,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fd2a60de-ee7a-4e81-9726-c9d54c6ad2c3 2018-10-22 08:55:02,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fd2a60de-ee7a-4e81-9726-c9d54c6ad2c3']'. 2018-10-22 08:55:03,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 08:55:03,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 08:55:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 08:55:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fd2a60de-ee7a-4e81-9726-c9d54c6ad2c3 | 2018-10-22 08:55:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-22 08:55:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 08:52:38 | 2018-10-22 08:55:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 08:55:01 | 2018-10-22 08:55:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:23 | 2018-10-22 08:55:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4f552bc2-769c-4268-87d6-b634a37ef5d2) | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 770d0e32-e4c2-4cc7-8530-e2fe28102978) | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 134.75 | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-10-22 08:55:03,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-10-22 08:55:03,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 08:55:03,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 08:55:03,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-22 08:55:03,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 08:55:03,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 08:55:03,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 08:55:03,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-22 08:55:03,691 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 08:55:03,691 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-22 08:55:08,504 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-22 08:55:09,493 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_7ab7d760-9e27-400e-ae6c-16dd45e0520c', 'id': u'b5b8634abd864eb791a83beca125c68c', 'description': u'Created by OPNFV Functest: snaps_smoke', '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-10-22 08:55:09,929 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a93ecce4bcd0408b807e3bf5bd4e8188', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_7ab7d760-9e27-400e-ae6c-16dd45e0520c'}) 2018-10-22 08:55:10,088 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 08:55:10,269 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/86bad681d0f942a9aa939b8122831ce4'}, 'domain_id': None, 'human_id': None, 'id': u'86bad681d0f942a9aa939b8122831ce4', 'HUMAN_ID': False}) 2018-10-22 08:55:10,828 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_7ab7d760-9e27-400e-ae6c-16dd45e0520c', 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': '9841668a-ff7e-40d4-a373-cb5f450e2a7d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_smoke-user_7ab7d760-9e27-400e-ae6c-16dd45e0520c', 'project_id': u'b5b8634abd864eb791a83beca125c68c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 08:55:10,834 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_7ab7d760-9e27-400e-ae6c-16dd45e0520c', 'password': '9841668a-ff7e-40d4-a373-cb5f450e2a7d', 'project_name': 'snaps_smoke-project_7ab7d760-9e27-400e-ae6c-16dd45e0520c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'b5b8634abd864eb791a83beca125c68c', 'project_domain_name': 'Default'} 2018-10-22 08:55:13,235 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 08:55:13,235 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-22 09:51:43,322 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_invalid_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 121 tests in 3390.007s OK 2018-10-22 09:51:43,501 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 09:51:43,502 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:30 | PASS | +---------------------+------------------+------------------+----------------+ 2018-10-22 09:51:45,504 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-22 09:51:46,379 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'id': u'b01a6d4905c644569c6cc20ae9bf449a', 'description': u'Created by OPNFV Functest: neutron_trunk', '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-10-22 09:51:47,068 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'27020067a8d9499792318f8a51b7a979', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_4b60178b-1a20-41aa-bf16-07890bf8fba1'}) 2018-10-22 09:51:47,165 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 09:51:47,354 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/28a342bfbd7c4406abecf67af7f427f8'}, 'domain_id': None, 'human_id': None, 'id': u'28a342bfbd7c4406abecf67af7f427f8', 'HUMAN_ID': False}) 2018-10-22 09:51:47,896 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_4b60178b-1a20-41aa-bf16-07890bf8fba1', 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': 'da276c0a-92e9-429b-98eb-4eb174050a65', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'neutron_trunk-user_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'project_id': u'b01a6d4905c644569c6cc20ae9bf449a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 09:51:47,902 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'password': 'da276c0a-92e9-429b-98eb-4eb174050a65', 'project_name': 'neutron_trunk-project_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'b01a6d4905c644569c6cc20ae9bf449a', 'project_domain_name': 'Default'} 2018-10-22 09:51:48,985 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 09:51:51,519 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 09:51:51.087 11556 INFO rally.deployment.engine [-] Deployment 770d0e32-e4c2-4cc7-8530-e2fe28102978 | Starting: Destroy cloud and free allocated resources. 2018-10-22 09:51:51.168 11556 INFO rally.deployment.engine [-] Deployment 770d0e32-e4c2-4cc7-8530-e2fe28102978 | Completed: Destroy cloud and free allocated resources. 2018-10-22 09:51:51.213 11556 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2) for deployment 'opnfv-rally'. 2018-10-22 09:51:51.241 11556 INFO rally.api [-] Deleting verification (UUID=fd2a60de-ee7a-4e81-9726-c9d54c6ad2c3). 2018-10-22 09:51:51.291 11556 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 09:51:51.292 11556 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2). 2018-10-22 09:51:51.300 11556 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 09:51:53,966 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 09:51:53.648 11559 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a570e027-d215-49ea-9c95-a305622d7502) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a570e027-d215-49ea-9c95-a305622d7502 | 2018-10-22T09:51:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a570e027-d215-49ea-9c95-a305622d7502 ~/.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-10-22 09:51:57,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-10-22 09:51:57,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 09:51:59,713 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 09:51:59.425 11565 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4f552bc2-769c-4268-87d6-b634a37ef5d2). 2018-10-22 09:51:59.551 11565 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 09:52:03,307 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 09:52:01.809 11568 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 09:52:01.977 11568 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 09:52:03.120 11568 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a8b1ab92-a711-4102-89e5-e4a511a5ef6e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a8b1ab92-a711-4102-89e5-e4a511a5ef6e) as the default verifier for the future CLI operations. 2018-10-22 09:52:06,306 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-22 09:52:09,265 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/4beca2c2-efdc-46f6-85c1-96829a9262b0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4beca2c2-efdc-46f6-85c1-96829a9262b0/file', 'owner': u'b01a6d4905c644569c6cc20ae9bf449a', 'id': u'4beca2c2-efdc-46f6-85c1-96829a9262b0', 'size': 12716032, u'self': u'/v2/images/4beca2c2-efdc-46f6-85c1-96829a9262b0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b01a6d4905c644569c6cc20ae9bf449a', 'name': 'neutron_trunk-project_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/4beca2c2-efdc-46f6-85c1-96829a9262b0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T09:52:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T09:52:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4beca2c2-efdc-46f6-85c1-96829a9262b0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_4b60178b-1a20-41aa-bf16-07890bf8fba1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'created': u'2018-10-22T09:52:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T09:52:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4beca2c2-efdc-46f6-85c1-96829a9262b0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_4b60178b-1a20-41aa-bf16-07890bf8fba1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 09:52:09,839 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_4b60178b-1a20-41aa-bf16-07890bf8fba1', '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'f281155a378b4c45907df4c470833e42', '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'06c651d6-8265-477a-81bd-8aa369d448e4', 'swap': 0}) 2018-10-22 09:52:12,398 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/66a9630e-103f-44de-9e94-a2e13029453f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/66a9630e-103f-44de-9e94-a2e13029453f/file', 'owner': u'b01a6d4905c644569c6cc20ae9bf449a', 'id': u'66a9630e-103f-44de-9e94-a2e13029453f', 'size': 12716032, u'self': u'/v2/images/66a9630e-103f-44de-9e94-a2e13029453f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b01a6d4905c644569c6cc20ae9bf449a', 'name': 'neutron_trunk-project_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/66a9630e-103f-44de-9e94-a2e13029453f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T09:52:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T09:52:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/66a9630e-103f-44de-9e94-a2e13029453f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_4b60178b-1a20-41aa-bf16-07890bf8fba1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_4b60178b-1a20-41aa-bf16-07890bf8fba1', 'created': u'2018-10-22T09:52:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T09:52:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/66a9630e-103f-44de-9e94-a2e13029453f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_4b60178b-1a20-41aa-bf16-07890bf8fba1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 09:52:12,457 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_4b60178b-1a20-41aa-bf16-07890bf8fba1', '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'f281155a378b4c45907df4c470833e42', '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'9c3fddd9-b554-481a-aa78-e37d81bdf492', 'swap': 0}) 2018-10-22 09:52:12,483 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_4b60178b-1a20-41aa-bf16-07890bf8fba1', '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'f281155a378b4c45907df4c470833e42', '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'9c3fddd9-b554-481a-aa78-e37d81bdf492', 'swap': 0}) 2018-10-22 09:52:15,658 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 09:52:14.600 11587 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a8b1ab92-a711-4102-89e5-e4a511a5ef6e) for deployment 'opnfv-rally' (UUID=a570e027-d215-49ea-9c95-a305622d7502). 2018-10-22 09:52:15.490 11587 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 09:52:15.493 11587 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a8b1ab92-a711-4102-89e5-e4a511a5ef6e) has been successfully configured for deployment 'opnfv-rally' (UUID=a570e027-d215-49ea-9c95-a305622d7502)! 2018-10-22 09:52:15,658 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 09:52:15,659 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 09:52:15,661 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 09:52:15,675 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 09:52:19,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a8b1ab92-a711-4102-89e5-e4a511a5ef6e/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-22 09:52:19,006 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 09:52:19,029 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 09:52:19,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-10-22 09:52:21,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 09:52:21.106 11596 INFO rally.api [-] Starting verification (UUID=c226aa27-e17f-4ef3-8473-5fc12305ab6d) for deployment 'opnfv-rally' (UUID=a570e027-d215-49ea-9c95-a305622d7502) by verifier 'opnfv-tempest' (UUID=a8b1ab92-a711-4102-89e5-e4a511a5ef6e). 2018-10-22 09:52:21,108 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c226aa27-e17f-4ef3-8473-5fc12305ab6d 2018-10-22 09:54:07,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c226aa27-e17f-4ef3-8473-5fc12305ab6d 2018-10-22 09:54:07,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c226aa27-e17f-4ef3-8473-5fc12305ab6d']'. 2018-10-22 09:54:08,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 09:54:08,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 09:54:08,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 09:54:08,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c226aa27-e17f-4ef3-8473-5fc12305ab6d | 2018-10-22 09:54:08,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 09:52:21 | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 09:54:07 | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:46 | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a8b1ab92-a711-4102-89e5-e4a511a5ef6e) | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 09:54:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a570e027-d215-49ea-9c95-a305622d7502) | 2018-10-22 09:54:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-22 09:54:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 96.245 | 2018-10-22 09:54:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-10-22 09:54:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-10-22 09:54:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 09:54:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 09:54:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-22 09:54:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 09:54:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 09:54:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 09:54:08,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-10-22 09:54:08,798 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 09:54:08,799 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:02 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-10-22 09:54:14,245 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:38 | PASS | | tempest_smoke_serial | functest | smoke | 15:21 | PASS | | rally_sanity | functest | smoke | 25:58 | PASS | | refstack_defcore | functest | smoke | 05:38 | PASS | | patrole | functest | smoke | 02:42 | PASS | | snaps_smoke | functest | smoke | 56:30 | PASS | | neutron_trunk | functest | smoke | 02:02 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-22 09:54:14,254 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 09:54:20,498 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-300 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 09:54:20,503 - 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=e6acXtGMPWD9b3baawGyDnTp7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 OS_REGION_NAME=regionOne 2018-10-22 09:54:20,504 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 09:54:20,504 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-22 09:54:20,505 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-22 09:54:20,509 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 09:54:24,497 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-300 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 09:54:24,503 - 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=e6acXtGMPWD9b3baawGyDnTp7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 OS_REGION_NAME=regionOne 2018-10-22 09:54:24,503 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 09:54:24,504 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-10-22 09:54:24,518 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-10-22 09:54:26,846 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'id': u'8bb2aa9032744cea86bec1eb8e822191', 'description': u'Created by OPNFV Functest: cloudify_ims', '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-10-22 09:54:27,394 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ae4adaa2f1a24de281e183138c3c62ea', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782'}) 2018-10-22 09:54:27,554 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 09:54:27,744 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/fdb9aa3ce4654de8a69027f0e0fc6cc7'}, 'domain_id': None, 'human_id': None, 'id': u'fdb9aa3ce4654de8a69027f0e0fc6cc7', 'HUMAN_ID': False}) 2018-10-22 09:54:28,303 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 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': '95bc6bc8-65f0-4c7a-a81b-76f23ceaceb0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'cloudify_ims-user_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'project_id': u'8bb2aa9032744cea86bec1eb8e822191', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 09:54:28,308 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'password': '95bc6bc8-65f0-4c7a-a81b-76f23ceaceb0', 'project_name': 'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '8bb2aa9032744cea86bec1eb8e822191', 'project_domain_name': 'Default'} 2018-10-22 09:54:28,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-10-22 09:54:28,381 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-10-22 09:54:29,006 - 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-10-22T09:54:28Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'02084b59-92df-42b4-b831-b938af690544', u'provider:segmentation_id': 96, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'created_at': u'2018-10-22T09:54:28Z', u'mtu': 1450, u'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8bb2aa9032744cea86bec1eb8e822191'}) 2018-10-22 09:54:30,437 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T09:54:30Z', 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'94f08692-6d1e-45d9-9881-6cd23cda11a4', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'enable_dhcp': True, u'network_id': u'02084b59-92df-42b4-b831-b938af690544', u'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', u'created_at': u'2018-10-22T09:54:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8bb2aa9032744cea86bec1eb8e822191'}) 2018-10-22 09:54:35,427 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T09:54:32Z', u'revision_number': 3, u'id': u'a894e5dd-8f3b-465c-ad16-140bfddb4e8b', u'external_gateway_info': {u'network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'53fb6b01-2f77-471b-b63c-7120427c7852', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'admin_state_up': True, u'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', u'created_at': u'2018-10-22T09:54:31Z', u'flavor_id': None, u'routes': [], u'project_id': u'8bb2aa9032744cea86bec1eb8e822191'}) 2018-10-22 09:56:16,723 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/87623595-fd32-4777-870d-f5b13c1b8089/snap', u'metadata': Munch({})})], 'file': u'/v2/images/87623595-fd32-4777-870d-f5b13c1b8089/file', 'owner': u'8bb2aa9032744cea86bec1eb8e822191', 'id': u'87623595-fd32-4777-870d-f5b13c1b8089', 'size': 4373348352, u'self': u'/v2/images/87623595-fd32-4777-870d-f5b13c1b8089', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8bb2aa9032744cea86bec1eb8e822191', 'name': 'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/87623595-fd32-4777-870d-f5b13c1b8089/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T09:56:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T09:56:16Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/87623595-fd32-4777-870d-f5b13c1b8089', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'created': u'2018-10-22T09:55:05Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-22T09:55:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/87623595-fd32-4777-870d-f5b13c1b8089', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-22 09:56:16,905 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f281155a378b4c45907df4c470833e42', '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': 40, 'id': u'c39ff79d-dbdd-4c7e-8b1e-371cac93a94d', 'swap': 0}) 2018-10-22 09:56:17,202 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSCpI2GE+2n2/WpJrzD8ZeGmaB9ngJz7GMl9xDZVMz7cwE4iJqqDqi3048YcHVJ7FN3MCppEQTq/MDwgHpao5c0RgYXNdZdewTXx6i5A7Eprd+ecstjgszDu6pOISZJFpkrN6IL/O79GEMY94t/GmoOJ5+/w0aQv5HJFvy1WCxChpf678AKXKEO3ajd1vDwKFxOeHkdpM1j4Nr1Fg2eV1AkAYirzFsNODxUYC+oUy6PiUpkYhHxCHZsszlKDK4YkjuWRgwrL9xXiyq8A08AGMgUAMhRO+rvrFENJiBRsxWhSn8NZMOUMDeDAqEidSri6segRlcWd2sIydX95+Gw4mt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0gqSNhhPtp9v1qSa8w/GXhpmgfZ4Cc+xjJfcQ2VTM+3MBOIi\naqg6ot9OPGHB1SexTdzAqaREE6vzA8IB6WqOXNEYGFzXWXXsE18eouQOxKa3fnnL\nLY4LMw7uqTiEmSRaZKzeiC/zu/RhDGPeLfxpqDiefv8NGkL+RyRb8tVgsQoaX+u/\nAClyhDt2o3dbw8ChcTnh5HaTNY+Da9RYNnldQJAGIq8xbDTg8VGAvqFMuj4lKZGI\nR8Qh2bLM5SgyuGJI7lkYMKy/cV4sqvANPABjIFADIUTvq76xRDSYgUbMVoUp/DWT\nDlDA3gwKhInUq4urHoEZXFndrCMnV/efhsOJrQIDAQABAoIBAQCgJnNJT8wn4PVz\nYdrLjbGgutyCJ51rTbOBEaFeuflw1NYEuy+mx1K+MSoEHD2g+zzTs4grURafMTKA\nIQM4KIkX+E449UE18xXnx1UiumUQSFYM12y19WJQsggDexaPdgp+TNj4WiernjAJ\nNHSJ97XQECu5hVtGNOKQ+AYr58pr8Xe8A0XEQuH1CJuGGrAHQd4QlzuqBZ9iuuyf\nIwWfDf21qUboGXC1EFO8QBjQ80wvzIm01mJHO6JoXqCZQpB5eUsehYoMUtX1DQhz\n+BlpWHNNppyXBbtXDQ+nlLlVSFiwOc+JT3DUqnOEH4avbhLl7O6OrwuAbvHmMGfb\nv+PZe5LBAoGBAPey6B+pi/bGdmj9F3r/7cRV7joQRb8xUI//gG1oSjkqwY24C8Dz\n3G4LacW6mcznCZb74H025zQP+csiyhufnmIYHhfd98jWZMQIN7c5/pWFiAlMU+mq\n8/3T8kTAzDbNnDU34XJshtOODThMUkrC4m8YJKsLqQxjfw7P3A8SlDs5AoGBANkU\nllkvc3kZJFmR+S4fpnM7F8nMdWNg/hC6ETC+xqL3CuOVjsoKEje2nr3juPzNSiBF\ncRIgnz0X2CE0i25H8I/GuYSM4UbFlTl1DNbQpE3Arp2Ojx6hfYX5Gs2Wujkcky01\nCp7yKcn9tqdF6YM6dPoFaQMiBwbiwxHXE3Ys+h4VAoGBAKfspC2C9h5w4am/m4GJ\nrBnk38KBcadyuVlGMDz77QXglKONWHqRWKlKF4UzQj2FjBzN2Z1J8Wh8RC6RAU/E\n4M1D6HLpyqhfoKS9pXgUWyHnCxiypFjPyuYUIDS4ODoXHoV9wtud87HMpe264DdK\n89O5HHLRTuPVODhEdr3JLLERAoGAbIMWBM7rcgVXXk7RuHSpx8AqS/2gUGUTm1jn\nbu5ubNgA4XLJRcVzBdaL03AZ8ITOIQOVWfJkpy1cJH0XlbDwV26HHfMuSSpLRcV0\n/YyeFR/UKX4xnKYtEONMuqg1vobCKz7waDO1H/traoJQEAEQqEo8DAzeZlrEGA7i\n85fYD2ECgYAEHzTa62Hr1cpfvJL5+vwmlAdaCEdBG3FFSaNEO10M65ropZ/RxpWF\nJoHSOptQUN7oaSuh1hfcV4D8hYe4exaqWMbfNsZG7I0DpIkSC5MK09e9JdbUB/bV\nJ/x0VFmKI9/7Ke7aNOS9nUtbluJpG87o09PYZ3fNjptnUiAN+C9dPw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ae4adaa2f1a24de281e183138c3c62ea', 'name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'created_at': '2018-10-22T09:56:17.202778', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8bb2aa9032744cea86bec1eb8e822191', 'name': 'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'26:22:22:25:fe:4e:d8:c4:90:12:30:34:3b:3c:ca:c6', 'type': 'ssh', 'id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782'}) 2018-10-22 09:56:17,203 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA0gqSNhhPtp9v1qSa8w/GXhpmgfZ4Cc+xjJfcQ2VTM+3MBOIi aqg6ot9OPGHB1SexTdzAqaREE6vzA8IB6WqOXNEYGFzXWXXsE18eouQOxKa3fnnL LY4LMw7uqTiEmSRaZKzeiC/zu/RhDGPeLfxpqDiefv8NGkL+RyRb8tVgsQoaX+u/ AClyhDt2o3dbw8ChcTnh5HaTNY+Da9RYNnldQJAGIq8xbDTg8VGAvqFMuj4lKZGI R8Qh2bLM5SgyuGJI7lkYMKy/cV4sqvANPABjIFADIUTvq76xRDSYgUbMVoUp/DWT DlDA3gwKhInUq4urHoEZXFndrCMnV/efhsOJrQIDAQABAoIBAQCgJnNJT8wn4PVz YdrLjbGgutyCJ51rTbOBEaFeuflw1NYEuy+mx1K+MSoEHD2g+zzTs4grURafMTKA IQM4KIkX+E449UE18xXnx1UiumUQSFYM12y19WJQsggDexaPdgp+TNj4WiernjAJ NHSJ97XQECu5hVtGNOKQ+AYr58pr8Xe8A0XEQuH1CJuGGrAHQd4QlzuqBZ9iuuyf IwWfDf21qUboGXC1EFO8QBjQ80wvzIm01mJHO6JoXqCZQpB5eUsehYoMUtX1DQhz +BlpWHNNppyXBbtXDQ+nlLlVSFiwOc+JT3DUqnOEH4avbhLl7O6OrwuAbvHmMGfb v+PZe5LBAoGBAPey6B+pi/bGdmj9F3r/7cRV7joQRb8xUI//gG1oSjkqwY24C8Dz 3G4LacW6mcznCZb74H025zQP+csiyhufnmIYHhfd98jWZMQIN7c5/pWFiAlMU+mq 8/3T8kTAzDbNnDU34XJshtOODThMUkrC4m8YJKsLqQxjfw7P3A8SlDs5AoGBANkU llkvc3kZJFmR+S4fpnM7F8nMdWNg/hC6ETC+xqL3CuOVjsoKEje2nr3juPzNSiBF cRIgnz0X2CE0i25H8I/GuYSM4UbFlTl1DNbQpE3Arp2Ojx6hfYX5Gs2Wujkcky01 Cp7yKcn9tqdF6YM6dPoFaQMiBwbiwxHXE3Ys+h4VAoGBAKfspC2C9h5w4am/m4GJ rBnk38KBcadyuVlGMDz77QXglKONWHqRWKlKF4UzQj2FjBzN2Z1J8Wh8RC6RAU/E 4M1D6HLpyqhfoKS9pXgUWyHnCxiypFjPyuYUIDS4ODoXHoV9wtud87HMpe264DdK 89O5HHLRTuPVODhEdr3JLLERAoGAbIMWBM7rcgVXXk7RuHSpx8AqS/2gUGUTm1jn bu5ubNgA4XLJRcVzBdaL03AZ8ITOIQOVWfJkpy1cJH0XlbDwV26HHfMuSSpLRcV0 /YyeFR/UKX4xnKYtEONMuqg1vobCKz7waDO1H/traoJQEAEQqEo8DAzeZlrEGA7i 85fYD2ECgYAEHzTa62Hr1cpfvJL5+vwmlAdaCEdBG3FFSaNEO10M65ropZ/RxpWF JoHSOptQUN7oaSuh1hfcV4D8hYe4exaqWMbfNsZG7I0DpIkSC5MK09e9JdbUB/bV J/x0VFmKI9/7Ke7aNOS9nUtbluJpG87o09PYZ3fNjptnUiAN+C9dPw== -----END RSA PRIVATE KEY----- 2018-10-22 09:59:02,556 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:39:76:84', 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'87623595-fd32-4777-870d-f5b13c1b8089'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T09:59:01.000000', 'flavor': Munch({u'id': u'c39ff79d-dbdd-4c7e-8b1e-371cac93a94d'}), 'az': u'nova', 'id': u'fdc15cdb-91be-46bd-b855-21a59086d61f', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ae4adaa2f1a24de281e183138c3c62ea', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8bb2aa9032744cea86bec1eb8e822191', 'name': 'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', '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-10-22T09:59:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T09:59:01Z', 'hostId': u'53ec7ba70fbf05816aef112e6ee78359e12835d0188f3e301c740204', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'53ec7ba70fbf05816aef112e6ee78359e12835d0188f3e301c740204', '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-10-22T09:59:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8bb2aa9032744cea86bec1eb8e822191', 'name': u'cloudify_ims-vm_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'adminPass': u'2pj6MATTkFtv', 'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', 'region': 'regionOne', 'created': u'2018-10-22T09:56:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 09:59:05,227 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a894e5dd-8f3b-465c-ad16-140bfddb4e8b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', 'created_at': u'2018-10-22T09:59:03Z', 'attached': True, 'updated_at': u'2018-10-22T09:59:03Z', 'id': u'f2c1f23b-0ee0-4c26-9118-d3414e809167', 'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8bb2aa9032744cea86bec1eb8e822191', 'name': 'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a894e5dd-8f3b-465c-ad16-140bfddb4e8b', 'project_id': u'8bb2aa9032744cea86bec1eb8e822191', 'port_id': u'4ad43b4a-e1c6-49df-9db8-a2f4f8ed9725', 'port': u'4ad43b4a-e1c6-49df-9db8-a2f4f8ed9725', 'network': u'd8029335-a52b-439d-95d9-1488b78e0214'}) 2018-10-22 09:59:08,013 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1936829061 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.300629] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.302939] pid_max: default: 32768 minimum: 301 [ 0.304203] Security Framework initialized [ 0.305394] SELinux: Initializing. [ 0.306725] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.311718] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.314760] Mount-cache hash table entries: 4096 [ 0.316241] Initializing cgroup subsys memory [ 0.317473] Initializing cgroup subsys devices [ 0.318692] Initializing cgroup subsys freezer [ 0.319888] Initializing cgroup subsys net_cls [ 0.321100] Initializing cgroup subsys blkio [ 0.322291] Initializing cgroup subsys perf_event [ 0.323553] Initializing cgroup subsys hugetlb [ 0.324765] Initializing cgroup subsys pids [ 0.325923] Initializing cgroup subsys net_prio [ 0.327223] CPU: Physical Processor ID: 0 [ 0.329110] mce: CPU supports 10 MCE banks [ 0.330269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331643] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.333016] tlb_flushall_shift: 6 [ 0.334249] Freeing SMP alternatives: 28k freed [ 0.338357] ACPI: Core revision 20130517 [ 0.339897] ACPI: All ACPI Tables successfully acquired [ 0.341439] ftrace: allocating 25812 entries in 101 pages [ 0.364444] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.366031] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.367610] smpboot: Max logical packages: 2 [ 0.368984] Enabling x2apic [ 0.369938] Enabled x2apic [ 0.371082] Switched APIC routing to physical x2apic. [ 0.373309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.374823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.377463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.384392] KVM setup paravirtual spinlock [ 0.386652] smpboot: Booting Node 0, Processors #1 OK [ 0.388303] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.411008] Brought up 2 CPUs [ 0.411011] KVM setup async PF for cpu 1 [ 0.411014] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.414204] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.416362] devtmpfs: initialized [ 0.419296] EVM: security.selinux [ 0.420300] EVM: security.ima [ 0.421231] EVM: security.capability [ 0.422899] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.424491] pinctrl core: initialized pinctrl subsystem [ 0.425922] NET: Registered protocol family 16 [ 0.427282] ACPI: bus type PCI registered [ 0.428396] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.429987] PCI: Using configuration type 1 for base access [ 0.434719] ACPI: Added _OSI(Module Device) [ 0.435852] ACPI: Added _OSI(Processor Device) [ 0.436976] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.438139] ACPI: Added _OSI(Processor Aggregator Device) [ 0.440909] ACPI: Interpreter enabled [ 0.441934] ACPI: (supports S0 S5) [ 0.442889] ACPI: Using IOAPIC for interrupt routing [ 0.444083] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.447923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.449317] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.450949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.452427] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.455164] acpiphp: Slot [3] registered [ 0.456235] acpiphp: Slot [4] registered [ 0.457299] acpiphp: Slot [5] registered [ 0.458365] acpiphp: Slot [6] registered [ 0.459429] acpiphp: Slot [7] registered [ 0.460493] acpiphp: Slot [8] registered [ 0.461555] acpiphp: Slot [9] registered [ 0.462623] acpiphp: Slot [10] registered [ 0.463705] acpiphp: Slot [11] registered [ 0.464780] acpiphp: Slot [12] registered [ 0.465860] acpiphp: Slot [13] registered [ 0.466938] acpiphp: Slot [14] registered [ 0.468025] acpiphp: Slot [15] registered [ 0.469089] acpiphp: Slot [16] registered [ 0.470157] acpiphp: Slot [17] registered [ 0.471227] acpiphp: Slot [18] registered [ 0.472296] acpiphp: Slot [19] registered [ 0.473382] acpiphp: Slot [20] registered [ 0.474464] acpiphp: Slot [21] registered [ 0.475539] acpiphp: Slot [22] registered [ 0.476643] acpiphp: Slot [23] registered [ 0.477734] acpiphp: Slot [24] registered [ 0.478816] acpiphp: Slot [25] registered [ 0.479892] acpiphp: Slot [26] registered [ 0.480974] acpiphp: Slot [27] registered [ 0.482047] acpiphp: Slot [28] registered [ 0.483116] acpiphp: Slot [29] registered [ 0.484190] acpiphp: Slot [30] registered [ 0.485254] acpiphp: Slot [31] registered [ 0.486316] PCI host bridge to bus 0000:00 [ 0.487385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.488670] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.490137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.491595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.493552] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.501284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.502826] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.504265] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.505781] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.512390] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.514336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563952] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565780] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.568633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.570324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.572000] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.573574] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.575179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.577267] vgaarb: loaded [ 0.578129] vgaarb: bridge control possible 0000:00:02.0 [ 0.579521] SCSI subsystem initialized [ 0.580596] ACPI: bus type USB registered [ 0.581678] usbcore: registered new interface driver usbfs [ 0.582980] usbcore: registered new interface driver hub [ 0.584266] usbcore: registered new device driver usb [ 0.585603] PCI: Using ACPI for IRQ routing [ 0.586969] NetLabel: Initializing [ 0.587949] NetLabel: domain hash size = 128 [ 0.589057] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590274] NetLabel: unlabeled traffic allowed by default [ 0.591662] Switched to clocksource kvm-clock [ 0.598609] pnp: PnP ACPI init [ 0.599560] ACPI: bus type PNP registered [ 0.600963] pnp: PnP ACPI: found 5 devices [ 0.602048] ACPI: bus type PNP unregistered [ 0.609354] NET: Registered protocol family 2 [ 0.610682] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.612677] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.614157] TCP: Hash tables configured (established 32768 bind 32768) [ 0.615608] TCP: reno registered [ 0.616554] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617911] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619437] NET: Registered protocol family 1 [ 0.620648] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.623407] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.643309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.663291] Unpacking initramfs... [ 1.087886] Freeing initrd memory: 37508k freed [ 1.097105] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.098667] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.107797] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.109343] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.110990] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.112422] Initialise system trusted keyring [ 1.113582] audit: initializing netlink socket (disabled) [ 1.114898] type=2000 audit(1540202343.693:1): initialized [ 1.131839] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.133333] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.135771] zpool: loaded [ 1.136649] zbud: loaded [ 1.137684] VFS: Disk quotas dquot_6.5.2 [ 1.138775] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.140342] msgmni has been set to 7578 [ 1.141445] Key type big_key registered [ 1.143060] NET: Registered protocol family 38 [ 1.144219] Key type asymmetric registered [ 1.145312] Asymmetric key parser 'x509' registered [ 1.146533] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.148582] io scheduler noop registered [ 1.149654] io scheduler deadline registered (default) [ 1.150917] io scheduler cfq registered [ 1.152057] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.164732] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.166728] ACPI: Power Button [PWRF] [ 1.167840] GHES: HEST is not enabled! [ 1.168923] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.196780] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.215376] Non-volatile memory driver v1.3 [ 1.216511] Linux agpgart interface v0.103 [ 1.217698] crash memory driver: version 1.1 [ 1.218871] rdac: device handler registered [ 1.220018] hp_sw: device handler registered [ 1.221145] emc: device handler registered [ 1.222234] alua: device handler registered [ 1.223359] libphy: Fixed MDIO Bus: probed [ 1.224480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225944] ehci-pci: EHCI PCI platform driver [ 1.227099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228508] ohci-pci: OHCI PCI platform driver [ 1.229658] uhci_hcd: USB Universal Host Controller Interface driver [ 1.249743] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251030] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253032] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.254303] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.255723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.257226] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259185] usb usb1: Product: UHCI Host Controller [ 1.260443] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262002] usb usb1: SerialNumber: 0000:00:01.2 [ 1.263218] hub 1-0:1.0: USB hub found [ 1.264276] hub 1-0:1.0: 2 ports detected [ 1.265451] usbcore: registered new interface driver usbserial [ 1.266823] usbcore: registered new interface driver usbserial_generic [ 1.268283] usbserial: USB Serial support registered for generic [ 1.269685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.272352] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.273589] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.274898] mousedev: PS/2 mouse device common for all mice [ 1.276417] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.278659] rtc_cmos 00:00: RTC can wake from S4 [ 1.279243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.280389] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.284687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.286160] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.287646] cpuidle: using governor menu [ 1.288757] hidraw: raw HID events driver (C) Jiri Kosina [ 1.290120] usbcore: registered new interface driver usbhid [ 1.291435] usbhid: USB HID core driver [ 1.292510] drop_monitor: Initializing network drop monitor service [ 1.293974] TCP: cubic registered [ 1.294947] Initializing XFRM netlink socket [ 1.296115] NET: Registered protocol family 10 [ 1.297453] NET: Registered protocol family 17 [ 1.298737] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.300093] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.301517] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.303842] Loading compiled-in X.509 certificates [ 1.305075] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.307405] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.310130] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.312476] registered taskstats version 1 [ 1.314963] Key type trusted registered [ 1.317159] Key type encrypted registered [ 1.319373] IMA: No TPM chip found, activating TPM-bypass! [ 1.321062] rtc_cmos 00:00: setting system clock to 2018-10-22 09:59:03 UTC (1540202343) [ 1.323765] Freeing unused kernel memory: 1680k freed [ 1.327843] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.331824] systemd[1]: Detected virtualization kvm. [ 1.333048] systemd[1]: Detected architecture x86-64. [ 1.334266] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.336560] systemd[1]: No hostname configured. [ 1.337729] systemd[1]: Set hostname to . [ 1.339004] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.360889] systemd[1]: Reached target Local File Systems. [ 1.362205] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.364145] systemd[1]: Reached target Swap. [ 1.365273] systemd[1]: Starting Swap. [ 1.366341] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.368392] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.371162] systemd[1]: Reached target Paths. [ 1.372291] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.374156] systemd[1]: Created slice Root Slice. [ 1.375333] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.377253] systemd[1]: Listening on udev Kernel Socket. [ 1.378519] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.380530] systemd[1]: Created slice System Slice. [ 1.381748] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.383684] systemd[1]: Listening on Journal Socket. [ 1.384904] systemd[1]: Starting Journal Socket. [ 1.386386] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.388586] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.392227] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.395263] systemd[1]: Reached target Slices. [ 1.396684] systemd[1]: Starting Slices. [ 1.397975] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Timers. [ 1.401202] systemd[1]: Reached target Timers. [ 1.402346] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.404658] systemd[1]: Listening on udev Control Socket. [ 1.405943] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.407905] systemd[1]: Reached target Sockets. [ 1.409059] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.411067] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.461655] RPC: Registered named UNIX socket transport module. [ 1.463653] RPC: Registered udp transport module. [ 1.465275] RPC: Registered tcp transport module. [ 1.466878] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.555988] FDC 0 is a S82078B [ 1.570805] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.586674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.590124] scsi host0: ata_piix [ 1.591418] scsi host1: ata_piix [ 1.592592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.594544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.633849] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.641615] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726785] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728727] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730501] usb 1-1: Product: QEMU USB Tablet [ 1.731725] usb 1-1: Manufacturer: QEMU [ 1.732974] usb 1-1: SerialNumber: 42 [ 1.742939] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.745919] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.829502] SGI XFS with ACLs, security attributes, no debug enabled [ 1.832121] XFS (vda1): Mounting V4 Filesystem [ 1.912256] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager.[ 2.108745] tsc: Refined TSC clocksource calibration: 3491.911 MHz [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.128737] systemd-journald[124]: Received SIGTERM from PID 1 (systemd). [ 2.319349] SELinux: Disabled at runtime. [ 2.356670] type=1404 audit(1540202344.535:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.405643] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.407052] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Control Socket. Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.724954] systemd-journald[390]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Load/Save Random Seed. [ 2.734479] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. [[32m OK [0m] Started Setup Virtual Console. Starting Security Auditing Service... [[32m OK [0m] Started Preprocess NFS configuration. [ 2.908201] type=1305 audit(1540202345.086:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus.[ 3.073406] [drm] Initialized drm 1.1.0 20060810 [ 3.082381] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.086122] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.104898] ppdev: user-space parallel port driver [ 3.132445] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.132445] [TTM] Initializing pool allocator [ 3.132447] [TTM] Initializing DMA pool allocator [ 3.132641] [drm] fb mappable at 0xFC000000 [ 3.132642] [drm] vram aper at 0xFC000000 [ 3.132642] [drm] size 33554432 [ 3.132642] [drm] fb depth is 24 [ 3.132642] [drm] pitch is 3072 [ 3.143014] fbcon: cirrusdrmfb (fb0) is primary device [ 3.163428] Console: switching to colour frame buffer device 128x48 [ 3.175081] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting GSSAPI Proxy D[ 3.179695] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 aemon... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.210601] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started NTP client/server. [ 3.257144] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.263334] alg: No test for crc32 (crc32-pclmul) [ 3.310185] intel_rapl: no valid rapl domains found in package 0 [ 3.340773] intel_rapl: no valid rapl domains found in package 0 [ 3.350225] intel_powerclamp: No package C-state available [ 3.356209] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.774029] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 22 Oct 2018 09:59:06 +0000. Up 3.74 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-10-22 09:59:08,726 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-10-22 09:59:18,873 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1936829061 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.300629] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.302939] pid_max: default: 32768 minimum: 301 [ 0.304203] Security Framework initialized [ 0.305394] SELinux: Initializing. [ 0.306725] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.311718] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.314760] Mount-cache hash table entries: 4096 [ 0.316241] Initializing cgroup subsys memory [ 0.317473] Initializing cgroup subsys devices [ 0.318692] Initializing cgroup subsys freezer [ 0.319888] Initializing cgroup subsys net_cls [ 0.321100] Initializing cgroup subsys blkio [ 0.322291] Initializing cgroup subsys perf_event [ 0.323553] Initializing cgroup subsys hugetlb [ 0.324765] Initializing cgroup subsys pids [ 0.325923] Initializing cgroup subsys net_prio [ 0.327223] CPU: Physical Processor ID: 0 [ 0.329110] mce: CPU supports 10 MCE banks [ 0.330269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331643] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.333016] tlb_flushall_shift: 6 [ 0.334249] Freeing SMP alternatives: 28k freed [ 0.338357] ACPI: Core revision 20130517 [ 0.339897] ACPI: All ACPI Tables successfully acquired [ 0.341439] ftrace: allocating 25812 entries in 101 pages [ 0.364444] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.366031] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.367610] smpboot: Max logical packages: 2 [ 0.368984] Enabling x2apic [ 0.369938] Enabled x2apic [ 0.371082] Switched APIC routing to physical x2apic. [ 0.373309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.374823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.377463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.384392] KVM setup paravirtual spinlock [ 0.386652] smpboot: Booting Node 0, Processors #1 OK [ 0.388303] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.411008] Brought up 2 CPUs [ 0.411011] KVM setup async PF for cpu 1 [ 0.411014] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.414204] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.416362] devtmpfs: initialized [ 0.419296] EVM: security.selinux [ 0.420300] EVM: security.ima [ 0.421231] EVM: security.capability [ 0.422899] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.424491] pinctrl core: initialized pinctrl subsystem [ 0.425922] NET: Registered protocol family 16 [ 0.427282] ACPI: bus type PCI registered [ 0.428396] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.429987] PCI: Using configuration type 1 for base access [ 0.434719] ACPI: Added _OSI(Module Device) [ 0.435852] ACPI: Added _OSI(Processor Device) [ 0.436976] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.438139] ACPI: Added _OSI(Processor Aggregator Device) [ 0.440909] ACPI: Interpreter enabled [ 0.441934] ACPI: (supports S0 S5) [ 0.442889] ACPI: Using IOAPIC for interrupt routing [ 0.444083] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.447923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.449317] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.450949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.452427] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.455164] acpiphp: Slot [3] registered [ 0.456235] acpiphp: Slot [4] registered [ 0.457299] acpiphp: Slot [5] registered [ 0.458365] acpiphp: Slot [6] registered [ 0.459429] acpiphp: Slot [7] registered [ 0.460493] acpiphp: Slot [8] registered [ 0.461555] acpiphp: Slot [9] registered [ 0.462623] acpiphp: Slot [10] registered [ 0.463705] acpiphp: Slot [11] registered [ 0.464780] acpiphp: Slot [12] registered [ 0.465860] acpiphp: Slot [13] registered [ 0.466938] acpiphp: Slot [14] registered [ 0.468025] acpiphp: Slot [15] registered [ 0.469089] acpiphp: Slot [16] registered [ 0.470157] acpiphp: Slot [17] registered [ 0.471227] acpiphp: Slot [18] registered [ 0.472296] acpiphp: Slot [19] registered [ 0.473382] acpiphp: Slot [20] registered [ 0.474464] acpiphp: Slot [21] registered [ 0.475539] acpiphp: Slot [22] registered [ 0.476643] acpiphp: Slot [23] registered [ 0.477734] acpiphp: Slot [24] registered [ 0.478816] acpiphp: Slot [25] registered [ 0.479892] acpiphp: Slot [26] registered [ 0.480974] acpiphp: Slot [27] registered [ 0.482047] acpiphp: Slot [28] registered [ 0.483116] acpiphp: Slot [29] registered [ 0.484190] acpiphp: Slot [30] registered [ 0.485254] acpiphp: Slot [31] registered [ 0.486316] PCI host bridge to bus 0000:00 [ 0.487385] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.488670] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.490137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.491595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.493552] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.501284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.502826] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.504265] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.505781] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.512390] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.514336] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563952] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565780] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.568633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.570324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.572000] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.573574] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.575179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.577267] vgaarb: loaded [ 0.578129] vgaarb: bridge control possible 0000:00:02.0 [ 0.579521] SCSI subsystem initialized [ 0.580596] ACPI: bus type USB registered [ 0.581678] usbcore: registered new interface driver usbfs [ 0.582980] usbcore: registered new interface driver hub [ 0.584266] usbcore: registered new device driver usb [ 0.585603] PCI: Using ACPI for IRQ routing [ 0.586969] NetLabel: Initializing [ 0.587949] NetLabel: domain hash size = 128 [ 0.589057] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590274] NetLabel: unlabeled traffic allowed by default [ 0.591662] Switched to clocksource kvm-clock [ 0.598609] pnp: PnP ACPI init [ 0.599560] ACPI: bus type PNP registered [ 0.600963] pnp: PnP ACPI: found 5 devices [ 0.602048] ACPI: bus type PNP unregistered [ 0.609354] NET: Registered protocol family 2 [ 0.610682] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.612677] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.614157] TCP: Hash tables configured (established 32768 bind 32768) [ 0.615608] TCP: reno registered [ 0.616554] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617911] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619437] NET: Registered protocol family 1 [ 0.620648] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.623407] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.643309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.663291] Unpacking initramfs... [ 1.087886] Freeing initrd memory: 37508k freed [ 1.097105] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.098667] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.107797] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.109343] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.110990] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.112422] Initialise system trusted keyring [ 1.113582] audit: initializing netlink socket (disabled) [ 1.114898] type=2000 audit(1540202343.693:1): initialized [ 1.131839] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.133333] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.135771] zpool: loaded [ 1.136649] zbud: loaded [ 1.137684] VFS: Disk quotas dquot_6.5.2 [ 1.138775] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.140342] msgmni has been set to 7578 [ 1.141445] Key type big_key registered [ 1.143060] NET: Registered protocol family 38 [ 1.144219] Key type asymmetric registered [ 1.145312] Asymmetric key parser 'x509' registered [ 1.146533] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.148582] io scheduler noop registered [ 1.149654] io scheduler deadline registered (default) [ 1.150917] io scheduler cfq registered [ 1.152057] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.164732] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.166728] ACPI: Power Button [PWRF] [ 1.167840] GHES: HEST is not enabled! [ 1.168923] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.196780] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.215376] Non-volatile memory driver v1.3 [ 1.216511] Linux agpgart interface v0.103 [ 1.217698] crash memory driver: version 1.1 [ 1.218871] rdac: device handler registered [ 1.220018] hp_sw: device handler registered [ 1.221145] emc: device handler registered [ 1.222234] alua: device handler registered [ 1.223359] libphy: Fixed MDIO Bus: probed [ 1.224480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225944] ehci-pci: EHCI PCI platform driver [ 1.227099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228508] ohci-pci: OHCI PCI platform driver [ 1.229658] uhci_hcd: USB Universal Host Controller Interface driver [ 1.249743] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251030] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253032] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.254303] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.255723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.257226] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259185] usb usb1: Product: UHCI Host Controller [ 1.260443] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262002] usb usb1: SerialNumber: 0000:00:01.2 [ 1.263218] hub 1-0:1.0: USB hub found [ 1.264276] hub 1-0:1.0: 2 ports detected [ 1.265451] usbcore: registered new interface driver usbserial [ 1.266823] usbcore: registered new interface driver usbserial_generic [ 1.268283] usbserial: USB Serial support registered for generic [ 1.269685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.272352] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.273589] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.274898] mousedev: PS/2 mouse device common for all mice [ 1.276417] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.278659] rtc_cmos 00:00: RTC can wake from S4 [ 1.279243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.280389] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.284687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.286160] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.287646] cpuidle: using governor menu [ 1.288757] hidraw: raw HID events driver (C) Jiri Kosina [ 1.290120] usbcore: registered new interface driver usbhid [ 1.291435] usbhid: USB HID core driver [ 1.292510] drop_monitor: Initializing network drop monitor service [ 1.293974] TCP: cubic registered [ 1.294947] Initializing XFRM netlink socket [ 1.296115] NET: Registered protocol family 10 [ 1.297453] NET: Registered protocol family 17 [ 1.298737] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.300093] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.301517] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.303842] Loading compiled-in X.509 certificates [ 1.305075] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.307405] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.310130] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.312476] registered taskstats version 1 [ 1.314963] Key type trusted registered [ 1.317159] Key type encrypted registered [ 1.319373] IMA: No TPM chip found, activating TPM-bypass! [ 1.321062] rtc_cmos 00:00: setting system clock to 2018-10-22 09:59:03 UTC (1540202343) [ 1.323765] Freeing unused kernel memory: 1680k freed [ 1.327843] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.331824] systemd[1]: Detected virtualization kvm. [ 1.333048] systemd[1]: Detected architecture x86-64. [ 1.334266] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.336560] systemd[1]: No hostname configured. [ 1.337729] systemd[1]: Set hostname to . [ 1.339004] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.360889] systemd[1]: Reached target Local File Systems. [ 1.362205] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.364145] systemd[1]: Reached target Swap. [ 1.365273] systemd[1]: Starting Swap. [ 1.366341] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.368392] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.371162] systemd[1]: Reached target Paths. [ 1.372291] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.374156] systemd[1]: Created slice Root Slice. [ 1.375333] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.377253] systemd[1]: Listening on udev Kernel Socket. [ 1.378519] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.380530] systemd[1]: Created slice System Slice. [ 1.381748] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.383684] systemd[1]: Listening on Journal Socket. [ 1.384904] systemd[1]: Starting Journal Socket. [ 1.386386] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.388586] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.392227] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.395263] systemd[1]: Reached target Slices. [ 1.396684] systemd[1]: Starting Slices. [ 1.397975] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Timers. [ 1.401202] systemd[1]: Reached target Timers. [ 1.402346] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.404658] systemd[1]: Listening on udev Control Socket. [ 1.405943] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.407905] systemd[1]: Reached target Sockets. [ 1.409059] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.411067] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.461655] RPC: Registered named UNIX socket transport module. [ 1.463653] RPC: Registered udp transport module. [ 1.465275] RPC: Registered tcp transport module. [ 1.466878] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.555988] FDC 0 is a S82078B [ 1.570805] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.586674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.590124] scsi host0: ata_piix [ 1.591418] scsi host1: ata_piix [ 1.592592] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.594544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.633849] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.641615] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726785] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728727] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730501] usb 1-1: Product: QEMU USB Tablet [ 1.731725] usb 1-1: Manufacturer: QEMU [ 1.732974] usb 1-1: SerialNumber: 42 [ 1.742939] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.745919] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.829502] SGI XFS with ACLs, security attributes, no debug enabled [ 1.832121] XFS (vda1): Mounting V4 Filesystem [ 1.912256] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager.[ 2.108745] tsc: Refined TSC clocksource calibration: 3491.911 MHz [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.128737] systemd-journald[124]: Received SIGTERM from PID 1 (systemd). [ 2.319349] SELinux: Disabled at runtime. [ 2.356670] type=1404 audit(1540202344.535:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.405643] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.407052] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Control Socket. Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.724954] systemd-journald[390]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Load/Save Random Seed. [ 2.734479] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. [[32m OK [0m] Started Setup Virtual Console. Starting Security Auditing Service... [[32m OK [0m] Started Preprocess NFS configuration. [ 2.908201] type=1305 audit(1540202345.086:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus.[ 3.073406] [drm] Initialized drm 1.1.0 20060810 [ 3.082381] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.086122] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.104898] ppdev: user-space parallel port driver [ 3.132445] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.132445] [TTM] Initializing pool allocator [ 3.132447] [TTM] Initializing DMA pool allocator [ 3.132641] [drm] fb mappable at 0xFC000000 [ 3.132642] [drm] vram aper at 0xFC000000 [ 3.132642] [drm] size 33554432 [ 3.132642] [drm] fb depth is 24 [ 3.132642] [drm] pitch is 3072 [ 3.143014] fbcon: cirrusdrmfb (fb0) is primary device [ 3.163428] Console: switching to colour frame buffer device 128x48 [ 3.175081] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting GSSAPI Proxy D[ 3.179695] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 aemon... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.210601] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started NTP client/server. [ 3.257144] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.263334] alg: No test for crc32 (crc32-pclmul) [ 3.310185] intel_rapl: no valid rapl domains found in package 0 [ 3.340773] intel_rapl: no valid rapl domains found in package 0 [ 3.350225] intel_powerclamp: No package C-state available [ 3.356209] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.774029] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 22 Oct 2018 09:59:06 +0000. Up 3.74 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting OpenSSH server daemon... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.793878] cloud-init[822]: Cloud-init v. 0.7.5 running 'init' at Mon, 22 Oct 2018 09:59:08 +0000. Up 5.75 seconds. [ 5.824279] cloud-init[822]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.825988] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.828967] cloud-init[822]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.831251] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.834478] cloud-init[822]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.836810] cloud-init[822]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:39:76:84 | [ 5.844995] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.851177] cloud-init[822]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.856610] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.858540] cloud-init[822]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.862616] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.866655] cloud-init[822]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.873186] cloud-init[822]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH | [ 5.875940] cloud-init[822]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.882053] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.025215] cloud-init[2882]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 22 Oct 2018 09:59:11 +0000. Up 8.97 seconds. [ 9.737646] cloud-init[3109]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 22 Oct 2018 09:59:12 +0000. Up 9.52 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 26:22:22:25:fe:4e:d8:c4:90:12:30:34:3b:3c:ca:c6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 9.967694] cloud-init[3109]: Cloud-init v. 0.7.5 finished at Mon, 22 Oct 2018 09:59:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.96 seconds 2018-10-22 09:59:19,046 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-22 09:59:19,279 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5031, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 5038, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1714, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4930, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 869, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 812, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 798, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4588, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4920, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-22 09:59:19,420 - functest.core.cloudify - INFO - The current manager status is running 2018-10-22 09:59:19,583 - functest.core.cloudify - DEBUG - List secrets: 2018-10-22 09:59:19,656 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-22 09:59:19,656 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-22 09:59:19,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-10-22 09:59:20,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '95bc6bc8-65f0-4c7a-a81b-76f23ceaceb0', 'keystone_tenant_name': u'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.28:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'project_domain_name': 'Default'} 2018-10-22 09:59:21,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-10-22 10:00:08,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.cat.pdx.edu * extras: mirror.jaleco.com * updates: mirror.web-ster.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 4.6 MB/s | 54 MB 00:11 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-10-22 10:00:08,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-10-22 10:00:08,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-10-22 10:00:20,098 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/abe75484-dffb-4fe1-9d1b-e29a915a96f3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/abe75484-dffb-4fe1-9d1b-e29a915a96f3/file', 'owner': u'8bb2aa9032744cea86bec1eb8e822191', 'id': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'size': 263586304, u'self': u'/v2/images/abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8bb2aa9032744cea86bec1eb8e822191', 'name': 'cloudify_ims-project_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/abe75484-dffb-4fe1-9d1b-e29a915a96f3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T10:00:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T10:00:20Z', u'owner_specified.shade.sha256': u'eb0984c1ec23dbe0a53f888610ed8a823b90fede4d682248045b826454317c3a', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'6388227c3a074f3d8ef1cdd32ebcd203', 'properties': {u'self': u'/v2/images/abe75484-dffb-4fe1-9d1b-e29a915a96f3', u'owner_specified.shade.md5': u'6388227c3a074f3d8ef1cdd32ebcd203', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'owner_specified.shade.sha256': u'eb0984c1ec23dbe0a53f888610ed8a823b90fede4d682248045b826454317c3a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'created': u'2018-10-22T10:00:13Z', 'checksum': u'6388227c3a074f3d8ef1cdd32ebcd203', 'created_at': u'2018-10-22T10:00:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/abe75484-dffb-4fe1-9d1b-e29a915a96f3', u'owner_specified.shade.md5': u'6388227c3a074f3d8ef1cdd32ebcd203', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'owner_specified.shade.sha256': u'eb0984c1ec23dbe0a53f888610ed8a823b90fede4d682248045b826454317c3a', u'schema': u'/v2/schemas/image'}}) 2018-10-22 10:00:20,169 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'ephemeral': 0, 'ram': 2048, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f281155a378b4c45907df4c470833e42', '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': 25, 'id': u'057c6054-9aa2-4c5f-abb5-f96a221333cd', 'swap': 0}) 2018-10-22 10:00:20,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-10-22 10:00:27,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-22 10:00:27,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-10-22 10:00:27,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-22 10:00:27,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:00:27,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-10-22 10:00:27,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:00:27,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-10-22 10:00:27,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-10-22 10:00:27,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:00:27,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpo8hp_L [args=--prefix="/tmp/openstack-h4FD3i" --constraint="/tmp/openstack-h4FD3i/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-22 10:00:27,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpo8hp_L --prefix="/tmp/openstack-h4FD3i" --constraint="/tmp/openstack-h4FD3i/constraint.txt" 2018-10-22 10:01:05,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-22 10:01:05,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpo8hp_L 2018-10-22 10:01:05,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:01:05,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-10-22 10:01:05,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-10-22 10:01:05,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-10-22 10:01:06,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-10-22 10:01:11,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-10-22 10:01:11,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-10-22 10:01:11,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-22 10:01:11,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:11,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:11,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-22 10:01:11,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:11,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:11,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:11,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-10-22 10:01:11,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-10-22 10:01:11,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-10-22 10:01:11,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-10-22 10:01:11,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-10-22 10:01:11,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-10-22 10:01:11,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-10-22 10:01:11,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-10-22 10:01:11,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-10-22 10:01:11,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-10-22 10:01:11,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-10-22 10:01:11,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:11,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-22 10:01:11,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-22 10:01:11,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:11,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:11,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:11,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-22 10:01:16,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-22 10:01:16,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-10-22 10:01:16,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782 2018-10-22 10:01:16,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:16,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-22 10:01:16,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', u'created_at': u'2018-10-22T10:01:11Z', u'updated_at': u'2018-10-22T10:01:11Z', u'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'8bb2aa9032744cea86bec1eb8e822191', u'port_id': None, u'id': u'ca09594a-fc20-4020-b836-ce5afb46318f'} 2018-10-22 10:01:16,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-10-22 10:01:16,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-10-22 10:01:16,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:16,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:16,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-22 10:01:16,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-10-22 10:01:16,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:16,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:16,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:16,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-22 10:01:16,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-10-22 10:01:16,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-10-22 10:01:16,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:16,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:16,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:16,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:16,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-22 10:01:16,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:16,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:16,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-10-22 10:01:16,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-10-22 10:01:16,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-10-22 10:01:16,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-10-22 10:01:22,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:22,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:22,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:22,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:22,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', u'created_at': u'2018-10-22T10:01:16Z', u'updated_at': u'2018-10-22T10:01:16Z', u'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'8bb2aa9032744cea86bec1eb8e822191', u'port_id': None, u'id': u'5df2cb98-652d-4569-bc61-e93765f11e03'} 2018-10-22 10:01:22,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-10-22 10:01:22,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-10-22 10:01:22,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-10-22 10:01:22,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-10-22 10:01:22,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:22,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:22,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:22,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:01:22,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-22 10:01:22,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:22,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-10-22 10:01:22,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-10-22 10:01:22,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:22,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'8bb2aa9032744cea86bec1eb8e822191', u'created_at': u'2018-10-22T10:01:17Z', u'updated_at': u'2018-10-22T10:01:17Z', u'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'8bb2aa9032744cea86bec1eb8e822191', u'port_id': None, u'id': u'1cdbe975-0197-4dd3-9066-f00583ef138c'} 2018-10-22 10:01:22,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:01:22,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-10-22 10:01:22,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-10-22 10:01:22,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-10-22 10:01:22,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:22,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:22,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:22,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:22,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:22,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-22 10:01:22,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}] 2018-10-22 10:01:22,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_wyi7bw'} 2018-10-22 10:01:22,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:22,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:27,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:27,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:27,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_wyi7bw', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:27,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:27,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_wyi7bw', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:27,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:27,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:27,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:27,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:27,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:27,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:27,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:27,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:27,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:27,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:01:27,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:27,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:27,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:27,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:27,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:27,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:27,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:27,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:27,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:27,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:27,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:27,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}, {u'external_id': u'b93185b7-10c4-42c2-b541-a2f2031618d0', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'c46d7d95-f2cd-4df3-bf6a-6bc84cd96b14', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-10-22 10:01:27,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}, {u'external_id': u'b93185b7-10c4-42c2-b541-a2f2031618d0', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'73ff52be-f203-4185-a9af-c757cbaded84', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'ca09594a-fc20-4020-b836-ce5afb46318f', u'floating_ip_address': u'172.30.9.211', u'external_type': u'floatingip'}] 2018-10-22 10:01:27,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}, {u'external_id': u'b93185b7-10c4-42c2-b541-a2f2031618d0', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a8269aa0-5294-48ed-a888-a64b23d55d0c', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-10-22 10:01:27,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_rpu15r'} 2018-10-22 10:01:27,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_fu13dd'} 2018-10-22 10:01:27,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_uwuy08'} 2018-10-22 10:01:27,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:27,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}, {u'external_id': u'b93185b7-10c4-42c2-b541-a2f2031618d0', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'5cdd2ce5-13cf-43e6-9f28-4fddca411d14', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-10-22 10:01:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_f4ypzm'} 2018-10-22 10:01:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:01:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:01:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_f4ypzm', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_rpu15r', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_fu13dd', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_uwuy08', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_f4ypzm', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_rpu15r', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_fu13dd', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_uwuy08', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:01:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}, {u'external_id': u'b93185b7-10c4-42c2-b541-a2f2031618d0', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0f9bcb7c-b7e8-4ad7-9e8a-49b005cea082', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'1cdbe975-0197-4dd3-9066-f00583ef138c', u'floating_ip_address': u'172.30.9.210', u'external_type': u'floatingip'}] 2018-10-22 10:01:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_uor69p'} 2018-10-22 10:01:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:01:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:38,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}, {u'external_id': u'b93185b7-10c4-42c2-b541-a2f2031618d0', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'2d43aa57-8318-476c-8898-fe16a76a17df', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'952c2dfa-3ad4-4295-b784-5fc0098fdc9f', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-10-22 10:01:38,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', u'external_type': u'keypair'}, {u'external_id': u'b93185b7-10c4-42c2-b541-a2f2031618d0', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'657a9e00-6a49-4ae4-901e-e99505a05656', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'2d43aa57-8318-476c-8898-fe16a76a17df', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'5df2cb98-652d-4569-bc61-e93765f11e03', u'floating_ip_address': u'172.30.9.200', u'external_type': u'floatingip'}] 2018-10-22 10:01:38,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ve75pu'} 2018-10-22 10:01:38,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_p0u2np'} 2018-10-22 10:01:38,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:38,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:38,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:38,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:38,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:38,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:38,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:38,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:38,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:38,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:38,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:38,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ve75pu', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:38,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:38,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:38,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:38,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:38,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:38,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:38,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:01:38,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_uor69p', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:38,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ve75pu', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:38,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_p0u2np', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:38,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_uor69p', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:38,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_p0u2np', 'key_name': u'cloudify_ims-kp_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'image': u'abe75484-dffb-4fe1-9d1b-e29a915a96f3', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_bf03b4d6-e7ae-48f7-abd1-4fe03a8fa782', 'cloudify_management_network_id': u'02084b59-92df-42b4-b831-b938af690544'}, 'nics': [{'net-id': u'02084b59-92df-42b4-b831-b938af690544'}], 'flavor': u'057c6054-9aa2-4c5f-abb5-f96a221333cd'} 2018-10-22 10:01:38,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:01:38,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:38,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:01:38,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:43,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:43,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:43,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:01:43,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:43,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:43,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:01:43,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:01:43,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:01:43,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:43,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:43,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:43,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:43,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:01:43,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:43,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:43,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:01:43,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:01:48,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:01:48,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:01:48,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:02:03,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:03,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:03,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:09,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:09,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:09,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:09,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:09,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:19,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:19,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:19,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:19,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:02:19,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:19,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:19,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:02:35,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:35,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:35,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:02:40,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:40,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:40,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:40,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:45,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:02:45,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:45,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:45,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:02:45,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:45,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:45,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:02:45,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:02:45,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:50,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:50,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:50,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:50,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:50,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:02:50,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:02:50,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:02:50,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-22 10:03:06,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:13,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:13,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:13,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:20,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:20,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:20,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:20,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:26,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-22 10:03:26,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:33,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:33,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-22 10:03:46,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:46,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:46,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-22 10:03:52,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:52,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:52,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:52,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:52,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:52,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:52,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:52,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:59,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:59,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:59,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-22 10:03:59,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-22 10:03:59,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-22 10:03:59,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-22 10:03:59,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:03:59,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:59,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:03:59,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:04:05,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:04:05,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:05,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:04:05,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:05,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-22 10:04:05,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:05,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:04:05,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:05,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.5 on port 22: Unable to connect to port 22 on 192.168.120.5 (tried 1 time) 2018-10-22 10:04:05,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-22 10:04:05,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-22 10:04:16,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:16,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:16,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-22 10:04:21,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-22 10:04:21,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:04:21,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:04:21,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:21,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:04:21,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:21,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:21,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:21,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:21,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:04:21,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:26,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:26,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-22 10:04:26,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:26,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:04:26,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:04:26,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:26,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:04:26,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_uor69p 2018-10-22 10:04:26,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:04:26,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.14:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-22 10:04:26,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:04:26,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_uor69p/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:04:26,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:26,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:26,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:26,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:26,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:26,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:26,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:26,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:32,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-22 10:04:32,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:32,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:04:32,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:32,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:04:32,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-22 10:04:32,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-22 10:04:32,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:04:32,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:04:32,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:32,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:32,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:04:32,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_uor69p/env 2018-10-22 10:04:32,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_uor69p/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_uor69p/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_uor69p', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_uor69p/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_uor69p', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:04:32,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:04:32,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-22 10:04:32,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:04:32,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_wyi7bw 2018-10-22 10:04:32,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:04:32,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.14:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-22 10:04:32,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_uor69p/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-22 10:04:32,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:04:32,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-22 10:04:32,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-22 10:04:32,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_uor69p 2018-10-22 10:04:32,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:04:32,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_wyi7bw/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:04:32,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:04:32,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:04:32,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:32,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:32,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:32,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:32,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:04:37,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_uor69p 2018-10-22 10:04:37,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:37,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:37,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:04:37,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:37,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:04:37,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:37,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:37,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:37,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:04:37,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:04:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_wyi7bw/env 2018-10-22 10:04:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:04:37,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:04:37,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-22 10:04:37,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:04:37,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_uor69p 2018-10-22 10:04:37,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:04:37,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_wyi7bw/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_wyi7bw/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_wyi7bw', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_wyi7bw/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_wyi7bw', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:04:37,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:04:37,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:04:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:04:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:04:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-22 10:04:37,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:04:42,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-22 10:04:42,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:04:42,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:42,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:04:42,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:42,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:42,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:04:42,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_wyi7bw/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-22 10:04:42,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:42,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-22 10:04:42,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:04:42,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-22 10:04:42,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_wyi7bw 2018-10-22 10:04:42,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:42,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_uor69p 2018-10-22 10:04:42,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:42,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:48,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:48,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:04:48,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-22 10:04:48,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:48,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:04:48,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:04:48,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_uwuy08/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:04:48,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:04:48,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:48,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:48,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:04:48,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:04:48,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:48,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:54,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-22 10:04:54,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_uwuy08 2018-10-22 10:04:54,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:54,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:04:54,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:04:54,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:04:54,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:04:54,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:54,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:04:54,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_uwuy08/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:04:54,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:54,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:54,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:04:54,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:04:54,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_fu13dd 2018-10-22 10:04:54,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:04:54,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_uor69p start 2018-10-22 10:04:54,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:04:59,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.14:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-22 10:04:59,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:04:59,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:04:59,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_f4ypzm/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:04:59,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_uor69p start 2018-10-22 10:04:59,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_fu13dd 2018-10-22 10:04:59,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_uor69p 2018-10-22 10:04:59,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:04:59,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_f4ypzm 2018-10-22 10:04:59,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_fu13dd/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:04:59,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:04:59,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-22 10:04:59,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:04:59,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:04:59,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:04:59,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:04:59,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_uwuy08/env 2018-10-22 10:04:59,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_uwuy08/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_uwuy08/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_uwuy08', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_uwuy08/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_uwuy08', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:04:59,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:04:59,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:04:59,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-22 10:04:59,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:04:59,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:04:59,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_rpu15r/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:04:59,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_uor69p/env/bin/pip freeze 2018-10-22 10:04:59,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:04:59,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:04:59,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:04:59,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_rpu15r 2018-10-22 10:05:05,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:05:05,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:05,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_rpu15r/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:05:05,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:05:05,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-22 10:05:05,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:05,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:05,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:05:05,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_fu13dd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_fu13dd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_fu13dd', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_fu13dd/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_fu13dd', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:05:05,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:05,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_uwuy08/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-22 10:05:05,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:05,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:05:05,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:05:05,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:05:05,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_fu13dd/env 2018-10-22 10:05:05,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-22 10:05:05,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:05:05,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:05,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:05,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:05:05,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_wyi7bw 2018-10-22 10:05:05,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_uwuy08 2018-10-22 10:05:05,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:05,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-22 10:05:05,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:05:05,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpb9NtpT 2018-10-22 10:05:05,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_f4ypzm/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_f4ypzm/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_f4ypzm', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_f4ypzm/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_f4ypzm', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:05:05,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:05,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-22 10:05:05,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_f4ypzm/env 2018-10-22 10:05:05,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-22 10:05:05,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-22 10:05:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.14:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-22 10:05:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:05:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_wyi7bw 2018-10-22 10:05:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:05,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:05,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:05,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:10,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:10,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-22 10:05:10,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:05:10,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:10,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:05:10,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:05:10,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:10,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:10,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:10,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:10,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-22 10:05:10,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_fu13dd 2018-10-22 10:05:10,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_f4ypzm/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-22 10:05:10,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-22 10:05:10,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-22 10:05:10,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_rpu15r/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_rpu15r/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_rpu15r', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_rpu15r/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_rpu15r', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:05:10,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-22 10:05:10,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_f4ypzm 2018-10-22 10:05:10,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-22 10:05:10,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:05:10,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_fu13dd/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-22 10:05:10,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_rpu15r/env 2018-10-22 10:05:10,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:10,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:05:10,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:10,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:10,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:10,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:05:10,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:10,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:05:10,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-22 10:05:10,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:05:10,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-22 10:05:10,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:10,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_wyi7bw 2018-10-22 10:05:10,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:05:10,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:10,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:10,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:10,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:16,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_rpu15r/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-22 10:05:16,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:05:16,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:05:16,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-22 10:05:16,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:05:16,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-22 10:05:16,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:16,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:16,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_fu13dd 2018-10-22 10:05:16,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_uwuy08 2018-10-22 10:05:16,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:05:16,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_uwuy08 2018-10-22 10:05:16,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:16,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:16,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-22 10:05:16,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:16,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:16,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:16,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_fu13dd 2018-10-22 10:05:16,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:16,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:05:21,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:21,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:05:21,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:05:21,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:21,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:21,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:21,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:21,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:21,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:05:21,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-22 10:05:21,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:21,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-22 10:05:21,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:21,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:21,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:05:21,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:21,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:21,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:21,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_uwuy08 2018-10-22 10:05:21,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:21,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_rpu15r 2018-10-22 10:05:21,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_rpu15r 2018-10-22 10:05:21,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:05:21,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:21,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:21,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:21,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:05:21,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:21,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_f4ypzm 2018-10-22 10:05:21,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:21,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:27,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:27,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:27,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:27,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:27,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:27,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:05:27,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:27,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:27,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:27,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:27,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:27,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:27,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:27,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:05:27,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:05:27,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:27,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:27,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-22 10:05:27,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:27,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_wyi7bw 2018-10-22 10:05:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-22 10:05:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_wyi7bw start 2018-10-22 10:05:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:33,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:33,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:33,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:05:33,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:05:33,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_wyi7bw/env/bin/pip freeze 2018-10-22 10:05:33,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-22 10:05:33,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-22 10:05:33,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:05:33,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:33,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_fu13dd 2018-10-22 10:05:33,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:05:33,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:33,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:33,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:33,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:05:33,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:05:33,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_p0u2np/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:05:33,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpNRWEWQ 2018-10-22 10:05:33,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.14:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-22 10:05:33,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_p0u2np 2018-10-22 10:05:33,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:05:33,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:05:33,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:05:33,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:05:38,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-22 10:05:38,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:05:38,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:38,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:05:38,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:38,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:05:38,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:38,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:38,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_uwuy08 2018-10-22 10:05:38,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-22 10:05:38,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-22 10:05:38,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-22 10:05:38,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-22 10:05:38,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_uwuy08 start 2018-10-22 10:05:38,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-22 10:05:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_fu13dd start 2018-10-22 10:05:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:05:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_p0u2np/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_p0u2np/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_p0u2np', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_p0u2np/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_p0u2np', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:05:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ve75pu/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:05:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:38,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:43,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_ve75pu 2018-10-22 10:05:43,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:43,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:43,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_f4ypzm start 2018-10-22 10:05:43,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-22 10:05:43,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-22 10:05:43,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-22 10:05:43,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:43,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:43,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_f4ypzm 2018-10-22 10:05:43,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-22 10:05:43,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:43,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_uwuy08/env/bin/pip freeze 2018-10-22 10:05:43,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_fu13dd 2018-10-22 10:05:43,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-22 10:05:43,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_p0u2np 2018-10-22 10:05:43,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:05:43,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_p0u2np/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_p0u2np/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_p0u2np', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_p0u2np/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_p0u2np', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:05:43,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ve75pu/cloudify/ssl/cloudify_internal_cert.pem 2018-10-22 10:05:43,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:43,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:05:43,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:05:43,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:43,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:05:43,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:05:43,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:05:43,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:43,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:43,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:05:43,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:05:43,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:05:43,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:43,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:43,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:43,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:43,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:43,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:43,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:43,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:05:43,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:43,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:43,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-22 10:05:43,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-22 10:05:49,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-22 10:05:49,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_f4ypzm/env/bin/pip freeze 2018-10-22 10:05:49,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_ve75pu/env 2018-10-22 10:05:49,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:05:49,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpbBN6y4 2018-10-22 10:05:49,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_ve75pu 2018-10-22 10:05:49,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.14', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ve75pu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ve75pu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_ve75pu', 'REST_HOST': '192.168.120.14', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ve75pu/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ve75pu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dq8xYg.pyNHSbloo08up39pt57e5dMJNUI'} 2018-10-22 10:05:49,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:49,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_ve75pu/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-22 10:05:49,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-22 10:05:49,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:49,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:49,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_fu13dd/env/bin/pip freeze 2018-10-22 10:05:49,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-22 10:05:49,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-22 10:05:49,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-22 10:05:49,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:05:49,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:05:49,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:05:49,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:05:49,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:05:49,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:49,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:05:49,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:05:49,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:05:49,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:05:49,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_p0u2np 2018-10-22 10:05:49,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:05:49,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp3c99Hq 2018-10-22 10:05:49,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpJLqCEb 2018-10-22 10:05:49,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:49,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-22 10:05:49,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:05:49,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:49,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:49,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:49,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:05:49,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_rpu15r 2018-10-22 10:05:49,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:49,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:54,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-22 10:05:54,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:05:54,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:05:54,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:54,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:54,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:05:54,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/NE0ER/install_requirements.sh 2018-10-22 10:05:54,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:05:54,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_ve75pu 2018-10-22 10:05:54,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:05:54,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:54,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:54,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_ve75pu 2018-10-22 10:05:54,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/NE0ER/install_requirements.sh 2018-10-22 10:05:54,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-22 10:05:54,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-22 10:05:54,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_p0u2np 2018-10-22 10:05:54,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-22 10:05:54,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:05:54,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_rpu15r/env/bin/pip freeze 2018-10-22 10:05:54,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:05:54,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:05:54,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-22 10:05:54,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:05:54,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:05:54,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:05:54,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:05:54,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:54,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:05:54,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:05:54,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:54,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:05:54,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:05:54,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:05:54,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:05:54,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:05:54,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-22 10:05:54,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:00,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-22 10:06:00,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:06:00,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-22 10:06:00,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:06:00,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:06:00,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-22 10:06:00,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:06:00,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_p0u2np 2018-10-22 10:06:00,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpWs4bXm 2018-10-22 10:06:00,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-22 10:06:00,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:06:00,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_ve75pu 2018-10-22 10:06:00,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-22 10:06:00,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:06:00,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:06:00,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:06:00,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:06:00,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:00,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:06:00,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:00,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:06:00,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:06:00,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:06:00,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:00,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:00,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:06:00,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:00,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-22 10:06:00,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:06:05,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_ve75pu start 2018-10-22 10:06:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-22 10:06:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_p0u2np 2018-10-22 10:06:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_p0u2np start 2018-10-22 10:06:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_ve75pu 2018-10-22 10:06:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:06:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-22 10:06:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-22 10:06:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:06:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_ve75pu/env/bin/pip freeze 2018-10-22 10:06:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-22 10:06:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_p0u2np/env/bin/pip freeze 2018-10-22 10:06:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-22 10:06:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:06:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:06:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-22 10:06:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-22 10:06:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpFC0EeY 2018-10-22 10:06:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-22 10:06:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:06:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpwyv_49 2018-10-22 10:06:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-22 10:06:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:06:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:06:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:06:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-22 10:06:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-22 10:06:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:06:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:06:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:06:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-22 10:06:10,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-22 10:06:10,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-22 10:06:10,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:10,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:06:10,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:10,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:10,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-22 10:06:10,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:10,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:10,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:06:10,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:06:10,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:06:10,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/I2BCO/bind.py 2018-10-22 10:06:10,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-10-22 10:06:10,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-10-22 10:06:10,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:10,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-22 10:06:10,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:10,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:10,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:10,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:10,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-10-22 10:06:15,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-22 10:06:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-22 10:06:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:06:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMGpr4r /etc/clearwater/local_config 2018-10-22 10:06:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGdxdQO /etc/bind/named.conf.local 2018-10-22 10:06:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpq2GrSw /etc/clearwater/shared_config 2018-10-22 10:06:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-22 10:06:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-10-22 10:06:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-22 10:06:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-10-22 10:06:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-10-22 10:06:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.5', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:06:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5HJezF /etc/bind/db.clearwater.local 2018-10-22 10:06:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:06:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:06:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:06:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:06:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:06:15,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-10-22 10:06:15,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpb1HJwH /etc/bind/db.clearwater.opnfv 2018-10-22 10:06:15,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:06:15,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:06:15,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:06:15,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:06:15,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:06:15,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:06:15,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:06:15,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:06:15,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/5R18L/install-etcd.sh 2018-10-22 10:06:15,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-10-22 10:06:15,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/5R18L/install-etcd.sh 2018-10-22 10:06:15,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-10-22 10:06:15,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-10-22 10:06:15,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-10-22 10:06:15,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:06:15,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/NE0ER/install_requirements.sh 2018-10-22 10:06:15,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:06:15,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:06:15,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-uor69p Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Hit http://security.ubuntu.com trusty-security/main Sources Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/universe Translation-en Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 9s (2,720 B/s) Reading package lists... real 0m11.567s user 0m2.647s sys 0m0.219s 2018-10-22 10:06:15,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:06:15,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-10-22 10:07:29,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-uor69p Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-management clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 77 newly installed, 0 to remove and 3 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 38% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 85.1 MB in 12s (6,710 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51406 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8967 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m31.108s user 0m18.550s sys 0m7.765s 2018-10-22 10:07:29,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.009s user 0m0.002s sys 0m0.008s 2018-10-22 10:07:29,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-10-22 10:07:29,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-10-22 10:07:29,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-10-22 10:07:29,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:03 ? 00:00:00 /sbin/init root 2 0 0 10:03 ? 00:00:00 [kthreadd] root 3 2 0 10:03 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:03 ? 00:00:00 [kworker/0:0] root 5 2 0 10:03 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:03 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:03 ? 00:00:00 [rcu_sched] root 8 2 0 10:03 ? 00:00:00 [rcuos/0] root 9 2 0 10:03 ? 00:00:00 [rcuos/1] root 10 2 0 10:03 ? 00:00:00 [rcu_bh] root 11 2 0 10:03 ? 00:00:00 [rcuob/0] root 12 2 0 10:03 ? 00:00:00 [rcuob/1] root 13 2 0 10:03 ? 00:00:00 [migration/0] root 14 2 0 10:03 ? 00:00:00 [watchdog/0] root 15 2 0 10:03 ? 00:00:00 [watchdog/1] root 16 2 0 10:03 ? 00:00:00 [migration/1] root 17 2 0 10:03 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:03 ? 00:00:00 [kworker/1:0] root 19 2 0 10:03 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:03 ? 00:00:00 [khelper] root 21 2 0 10:03 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:03 ? 00:00:00 [netns] root 23 2 0 10:03 ? 00:00:00 [writeback] root 24 2 0 10:03 ? 00:00:00 [kintegrityd] root 25 2 0 10:03 ? 00:00:00 [bioset] root 26 2 0 10:03 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:03 ? 00:00:00 [kblockd] root 28 2 0 10:03 ? 00:00:00 [ata_sff] root 29 2 0 10:03 ? 00:00:00 [khubd] root 30 2 0 10:03 ? 00:00:00 [md] root 31 2 0 10:03 ? 00:00:00 [devfreq_wq] root 32 2 0 10:03 ? 00:00:00 [kworker/0:1] root 34 2 0 10:03 ? 00:00:00 [khungtaskd] root 35 2 0 10:03 ? 00:00:00 [kswapd0] root 36 2 0 10:03 ? 00:00:00 [vmstat] root 37 2 0 10:03 ? 00:00:00 [ksmd] root 38 2 0 10:03 ? 00:00:00 [khugepaged] root 39 2 0 10:03 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:03 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:03 ? 00:00:00 [crypto] root 53 2 0 10:03 ? 00:00:00 [kthrotld] root 54 2 0 10:03 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:03 ? 00:00:00 [vballoon] root 56 2 0 10:03 ? 00:00:00 [kworker/1:1] root 57 2 0 10:03 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:03 ? 00:00:00 [scsi_eh_1] root 59 2 0 10:03 ? 00:00:00 [kworker/u4:2] root 60 2 0 10:03 ? 00:00:00 [kworker/u4:3] root 79 2 0 10:03 ? 00:00:00 [deferwq] root 80 2 0 10:03 ? 00:00:00 [charger_manager] root 124 2 0 10:03 ? 00:00:00 [kpsmoused] root 125 2 0 10:03 ? 00:00:00 [kworker/1:2] root 186 2 0 10:03 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:03 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 10:03 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 10:03 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 428 2 0 10:03 ? 00:00:00 [kworker/u5:1] root 429 2 0 10:03 ? 00:00:00 [kworker/u5:2] root 532 1 0 10:03 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 10:03 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 10:04 ? 00:00:00 [kauditd] root 940 1 0 10:04 ? 00:00:00 upstart-file-bridge --daemon message+ 1010 1 0 10:04 ? 00:00:00 dbus-daemon --system --fork syslog 1012 1 0 10:04 ? 00:00:00 rsyslogd root 1027 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-logind root 1053 1 0 10:04 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 10:04 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 10:04 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 10:04 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 10:04 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1109 1 0 10:04 ? 00:00:00 /usr/sbin/sshd -D root 1111 1 0 10:04 ? 00:00:00 cron daemon 1112 1 0 10:04 ? 00:00:00 atd root 1119 1 0 10:04 ? 00:00:00 /usr/sbin/irqbalance root 1128 1 0 10:04 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 10:04 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 10:04 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1652 1 0 10:04 ? 00:00:00 /home/ubuntu/bind_host_uor69p/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_uor69p --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_uor69p --logging-server-logdir=/home/ubuntu/bind_host_uor69p/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_uor69p/work/bind_host_uor69p%I.log --pidfile=/home/ubuntu/bind_host_uor69p/work/bind_host_uor69p.pid ubuntu 1691 1652 0 10:04 ? 00:00:00 /home/ubuntu/bind_host_uor69p/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_uor69p --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_uor69p --logging-server-logdir=/home/ubuntu/bind_host_uor69p/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_uor69p/work/bind_host_uor69p%I.log --pidfile=/home/ubuntu/bind_host_uor69p/work/bind_host_uor69p.pid ubuntu 1766 1 0 10:04 ? 00:00:01 python2.7 /home/ubuntu/bind_host_uor69p/env/bin/diamond --configfile /home/ubuntu/bind_host_uor69p/work/plugins/diamond/etc/diamond.conf bind 2439 1 0 10:05 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2493 1691 0 10:05 ? 00:00:00 /home/ubuntu/bind_host_uor69p/env/bin/python2.7 /home/ubuntu/bind_host_uor69p/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-e0cuPQ ubuntu 2504 2493 0 10:05 ? 00:00:00 /bin/sh -c /tmp/5R18L/install-etcd.sh ubuntu 2506 2504 0 10:05 ? 00:00:00 /bin/bash -e /tmp/5R18L/install-etcd.sh ntp 8559 1 0 10:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8967 1 0 10:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9025 1 0 10:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9029 9025 0 10:07 ? 00:00:00 inotifywait -e create -qq . root 9108 8967 0 10:07 ? 00:00:00 [check-monit-upt] clearwa+ 9180 1 0 10:07 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380 root 9208 8967 0 10:07 ? 00:00:00 [check-etcd-upti] root 9212 8967 0 10:07 ? 00:00:00 [poll_etcd_clust] root 9214 8967 0 10:07 ? 00:00:00 [poll_etcd.sh] ubuntu 9394 2506 0 10:07 ? 00:00:00 /bin/bash -e /tmp/5R18L/install-etcd.sh ubuntu 9395 9394 0 10:07 ? 00:00:00 /bin/bash -e /tmp/5R18L/install-etcd.sh root 9396 9395 0 10:07 ? 00:00:00 sudo ps -edf root 9397 9396 0 10:07 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-22 10:07:29,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-10-22 10:07:29,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:96:4d:e1 inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe96:4de1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:71841 errors:0 dropped:0 overruns:0 frame:0 TX packets:30089 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123728540 (123.7 MB) TX bytes:5512279 (5.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:166 errors:0 dropped:0 overruns:0 frame:0 TX packets:166 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13691 (13.6 KB) TX bytes:13691 (13.6 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-22 10:07:29,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-10-22 10:07:29,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-10-22 10:07:29,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/apt/term.log /var/log/apt/history.log /var/log/clearwater-diags-monitor.log /var/log/cloud-init.log /var/log/upstart/console-setup.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/rsyslog.log /var/log/upstart/container-detect.log /var/log/cloud-init-output.log /var/log/alternatives.log /var/log/syslog /var/log/auth.log /var/log/boot.log /var/log/dmesg.0 /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/landscape/sysinfo.log /var/log/btmp /var/log/monit.log /var/log/wtmp /var/log/kern.log /var/log/sysstat/sa22 /var/log/dpkg.log /var/log/dmesg /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/udev real 0m0.007s user 0m0.000s sys 0m0.005s 2018-10-22 10:07:29,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-10-22 10:07:29,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 192.168.120.5:53 0.0.0.0:* LISTEN 2439/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2439/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2439/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8967/monit tcp 0 0 192.168.120.5:2380 0.0.0.0:* LISTEN 9180/etcd tcp6 0 0 :::53 :::* LISTEN 2439/named tcp6 0 0 :::22 :::* LISTEN 1109/sshd tcp6 0 0 ::1:953 :::* LISTEN 2439/named tcp6 0 0 :::4000 :::* LISTEN 9180/etcd udp 0 0 0.0.0.0:60533 0.0.0.0:* 587/dhclient udp 0 0 192.168.120.5:123 0.0.0.0:* 8559/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8559/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8559/ntpd udp 0 0 192.168.120.5:53 0.0.0.0:* 2439/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2439/named udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe9:123 :::* 8559/ntpd udp6 0 0 ::1:123 :::* 8559/ntpd udp6 0 0 :::123 :::* 8559/ntpd udp6 0 0 :::35303 :::* 587/dhclient udp6 0 0 :::53 :::* 2439/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9234 1010/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 8231 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11553 1652/python2.7 /tmp/cloudify-logging-server-92842.socket unix 2 [ ACC ] STREAM LISTENING 6993 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 14180 2493/python2.7 /tmp/ctx-YPVwKz.socket unix 2 [ ACC ] STREAM LISTENING 9443 1128/acpid /var/run/acpid.socket real 0m0.007s user 0m0.003s sys 0m0.003s 2018-10-22 10:07:29,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---8*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.008s user 0m0.000s sys 0m0.006s 2018-10-22 10:07:29,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-22 10:07:29,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [22-Oct-2018 10:07:11 UTC] clearwater-diags-monitor starting [22-Oct-2018 10:07:11 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-22 10:07:34,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:34,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-10-22 10:07:34,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-10-22 10:07:11.797014456 Stopping etcd clearwater-etcd 2018-10-22 10:07:16.290446523 Restarting etcd clearwater-etcd 2018-10-22 10:07:16.294370998 Configured ETCDCTL_PEERS: 2018-10-22 10:07:16.294974478 Check for previous failed startup attempt 2018-10-22 10:07:16.295942232 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused 2018-10-22 10:07:16.305077146 etcdctl returned 2 2018-10-22 10:07:16.310033048 Creating new cluster... 2018-10-22 10:07:16.312228590 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380 2018-10-22 10:07:16.313631952 Check we're actually a member of the cluster 2018-10-22 10:07:16.324058629 Wait for etcd to startup 2018-10-22 10:07:17.332251330 Etcd started successfully 2018-10-22 10:07:16.333900 I | etcdmain: etcd Version: 3.1.7 2018-10-22 10:07:16.333934 I | etcdmain: Git SHA: 43b7507 2018-10-22 10:07:16.333938 I | etcdmain: Go Version: go1.7.5 2018-10-22 10:07:16.333941 I | etcdmain: Go OS/Arch: linux/amd64 2018-10-22 10:07:16.333945 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-10-22 10:07:16.333990 I | embed: listening for peers on http://192.168.120.5:2380 2018-10-22 10:07:16.334019 I | embed: listening for client requests on 0.0.0.0:4000 2018-10-22 10:07:16.382277 I | etcdserver: name = 192-168-120-5 2018-10-22 10:07:16.382302 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.5 2018-10-22 10:07:16.382308 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.5/member 2018-10-22 10:07:16.382312 I | etcdserver: heartbeat = 100ms 2018-10-22 10:07:16.382325 I | etcdserver: election = 1000ms 2018-10-22 10:07:16.382330 I | etcdserver: snapshot count = 10000 2018-10-22 10:07:16.382338 I | etcdserver: advertise client URLs = http://192.168.120.5:4000 2018-10-22 10:07:16.382343 I | etcdserver: initial advertise peer URLs = http://192.168.120.5:2380 2018-10-22 10:07:16.382352 I | etcdserver: initial cluster = 192-168-120-5=http://192.168.120.5:2380 2018-10-22 10:07:16.450707 I | etcdserver: starting member 3ead290dbd94d86 in cluster 840b2089179fd793 2018-10-22 10:07:16.450734 I | raft: 3ead290dbd94d86 became follower at term 0 2018-10-22 10:07:16.450760 I | raft: newRaft 3ead290dbd94d86 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-10-22 10:07:16.450765 I | raft: 3ead290dbd94d86 became follower at term 1 2018-10-22 10:07:16.601187 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-10-22 10:07:16.601992 I | etcdserver/membership: added member 3ead290dbd94d86 [http://192.168.120.5:2380] to cluster 840b2089179fd793 2018-10-22 10:07:17.351052 I | raft: 3ead290dbd94d86 is starting a new election at term 1 2018-10-22 10:07:17.351100 I | raft: 3ead290dbd94d86 became candidate at term 2 2018-10-22 10:07:17.351135 I | raft: 3ead290dbd94d86 received MsgVoteResp from 3ead290dbd94d86 at term 2 2018-10-22 10:07:17.351155 I | raft: 3ead290dbd94d86 became leader at term 2 2018-10-22 10:07:17.351164 I | raft: raft.node: 3ead290dbd94d86 elected leader 3ead290dbd94d86 at term 2 2018-10-22 10:07:17.351461 I | etcdserver: published {Name:192-168-120-5 ClientURLs:[http://192.168.120.5:4000]} to cluster 840b2089179fd793 2018-10-22 10:07:17.351645 I | embed: ready to serve client requests 2018-10-22 10:07:17.351718 I | etcdserver: setting up the initial cluster version to 3.1 2018-10-22 10:07:17.353354 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-10-22 10:07:17.361844 N | etcdserver/membership: set the initial cluster version to 3.1 2018-10-22 10:07:17.361904 I | etcdserver/api: enabled capabilities for version 3.1 2018-10-22 10:07:17.495397 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:60002 2018-10-22 10:07:17.564727 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:60003 2018-10-22 10:07:17.565261 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:60004 2018-10-22 10:07:25.784210 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.5/liveness-check remote:192.168.120.5:60005 real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-22 10:07:34,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/5R18L/install-etcd.sh 2018-10-22 10:07:34,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-22 10:07:34,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:07:34,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:07:34,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:07:34,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:34,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:34,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:07:34,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/GYWBC/clearwater.py 2018-10-22 10:07:34,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:07:34,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:34,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:34,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:34,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:34,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:34,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:34,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:34,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:34,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:34,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:07:34,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:34,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-22 10:07:34,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:07:34,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:07:34,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-22 10:07:34,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/TB9YU/clearwater.py 2018-10-22 10:07:34,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-22 10:07:34,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/JD28W/clearwater.py 2018-10-22 10:07:34,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/9ZU83/clearwater.py 2018-10-22 10:07:34,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:07:34,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/F821I/clearwater.py 2018-10-22 10:07:34,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-22 10:07:34,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-22 10:07:34,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-22 10:07:34,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-22 10:07:34,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:07:34,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'etcd_ip': u'192.168.120.5', 'name': u'bono-gtdx8e', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}. 2018-10-22 10:07:34,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:07:34,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-22 10:07:34,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/DEGRZ/clearwater.py 2018-10-22 10:07:34,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:34,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:07:34,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-22 10:07:34,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-22 10:07:34,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCzxf3V /etc/clearwater/local_config 2018-10-22 10:07:34,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'dime-ulymwv', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-10-22 10:07:34,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHnm5bn /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-22 10:07:40,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-22 10:07:40,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcFJfIc /etc/clearwater/local_config 2018-10-22 10:07:40,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:07:40,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:07:40,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdoNABw /etc/clearwater/local_config 2018-10-22 10:07:40,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:07:40,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7B1Kr5 /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHnm5bn /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-22 10:07:40,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-22 10:07:40,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp46whV0 /etc/clearwater/local_config 2018-10-22 10:07:40,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-22 10:07:40,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'dime-ulymwv', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-10-22 10:07:40,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-22 10:07:40,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'sprout-hz5sz0', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}. 2018-10-22 10:07:40,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:07:40,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:07:40,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCzxf3V /etc/clearwater/local_config 2018-10-22 10:07:40,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'etcd_ip': u'192.168.120.5', 'name': u'ellis-akggbt', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}. 2018-10-22 10:07:40,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'vellum-hikjyo', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.12'}. 2018-10-22 10:07:40,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-22 10:07:40,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNRDI3c /etc/dnsmasq.resolv.conf 2018-10-22 10:07:40,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:40,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:40,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:40,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:07:40,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:40,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:40,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:07:40,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:07:40,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:40,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:40,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:40,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:40,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/T43U6/install-dime.sh 2018-10-22 10:07:40,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:40,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:07:40,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:40,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:40,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:40,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:40,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-10-22 10:07:40,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/RNY8D/install-vellum.sh 2018-10-22 10:07:40,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/RNY8D/install-vellum.sh 2018-10-22 10:07:40,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-10-22 10:07:45,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-10-22 10:07:45,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-10-22 10:07:45,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-10-22 10:07:45,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/RNY8D/install-vellum.sh 2018-10-22 10:07:45,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/RNY8D/install-vellum.sh 2018-10-22 10:07:45,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-10-22 10:07:45,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-10-22 10:07:45,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/HO994/install-homer.sh 2018-10-22 10:07:45,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-10-22 10:07:45,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-10-22 10:07:45,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/Q4C0W/install-sprout.sh 2018-10-22 10:07:45,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-10-22 10:07:45,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Q4C0W/install-sprout.sh 2018-10-22 10:07:45,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-10-22 10:07:45,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-10-22 10:07:45,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-10-22 10:07:45,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-10-22 10:07:45,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-10-22 10:07:45,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkGVTPq /etc/clearwater/local_config 2018-10-22 10:07:45,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpX4aDpI /etc/dnsmasq.resolv.conf 2018-10-22 10:07:45,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-22 10:07:45,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-10-22 10:07:45,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-10-22 10:07:45,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:45,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:45,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:45,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppNf3lw /etc/dnsmasq.resolv.conf 2018-10-22 10:07:45,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-22 10:07:45,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-22 10:07:45,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-22 10:07:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpwnpOaT /etc/clearwater/local_config 2018-10-22 10:07:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:07:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:07:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-22 10:07:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/ZMD9F/append_proxy_snmp_conf.py 2018-10-22 10:07:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:07:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:07:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/BC69Y/install-ellis.sh 2018-10-22 10:07:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BC69Y/install-ellis.sh 2018-10-22 10:07:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/7A0QW/install-bono.sh 2018-10-22 10:07:45,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/7A0QW/install-bono.sh 2018-10-22 10:07:45,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-10-22 10:07:45,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-10-22 10:07:45,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-10-22 10:07:45,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-10-22 10:07:45,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-10-22 10:07:45,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-10-22 10:07:50,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-10-22 10:07:50,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-10-22 10:07:56,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-fu13dd Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [85.0 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [778 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [265 kB] Get:11 http://security.ubuntu.com trusty-security/main Translation-en [418 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [214 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [142 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,112 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [495 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [553 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [264 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,176 kB/s) Reading package lists... real 0m14.199s user 0m4.586s sys 0m0.364s 2018-10-22 10:07:56,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:07:56,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-f4ypzm Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [85.0 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [778 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [265 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [214 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [418 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [142 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,112 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [495 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [553 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [264 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,201 kB/s) Reading package lists... real 0m14.293s user 0m4.788s sys 0m0.436s 2018-10-22 10:07:56,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-p0u2np Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [85.0 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [778 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [265 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [214 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [418 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [142 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,112 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [495 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [553 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [264 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,215 kB/s) Reading package lists... real 0m13.145s user 0m4.790s sys 0m0.286s 2018-10-22 10:07:56,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:07:56,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-10-22 10:07:56,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-10-22 10:07:56,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-uwuy08 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [85.0 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [778 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [265 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [214 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [418 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [142 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,112 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [495 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [553 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [264 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,199 kB/s) Reading package lists... real 0m14.100s user 0m4.549s sys 0m0.398s 2018-10-22 10:07:56,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-10-22 10:07:56,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:07:56,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-10-22 10:07:56,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:07:56,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-rpu15r Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://security.ubuntu.com trusty-security/universe Sources [85.0 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [214 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:12 http://security.ubuntu.com trusty-security/main amd64 Packages [778 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,112 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [495 kB] Get:16 http://security.ubuntu.com trusty-security/universe amd64 Packages [265 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [553 kB] Get:19 http://security.ubuntu.com trusty-security/main Translation-en [418 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:22 http://security.ubuntu.com trusty-security/universe Translation-en [142 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [264 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 6s (2,018 kB/s) Reading package lists... real 0m10.569s user 0m4.536s sys 0m0.384s 2018-10-22 10:07:56,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-10-22 10:07:56,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:07:56,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ve75pu Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [214 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:10 http://security.ubuntu.com trusty-security/universe Sources [85.0 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,112 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [778 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [495 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [553 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [265 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [264 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [418 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [142 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 5s (2,277 kB/s) Reading package lists... real 0m10.556s user 0m4.572s sys 0m0.299s 2018-10-22 10:07:56,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:07:56,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-10-22 10:10:17,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ve75pu Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools clearwater-snmpd isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath restund sprout-libs sysstat 0 upgraded, 84 newly installed, 0 to remove and 3 not upgraded. Need to get 53.7 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.7 MB in 8s (6,411 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8654 Setting up restund (1.0-171215.183529) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8695 clearwater-socket-factory-sig start/running, process 8700 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m22.621s user 0m8.275s sys 0m7.327s 2018-10-22 10:10:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:10:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (13.5 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57610 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m33.410s user 0m11.959s sys 0m2.598s 2018-10-22 10:10:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:10:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-fu13dd Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 3 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 31% Extracting templates from packages: 63% Extracting templates from packages: 95% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 87.7 MB in 12s (7,065 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9017 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ..................................................................................+++ ...................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m2.957s user 0m19.564s sys 0m10.034s 2018-10-22 10:11:00,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:11:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libmysqlclient18 mysql-common snmpd The following NEW packages will be installed: clearwater-snmpd libmysqlclient18 mysql-common snmpd 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. Need to get 701 kB of archives. After this operation, 3,972 kB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Preconfiguring packages ... Fetched 701 kB in 0s (1,119 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57833 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m11.610s user 0m0.728s sys 0m0.538s 2018-10-22 10:11:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-10-22 10:11:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-10-22 10:11:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-10-22 10:11:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-p0u2np Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.4 MB of archives. After this operation, 171 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 28% Extracting templates from packages: 57% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.4 MB in 16s (3,403 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Setting up sprout-libs (1.0-171215.183529) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8941 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9042 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9061 clearwater-socket-factory-sig start/running, process 9066 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .................................................+++ ....................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up sprout-base (1.0-171215.183529) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-171215.183529) ... Setting up sprout-mmtel-as (1.0-171215.183529) ... Setting up sprout-scscf (1.0-171215.183529) ... Setting up sprout-icscf (1.0-171215.183529) ... Setting up sprout (1.0-171215.183529) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m13.244s user 0m9.332s sys 0m8.370s 2018-10-22 10:11:06,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:11:11,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-10-22 10:11:11,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-10-22 10:11:11,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.071s user 0m0.009s sys 0m0.042s 2018-10-22 10:11:11,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:18:8e:e6 inet addr:192.168.120.11 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe18:8ee6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:87304 errors:0 dropped:0 overruns:0 frame:0 TX packets:57838 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131818075 (131.8 MB) TX bytes:9846367 (9.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:38 errors:0 dropped:0 overruns:0 frame:0 TX packets:38 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3721 (3.7 KB) TX bytes:3721 (3.7 KB) real 0m0.004s user 0m0.001s sys 0m0.003s 2018-10-22 10:11:11,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:04 ? 00:00:00 /sbin/init root 2 0 0 10:04 ? 00:00:00 [kthreadd] root 3 2 0 10:04 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:04 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:04 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:04 ? 00:00:00 [rcu_sched] root 8 2 0 10:04 ? 00:00:00 [rcuos/0] root 9 2 0 10:04 ? 00:00:00 [rcuos/1] root 10 2 0 10:04 ? 00:00:00 [rcu_bh] root 11 2 0 10:04 ? 00:00:00 [rcuob/0] root 12 2 0 10:04 ? 00:00:00 [rcuob/1] root 13 2 0 10:04 ? 00:00:00 [migration/0] root 14 2 0 10:04 ? 00:00:00 [watchdog/0] root 15 2 0 10:04 ? 00:00:00 [watchdog/1] root 16 2 0 10:04 ? 00:00:00 [migration/1] root 17 2 0 10:04 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:04 ? 00:00:00 [kworker/1:0] root 19 2 0 10:04 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:04 ? 00:00:00 [khelper] root 21 2 0 10:04 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:04 ? 00:00:00 [netns] root 23 2 0 10:04 ? 00:00:00 [writeback] root 24 2 0 10:04 ? 00:00:00 [kintegrityd] root 25 2 0 10:04 ? 00:00:00 [bioset] root 26 2 0 10:04 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:04 ? 00:00:00 [kblockd] root 28 2 0 10:04 ? 00:00:00 [ata_sff] root 29 2 0 10:04 ? 00:00:00 [khubd] root 30 2 0 10:04 ? 00:00:00 [md] root 31 2 0 10:04 ? 00:00:00 [devfreq_wq] root 32 2 0 10:04 ? 00:00:00 [kworker/0:1] root 34 2 0 10:04 ? 00:00:00 [khungtaskd] root 35 2 0 10:04 ? 00:00:00 [kswapd0] root 36 2 0 10:04 ? 00:00:00 [vmstat] root 37 2 0 10:04 ? 00:00:00 [ksmd] root 38 2 0 10:04 ? 00:00:00 [khugepaged] root 39 2 0 10:04 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:04 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:04 ? 00:00:00 [crypto] root 53 2 0 10:04 ? 00:00:00 [kthrotld] root 54 2 0 10:04 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:04 ? 00:00:00 [vballoon] root 56 2 0 10:04 ? 00:00:00 [kworker/1:1] root 57 2 0 10:04 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:04 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:04 ? 00:00:00 [deferwq] root 80 2 0 10:04 ? 00:00:00 [charger_manager] root 123 2 0 10:04 ? 00:00:00 [kpsmoused] root 125 2 0 10:04 ? 00:00:00 [kworker/0:2] root 186 2 0 10:04 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:04 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 10:04 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 515 1 0 10:04 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 10:04 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 10:04 ? 00:00:00 [kauditd] message+ 906 1 0 10:04 ? 00:00:00 dbus-daemon --system --fork root 936 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-logind root 964 1 0 10:04 ? 00:00:00 upstart-file-bridge --daemon syslog 993 1 0 10:04 ? 00:00:00 rsyslogd root 1050 1 0 10:04 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 10:04 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 10:04 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 10:04 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 10:04 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1094 1 0 10:04 ? 00:00:00 /usr/sbin/sshd -D root 1105 1 0 10:04 ? 00:00:00 cron daemon 1106 1 0 10:04 ? 00:00:00 atd root 1114 1 0 10:04 ? 00:00:00 /usr/sbin/irqbalance root 1123 1 0 10:04 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1255 1 0 10:04 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1261 1 0 10:04 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1618 2 0 10:04 ? 00:00:00 [kworker/u5:2] ubuntu 1651 1 0 10:04 ? 00:00:00 /home/ubuntu/bono_host_ve75pu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ve75pu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ve75pu --logging-server-logdir=/home/ubuntu/bono_host_ve75pu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ve75pu/work/bono_host_ve75pu%I.log --pidfile=/home/ubuntu/bono_host_ve75pu/work/bono_host_ve75pu.pid ubuntu 1765 1 0 10:05 ? 00:00:01 python2.7 /home/ubuntu/bono_host_ve75pu/env/bin/diamond --configfile /home/ubuntu/bono_host_ve75pu/work/plugins/diamond/etc/diamond.conf ubuntu 1830 1651 0 10:07 ? 00:00:00 /home/ubuntu/bono_host_ve75pu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ve75pu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ve75pu --logging-server-logdir=/home/ubuntu/bono_host_ve75pu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ve75pu/work/bono_host_ve75pu%I.log --pidfile=/home/ubuntu/bono_host_ve75pu/work/bono_host_ve75pu.pid ubuntu 1853 1830 0 10:07 ? 00:00:00 /home/ubuntu/bono_host_ve75pu/env/bin/python2.7 /home/ubuntu/bono_host_ve75pu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-gTpJvn ubuntu 1865 1853 0 10:07 ? 00:00:00 /bin/sh -c /tmp/7A0QW/install-bono.sh ubuntu 1867 1865 0 10:07 ? 00:00:00 /bin/bash -e /tmp/7A0QW/install-bono.sh ntp 8144 1 0 10:09 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8425 2 0 10:10 ? 00:00:00 [kworker/u5:1] root 8654 1 0 10:10 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8695 1 0 10:10 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8696 8695 0 10:10 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8700 1 0 10:10 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8701 8700 0 10:10 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8709 8696 0 10:10 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8711 8701 0 10:10 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8712 8711 0 10:10 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 8995 1 0 10:10 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.11,bono-gtdx8e.clearwater.local --alias=172.30.9.200,bono-gtdx8e.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-gtdx8e.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid dnsmasq 9808 1 0 10:11 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9872 1867 0 10:11 ? 00:00:00 /bin/bash -e /tmp/7A0QW/install-bono.sh ubuntu 9873 9872 0 10:11 ? 00:00:00 /bin/bash -e /tmp/7A0QW/install-bono.sh root 9874 9873 0 10:11 ? 00:00:00 sudo ps -edf root 9875 9874 0 10:11 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-22 10:11:11,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-10-22 10:11:11,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/apt/term.log /var/log/apt/history.log /var/log/cloud-init.log /var/log/upstart/console-setup.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/rsyslog.log /var/log/upstart/container-detect.log /var/log/cloud-init-output.log /var/log/alternatives.log /var/log/syslog /var/log/auth.log /var/log/boot.log /var/log/dmesg.0 /var/log/iotop.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/landscape/sysinfo.log /var/log/btmp /var/log/bono/bono_err.log /var/log/bono/bono_20181022T100000Z.txt /var/log/bono/bono_out.log /var/log/monit.log /var/log/wtmp /var/log/kern.log /var/log/sysstat/clearwater-sa22 /var/log/clearwater-socket-factory.log /var/log/dpkg.log /var/log/dmesg /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/udev real 0m0.006s user 0m0.003s sys 0m0.002s 2018-10-22 10:11:11,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-10-22 10:11:11,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9808/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1094/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8654/monit tcp 0 0 192.168.120.11:5058 0.0.0.0:* LISTEN 8995/bono tcp 0 0 192.168.120.11:5060 0.0.0.0:* LISTEN 8995/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 8995/bono tcp6 0 0 ::1:53 :::* LISTEN 9808/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1094/sshd udp 0 0 192.168.120.11:123 0.0.0.0:* 8144/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8144/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8144/ntpd udp 0 0 0.0.0.0:56111 0.0.0.0:* 586/dhclient udp 0 0 192.168.120.11:5058 0.0.0.0:* 8995/bono udp 0 0 192.168.120.11:5060 0.0.0.0:* 8995/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9808/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 :::23668 :::* 586/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 8144/ntpd udp6 0 0 ::1:123 :::* 8144/ntpd udp6 0 0 :::123 :::* 8144/ntpd udp6 0 0 ::1:53 :::* 9808/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20718 8709/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 7471 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 20249 8712/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 10897 1651/python2.7 /tmp/cloudify-logging-server-6591e.socket unix 2 [ ACC ] STREAM LISTENING 11960 1853/python2.7 /tmp/ctx-D0AMKg.socket unix 2 [ ACC ] STREAM LISTENING 7054 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9606 1123/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9381 906/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-22 10:11:11,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:10:22 10:10:12: Namespace: management 2018:10:22 10:10:12: [management] Starting server 2018:10:22 10:10:12: [management] Listening for requests 2018:10:22 10:10:12: Namespace: signaling 2018:10:22 10:10:12: [signaling] Starting server 2018:10:22 10:10:12: [signaling] Listening for requests real 0m0.004s user 0m0.001s sys 0m0.003s 2018-10-22 10:11:11,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-22 10:11:11,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:11:11,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/7A0QW/install-bono.sh 2018-10-22 10:11:11,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181022T100000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-10-22 10:11:11,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-22 10:11:11,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-10-22 10:11:11,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-10-22 10:10:32.405748779 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-22 10:11:11,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:11:17,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:11:17,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:11:17,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/AJAOV/bind.py 2018-10-22 10:11:17,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:11:17,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:11:17,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:11:17,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:11:17,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:11:17,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:11:17,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:11:17,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp46SW35 /etc/bind/db.clearwater.local 2018-10-22 10:11:17,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:11:17,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:11:17,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:11:17,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:11:17,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPiWMmw /etc/bind/db.clearwater.opnfv 2018-10-22 10:11:17,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2CIFI/add-snmpproxy-collector.py 2018-10-22 10:11:17,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:11:17,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_wyi7bw/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-10-22 10:11:22,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:11:28,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-rpu15r Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring clearwater-logging clearwater-snmpd g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 98 newly installed, 0 to remove and 3 not upgraded. Need to get 69.3 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 91% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.3 MB in 10s (6,734 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51924 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package mysql-server. Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-171213.182049_amd64.deb ... Unpacking ellis (1.0-171213.182049) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... mysql start/running, process 9258 Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 10000 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...+++ ...............+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m30.437s user 0m16.437s sys 0m11.333s 2018-10-22 10:11:28,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:11:34,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (15.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58174 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m34.264s user 0m12.340s sys 0m2.510s 2018-10-22 10:11:34,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-10-22 10:11:34,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-10-22 10:11:34,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-10-22 10:11:34,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.050s user 0m0.008s sys 0m0.041s 2018-10-22 10:11:34,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-10-22 10:11:34,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-10-22 10:11:34,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:2c:92:37 inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe2c:9237/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:111674 errors:0 dropped:0 overruns:0 frame:0 TX packets:57358 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166736372 (166.7 MB) TX bytes:10477162 (10.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-22 10:11:34,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:03 ? 00:00:00 /sbin/init root 2 0 0 10:03 ? 00:00:00 [kthreadd] root 3 2 0 10:03 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:03 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:03 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:03 ? 00:00:00 [rcu_sched] root 8 2 0 10:03 ? 00:00:00 [rcuos/0] root 9 2 0 10:03 ? 00:00:00 [rcuos/1] root 10 2 0 10:03 ? 00:00:00 [rcu_bh] root 11 2 0 10:03 ? 00:00:00 [rcuob/0] root 12 2 0 10:03 ? 00:00:00 [rcuob/1] root 13 2 0 10:03 ? 00:00:00 [migration/0] root 14 2 0 10:03 ? 00:00:00 [watchdog/0] root 15 2 0 10:03 ? 00:00:00 [watchdog/1] root 16 2 0 10:03 ? 00:00:00 [migration/1] root 17 2 0 10:03 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:03 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:03 ? 00:00:00 [khelper] root 21 2 0 10:03 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:03 ? 00:00:00 [netns] root 23 2 0 10:03 ? 00:00:00 [writeback] root 24 2 0 10:03 ? 00:00:00 [kintegrityd] root 25 2 0 10:03 ? 00:00:00 [bioset] root 27 2 0 10:03 ? 00:00:00 [kblockd] root 28 2 0 10:03 ? 00:00:00 [ata_sff] root 29 2 0 10:03 ? 00:00:00 [khubd] root 30 2 0 10:03 ? 00:00:00 [md] root 31 2 0 10:03 ? 00:00:00 [devfreq_wq] root 32 2 0 10:03 ? 00:00:00 [kworker/0:1] root 34 2 0 10:03 ? 00:00:00 [khungtaskd] root 35 2 0 10:03 ? 00:00:00 [kswapd0] root 36 2 0 10:03 ? 00:00:00 [vmstat] root 37 2 0 10:03 ? 00:00:00 [ksmd] root 38 2 0 10:03 ? 00:00:00 [khugepaged] root 39 2 0 10:03 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:03 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:03 ? 00:00:00 [crypto] root 53 2 0 10:03 ? 00:00:00 [kthrotld] root 54 2 0 10:03 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:03 ? 00:00:00 [vballoon] root 56 2 0 10:03 ? 00:00:00 [kworker/1:1] root 57 2 0 10:03 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:03 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:03 ? 00:00:00 [deferwq] root 80 2 0 10:03 ? 00:00:00 [charger_manager] root 124 2 0 10:03 ? 00:00:00 [kpsmoused] root 142 2 0 10:03 ? 00:00:00 [kworker/0:2] root 186 2 0 10:03 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:03 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 10:03 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 10:03 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:03 ? 00:00:00 [kworker/u5:1] root 432 2 0 10:03 ? 00:00:00 [kworker/u5:2] root 486 1 0 10:04 ? 00:00:00 upstart-socket-bridge --daemon root 573 1 0 10:04 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 10:04 ? 00:00:00 [kauditd] message+ 899 1 0 10:04 ? 00:00:00 dbus-daemon --system --fork root 929 1 0 10:04 ? 00:00:00 upstart-file-bridge --daemon root 945 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-logind syslog 1019 1 0 10:04 ? 00:00:00 rsyslogd root 1052 1 0 10:04 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 10:04 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 10:04 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 10:04 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 10:04 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1099 1 0 10:04 ? 00:00:00 /usr/sbin/sshd -D root 1102 1 0 10:04 ? 00:00:00 cron daemon 1103 1 0 10:04 ? 00:00:00 atd root 1116 1 0 10:04 ? 00:00:00 /usr/sbin/irqbalance root 1118 1 0 10:04 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1200 1 0 10:04 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 10:04 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1554 2 0 10:04 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 10:04 ? 00:00:00 /home/ubuntu/homer_host_fu13dd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_fu13dd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_fu13dd --logging-server-logdir=/home/ubuntu/homer_host_fu13dd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_fu13dd/work/homer_host_fu13dd%I.log --pidfile=/home/ubuntu/homer_host_fu13dd/work/homer_host_fu13dd.pid ubuntu 1765 1 0 10:04 ? 00:00:02 python2.7 /home/ubuntu/homer_host_fu13dd/env/bin/diamond --configfile /home/ubuntu/homer_host_fu13dd/work/plugins/diamond/etc/diamond.conf ubuntu 1834 1651 0 10:07 ? 00:00:00 /home/ubuntu/homer_host_fu13dd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_fu13dd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_fu13dd --logging-server-logdir=/home/ubuntu/homer_host_fu13dd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_fu13dd/work/homer_host_fu13dd%I.log --pidfile=/home/ubuntu/homer_host_fu13dd/work/homer_host_fu13dd.pid ubuntu 1855 1834 0 10:07 ? 00:00:00 /home/ubuntu/homer_host_fu13dd/env/bin/python2.7 /home/ubuntu/homer_host_fu13dd/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-IsGP4T ubuntu 1866 1855 0 10:07 ? 00:00:00 /bin/sh -c /tmp/HO994/install-homer.sh ubuntu 1868 1866 0 10:07 ? 00:00:00 /bin/bash -e /tmp/HO994/install-homer.sh root 2775 2 0 10:09 ? 00:00:00 [kworker/u5:0] ntp 8499 1 0 10:09 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9017 1 0 10:10 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9075 1 0 10:10 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9079 9075 0 10:10 ? 00:00:00 inotifywait -e create -qq . root 9194 1 0 10:10 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9195 9194 0 10:10 ? 00:00:00 nginx: worker process www-data 9196 9194 0 10:10 ? 00:00:00 nginx: worker process www-data 9197 9194 0 10:10 ? 00:00:00 nginx: worker process www-data 9198 9194 0 10:10 ? 00:00:00 nginx: worker process root 9730 9017 0 10:11 ? 00:00:00 [nginx_ping] root 9732 9017 0 10:11 ? 00:00:00 [check-nginx-upt] root 9734 9017 0 10:11 ? 00:00:00 [check-monit-upt] dnsmasq 9838 1 0 10:11 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9902 1868 0 10:11 ? 00:00:00 /bin/bash -e /tmp/HO994/install-homer.sh ubuntu 9903 9902 0 10:11 ? 00:00:00 /bin/bash -e /tmp/HO994/install-homer.sh root 9904 9903 0 10:11 ? 00:00:00 sudo ps -edf root 9905 9904 0 10:11 ? 00:00:00 ps -edf real 0m0.008s user 0m0.004s sys 0m0.004s 2018-10-22 10:11:34,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-10-22 10:11:39,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/clearwater-diags-monitor.log /var/log/cloud-init.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/rsyslog.log /var/log/upstart/container-detect.log /var/log/cloud-init-output.log /var/log/alternatives.log /var/log/syslog /var/log/auth.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/boot.log /var/log/dmesg.0 /var/log/iotop.log /var/log/unattended-upgrades /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/clearwater-config-manager /var/log/monit.log /var/log/wtmp /var/log/kern.log /var/log/sysstat /var/log/sysstat/sa22 /var/log/sysstat/clearwater-sa22 /var/log/clearwater-cluster-manager /var/log/dpkg.log /var/log/dmesg /var/log/dist-upgrade /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/clearwater-queue-manager /var/log/udev /var/log/ntpstats real 0m0.007s user 0m0.004s sys 0m0.002s 2018-10-22 10:11:39,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-10-22 10:11:39,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9838/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1099/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9017/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9194/nginx tcp6 0 0 ::1:53 :::* LISTEN 9838/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1099/sshd udp 0 0 192.168.120.16:123 0.0.0.0:* 8499/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8499/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8499/ntpd udp 0 0 0.0.0.0:55715 0.0.0.0:* 573/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9838/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 573/dhclient udp6 0 0 ::1:123 :::* 8499/ntpd udp6 0 0 fe80::f816:3eff:fe2:123 :::* 8499/ntpd udp6 0 0 :::123 :::* 8499/ntpd udp6 0 0 :::65191 :::* 573/dhclient udp6 0 0 ::1:53 :::* 9838/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8191 899/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9486 1118/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10896 1651/python2.7 /tmp/cloudify-logging-server-0291a.socket unix 2 [ ACC ] STREAM LISTENING 11987 1855/python2.7 /tmp/ctx-_LgGkg.socket unix 2 [ ACC ] STREAM LISTENING 7112 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7319 393/systemd-udevd /run/udev/control real 0m0.006s user 0m0.000s sys 0m0.006s 2018-10-22 10:11:39,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-22 10:11:39,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [22-Oct-2018 10:10:35 UTC] clearwater-diags-monitor starting [22-Oct-2018 10:10:35 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-22 10:11:39,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-10-22 10:11:08.369539161 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-22 10:11:39,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-22 10:11:39,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:11:39,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/HO994/install-homer.sh 2018-10-22 10:11:39,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-10-22 10:11:39,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:11:39,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/FMHA9/bind.py 2018-10-22 10:11:39,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-f4ypzm Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 116 newly installed, 0 to remove and 3 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:36 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:38 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:42 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:46 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:48 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:49 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 25% Extracting templates from packages: 51% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.8 MB in 13s (6,832 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9398 clearwater-socket-factory-sig start/running, process 9403 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9453 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...........+++ ............................................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m45.805s user 0m21.781s sys 0m13.429s 2018-10-22 10:11:39,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:11:39,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:11:39,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:11:39,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp082DZq /etc/bind/db.clearwater.local 2018-10-22 10:11:39,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {u'homer_f2gi8i': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'homer-f2gi8i'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:11:39,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:11:39,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplTb5et /etc/bind/db.clearwater.opnfv 2018-10-22 10:11:39,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:11:39,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:11:39,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:11:39,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:11:39,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:11:39,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:11:39,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:11:39,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:11:45,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57913 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m38.231s user 0m12.122s sys 0m2.669s 2018-10-22 10:11:45,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-10-22 10:11:45,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-10-22 10:11:45,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-10-22 10:11:51,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.076s user 0m0.005s sys 0m0.051s 2018-10-22 10:11:51,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-10-22 10:11:51,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9758/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1091/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9042/monit tcp6 0 0 ::1:53 :::* LISTEN 9758/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1091/sshd udp 0 0 192.168.120.9:123 0.0.0.0:* 8452/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8452/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8452/ntpd udp 0 0 0.0.0.0:18569 0.0.0.0:* 582/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9758/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 582/dhclient udp6 0 0 ::1:123 :::* 8452/ntpd udp6 0 0 fe80::f816:3eff:fed:123 :::* 8452/ntpd udp6 0 0 :::123 :::* 8452/ntpd udp6 0 0 :::32009 :::* 582/dhclient udp6 0 0 ::1:53 :::* 9758/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10899 1647/python2.7 /tmp/cloudify-logging-server-dd0ac.socket unix 2 [ ACC ] STREAM LISTENING 11899 1849/python2.7 /tmp/ctx-m9lpkL.socket unix 2 [ ACC ] STREAM LISTENING 1638 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7270 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9357 1112/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9127 914/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 20983 9076/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20986 9078/clearwater_soc /tmp/clearwater_signaling_namespace_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-10-22 10:11:51,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-10-22 10:11:51,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-10-22 10:11:51,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:df:40:f2 inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedf:40f2/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:85620 errors:0 dropped:0 overruns:0 frame:0 TX packets:60587 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133725478 (133.7 MB) TX bytes:10712539 (10.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-22 10:11:51,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-10-22 10:11:51,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:04 ? 00:00:00 /sbin/init root 2 0 0 10:04 ? 00:00:00 [kthreadd] root 3 2 0 10:04 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:04 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:04 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:04 ? 00:00:00 [rcu_sched] root 8 2 0 10:04 ? 00:00:00 [rcuos/0] root 9 2 0 10:04 ? 00:00:00 [rcuos/1] root 10 2 0 10:04 ? 00:00:00 [rcu_bh] root 11 2 0 10:04 ? 00:00:00 [rcuob/0] root 12 2 0 10:04 ? 00:00:00 [rcuob/1] root 13 2 0 10:04 ? 00:00:00 [migration/0] root 14 2 0 10:04 ? 00:00:00 [watchdog/0] root 15 2 0 10:04 ? 00:00:00 [watchdog/1] root 16 2 0 10:04 ? 00:00:00 [migration/1] root 17 2 0 10:04 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:04 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:04 ? 00:00:00 [khelper] root 21 2 0 10:04 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:04 ? 00:00:00 [netns] root 23 2 0 10:04 ? 00:00:00 [writeback] root 24 2 0 10:04 ? 00:00:00 [kintegrityd] root 25 2 0 10:04 ? 00:00:00 [bioset] root 27 2 0 10:04 ? 00:00:00 [kblockd] root 28 2 0 10:04 ? 00:00:00 [ata_sff] root 29 2 0 10:04 ? 00:00:00 [khubd] root 30 2 0 10:04 ? 00:00:00 [md] root 31 2 0 10:04 ? 00:00:00 [devfreq_wq] root 32 2 0 10:04 ? 00:00:00 [kworker/0:1] root 34 2 0 10:04 ? 00:00:00 [khungtaskd] root 35 2 0 10:04 ? 00:00:00 [kswapd0] root 36 2 0 10:04 ? 00:00:00 [vmstat] root 37 2 0 10:04 ? 00:00:00 [ksmd] root 38 2 0 10:04 ? 00:00:00 [khugepaged] root 39 2 0 10:04 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:04 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:04 ? 00:00:00 [crypto] root 53 2 0 10:04 ? 00:00:00 [kthrotld] root 54 2 0 10:04 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:04 ? 00:00:00 [vballoon] root 56 2 0 10:04 ? 00:00:00 [kworker/1:1] root 57 2 0 10:04 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:04 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:04 ? 00:00:00 [deferwq] root 80 2 0 10:04 ? 00:00:00 [charger_manager] root 123 2 0 10:04 ? 00:00:00 [kpsmoused] root 142 2 0 10:04 ? 00:00:00 [kworker/0:2] root 186 2 0 10:04 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:04 ? 00:00:00 [ext4-rsv-conver] root 323 2 0 10:04 ? 00:00:00 [kworker/1:2] root 390 1 0 10:04 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 431 2 0 10:04 ? 00:00:00 [kworker/u5:1] root 541 1 0 10:04 ? 00:00:00 upstart-socket-bridge --daemon root 582 1 0 10:04 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 816 2 0 10:04 ? 00:00:00 [kauditd] message+ 914 1 0 10:04 ? 00:00:00 dbus-daemon --system --fork root 938 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-logind root 946 1 0 10:04 ? 00:00:00 upstart-file-bridge --daemon root 1047 1 0 10:04 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1050 1 0 10:04 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1054 1 0 10:04 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1055 1 0 10:04 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1057 1 0 10:04 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1087 1 0 10:04 ? 00:00:00 cron daemon 1089 1 0 10:04 ? 00:00:00 atd root 1091 1 0 10:04 ? 00:00:00 /usr/sbin/sshd -D root 1112 1 0 10:04 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1114 1 0 10:04 ? 00:00:00 /usr/sbin/irqbalance root 1195 1 0 10:04 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1202 1 0 10:04 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1647 1 0 10:04 ? 00:00:00 /home/ubuntu/sprout_host_p0u2np/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_p0u2np --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_p0u2np --logging-server-logdir=/home/ubuntu/sprout_host_p0u2np/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_p0u2np/work/sprout_host_p0u2np%I.log --pidfile=/home/ubuntu/sprout_host_p0u2np/work/sprout_host_p0u2np.pid root 1648 2 0 10:04 ? 00:00:00 [kworker/u5:2] ubuntu 1762 1 0 10:05 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_p0u2np/env/bin/diamond --configfile /home/ubuntu/sprout_host_p0u2np/work/plugins/diamond/etc/diamond.conf ubuntu 1827 1647 0 10:07 ? 00:00:00 /home/ubuntu/sprout_host_p0u2np/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_p0u2np --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_p0u2np --logging-server-logdir=/home/ubuntu/sprout_host_p0u2np/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_p0u2np/work/sprout_host_p0u2np%I.log --pidfile=/home/ubuntu/sprout_host_p0u2np/work/sprout_host_p0u2np.pid ubuntu 1849 1827 0 10:07 ? 00:00:00 /home/ubuntu/sprout_host_p0u2np/env/bin/python2.7 /home/ubuntu/sprout_host_p0u2np/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-4cNoZp ubuntu 1860 1849 0 10:07 ? 00:00:00 /bin/sh -c /tmp/Q4C0W/install-sprout.sh ubuntu 1862 1860 0 10:07 ? 00:00:00 /bin/bash -e /tmp/Q4C0W/install-sprout.sh ntp 8452 1 0 10:10 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8467 2 0 10:10 ? 00:00:00 [kworker/u5:0] syslog 8941 1 0 10:10 ? 00:00:00 rsyslogd root 9042 1 0 10:10 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9061 1 0 10:10 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9062 9061 0 10:10 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9066 1 0 10:10 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9067 9066 0 10:10 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9076 9062 0 10:10 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9077 9067 0 10:10 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9078 9077 0 10:10 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9758 1 0 10:11 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9822 1862 0 10:11 ? 00:00:00 /bin/bash -e /tmp/Q4C0W/install-sprout.sh ubuntu 9823 9822 0 10:11 ? 00:00:00 /bin/bash -e /tmp/Q4C0W/install-sprout.sh root 9824 9823 0 10:11 ? 00:00:00 sudo ps -edf root 9825 9824 0 10:11 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-22 10:11:51,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/sprout /var/log/sprout/sprout_err.log /var/log/sprout/sprout_out.log /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_20181022T100000Z.txt /var/log/cloud-init.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/rsyslog.log /var/log/upstart/container-detect.log /var/log/cloud-init-output.log /var/log/alternatives.log /var/log/syslog /var/log/auth.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/boot.log /var/log/dmesg.0 /var/log/iotop.log /var/log/unattended-upgrades /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/clearwater-config-manager /var/log/monit.log /var/log/wtmp /var/log/kern.log /var/log/sysstat /var/log/sysstat/clearwater-sa22 /var/log/clearwater-cluster-manager /var/log/clearwater-socket-factory.log /var/log/dpkg.log /var/log/dmesg /var/log/dist-upgrade /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/clearwater-queue-manager /var/log/udev /var/log/ntpstats real 0m0.006s user 0m0.000s sys 0m0.004s 2018-10-22 10:11:51,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:10:22 10:10:53: Namespace: management 2018:10:22 10:10:53: [management] Starting server 2018:10:22 10:10:53: [management] Listening for requests 2018:10:22 10:10:53: Namespace: signaling 2018:10:22 10:10:53: [signaling] Starting server 2018:10:22 10:10:53: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-22 10:11:51,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-22 10:11:51,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-10-22 10:11:51,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-10-22 10:11:25.624849747 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-22 10:11:51,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-22 10:11:51,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Q4C0W/install-sprout.sh 2018-10-22 10:11:56,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:11:56,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:11:56,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:11:56,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:11:56,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/V58FK/bind.py 2018-10-22 10:11:56,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:11:56,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:11:56,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:11:56,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:11:56,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:11:56,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:11:56,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {u'homer_f2gi8i': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'homer-f2gi8i'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:11:56,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:11:56,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMWOHna /etc/bind/db.clearwater.opnfv 2018-10-22 10:11:56,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprbFIlp /etc/bind/db.clearwater.local 2018-10-22 10:11:56,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:11:56,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:11:56,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:11:56,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:12:02,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/4ZG9J/add-snmpproxy-collector.py 2018-10-22 10:12:02,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (14.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58121 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m32.698s user 0m12.547s sys 0m2.816s 2018-10-22 10:12:02,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-10-22 10:12:02,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-10-22 10:12:02,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-10-22 10:12:02,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.072s user 0m0.008s sys 0m0.045s 2018-10-22 10:12:02,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-10-22 10:12:07,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-22 10:12:07,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:04 ? 00:00:00 /sbin/init root 2 0 0 10:04 ? 00:00:00 [kthreadd] root 3 2 0 10:04 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:04 ? 00:00:00 [kworker/0:0] root 5 2 0 10:04 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:04 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:04 ? 00:00:00 [rcu_sched] root 8 2 0 10:04 ? 00:00:00 [rcuos/0] root 9 2 0 10:04 ? 00:00:00 [rcuos/1] root 10 2 0 10:04 ? 00:00:00 [rcu_bh] root 11 2 0 10:04 ? 00:00:00 [rcuob/0] root 12 2 0 10:04 ? 00:00:00 [rcuob/1] root 13 2 0 10:04 ? 00:00:00 [migration/0] root 14 2 0 10:04 ? 00:00:00 [watchdog/0] root 15 2 0 10:04 ? 00:00:00 [watchdog/1] root 16 2 0 10:04 ? 00:00:00 [migration/1] root 17 2 0 10:04 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:04 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:04 ? 00:00:00 [khelper] root 21 2 0 10:04 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:04 ? 00:00:00 [netns] root 23 2 0 10:04 ? 00:00:00 [writeback] root 24 2 0 10:04 ? 00:00:00 [kintegrityd] root 25 2 0 10:04 ? 00:00:00 [bioset] root 27 2 0 10:04 ? 00:00:00 [kblockd] root 28 2 0 10:04 ? 00:00:00 [ata_sff] root 29 2 0 10:04 ? 00:00:00 [khubd] root 30 2 0 10:04 ? 00:00:00 [md] root 31 2 0 10:04 ? 00:00:00 [devfreq_wq] root 32 2 0 10:04 ? 00:00:00 [kworker/0:1] root 33 2 0 10:04 ? 00:00:00 [kworker/1:1] root 35 2 0 10:04 ? 00:00:00 [khungtaskd] root 36 2 0 10:04 ? 00:00:00 [kswapd0] root 37 2 0 10:04 ? 00:00:00 [vmstat] root 38 2 0 10:04 ? 00:00:00 [ksmd] root 39 2 0 10:04 ? 00:00:00 [khugepaged] root 40 2 0 10:04 ? 00:00:00 [fsnotify_mark] root 41 2 0 10:04 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 10:04 ? 00:00:00 [crypto] root 54 2 0 10:04 ? 00:00:00 [kthrotld] root 55 2 0 10:04 ? 00:00:00 [kworker/u4:1] root 56 2 0 10:04 ? 00:00:00 [vballoon] root 57 2 0 10:04 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:04 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:04 ? 00:00:00 [deferwq] root 80 2 0 10:04 ? 00:00:00 [charger_manager] root 123 2 0 10:04 ? 00:00:00 [kpsmoused] root 125 2 0 10:04 ? 00:00:00 [kworker/1:2] root 186 2 0 10:04 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:04 ? 00:00:00 [ext4-rsv-conver] root 391 1 0 10:04 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 10:04 ? 00:00:00 [kworker/u5:1] root 520 1 0 10:04 ? 00:00:00 upstart-socket-bridge --daemon root 572 1 0 10:04 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 807 2 0 10:04 ? 00:00:00 [kworker/u5:2] root 819 2 0 10:04 ? 00:00:00 [kauditd] message+ 897 1 0 10:04 ? 00:00:00 dbus-daemon --system --fork root 933 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-logind root 950 1 0 10:04 ? 00:00:00 upstart-file-bridge --daemon syslog 1014 1 0 10:04 ? 00:00:00 rsyslogd root 1050 1 0 10:04 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 10:04 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 10:04 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 10:04 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 10:04 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1091 1 0 10:04 ? 00:00:00 cron daemon 1092 1 0 10:04 ? 00:00:00 atd root 1109 1 0 10:04 ? 00:00:00 /usr/sbin/sshd -D root 1114 1 0 10:04 ? 00:00:00 /usr/sbin/irqbalance root 1116 1 0 10:04 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 10:04 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 10:04 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 10:04 ? 00:00:00 /home/ubuntu/ellis_host_rpu15r/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_rpu15r --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_rpu15r --logging-server-logdir=/home/ubuntu/ellis_host_rpu15r/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_rpu15r/work/ellis_host_rpu15r%I.log --pidfile=/home/ubuntu/ellis_host_rpu15r/work/ellis_host_rpu15r.pid ubuntu 1764 1 0 10:05 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_rpu15r/env/bin/diamond --configfile /home/ubuntu/ellis_host_rpu15r/work/plugins/diamond/etc/diamond.conf ubuntu 1832 1650 0 10:07 ? 00:00:00 /home/ubuntu/ellis_host_rpu15r/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_rpu15r --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_rpu15r --logging-server-logdir=/home/ubuntu/ellis_host_rpu15r/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_rpu15r/work/ellis_host_rpu15r%I.log --pidfile=/home/ubuntu/ellis_host_rpu15r/work/ellis_host_rpu15r.pid ubuntu 1855 1832 0 10:07 ? 00:00:00 /home/ubuntu/ellis_host_rpu15r/env/bin/python2.7 /home/ubuntu/ellis_host_rpu15r/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-cQUQp6 ubuntu 1867 1855 0 10:07 ? 00:00:00 /bin/sh -c /tmp/BC69Y/install-ellis.sh ubuntu 1870 1867 0 10:07 ? 00:00:00 /bin/bash -e /tmp/BC69Y/install-ellis.sh root 3550 2 0 10:09 ? 00:00:00 [kworker/u5:0] mysql 9258 1 0 10:10 ? 00:00:00 /usr/sbin/mysqld ntp 9408 1 0 10:10 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10000 1 0 10:11 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10054 1 0 10:11 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10058 10054 0 10:11 ? 00:00:00 inotifywait -e create -qq . root 10157 1 0 10:11 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10158 10157 0 10:11 ? 00:00:00 nginx: worker process www-data 10159 10157 0 10:11 ? 00:00:00 nginx: worker process www-data 10160 10157 0 10:11 ? 00:00:00 nginx: worker process www-data 10161 10157 0 10:11 ? 00:00:00 nginx: worker process ellis 10447 1 0 10:11 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10547 10000 0 10:11 ? 00:00:00 [nginx_ping] root 10548 10000 0 10:11 ? 00:00:00 [check-nginx-upt] root 10554 10000 0 10:11 ? 00:00:00 [check-monit-upt] root 10555 10000 0 10:11 ? 00:00:00 [poll_ellis.sh] root 10560 10000 0 10:11 ? 00:00:00 [poll_ellis_http] root 10563 10000 0 10:11 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 10592 10563 0 10:11 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 10632 10592 0 10:11 ? 00:00:00 sleep 28 dnsmasq 10853 1 0 10:11 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10926 1870 0 10:12 ? 00:00:00 /bin/bash -e /tmp/BC69Y/install-ellis.sh ubuntu 10927 10926 0 10:12 ? 00:00:00 /bin/bash -e /tmp/BC69Y/install-ellis.sh root 10928 10927 0 10:12 ? 00:00:00 sudo ps -edf root 10929 10928 0 10:12 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-10-22 10:12:07,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-10-22 10:12:07,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/clearwater-diags-monitor.log /var/log/ellis /var/log/cloud-init.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/rsyslog.log /var/log/upstart/container-detect.log /var/log/upstart/mysql.log /var/log/cloud-init-output.log /var/log/alternatives.log /var/log/syslog /var/log/auth.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/boot.log /var/log/dmesg.0 /var/log/iotop.log /var/log/unattended-upgrades /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/mysql.err /var/log/clearwater-config-manager /var/log/monit.log /var/log/wtmp /var/log/kern.log /var/log/sysstat /var/log/sysstat/sa22 /var/log/sysstat/clearwater-sa22 /var/log/clearwater-cluster-manager /var/log/dpkg.log /var/log/mysql.log /var/log/dmesg /var/log/dist-upgrade /var/log/mysql /var/log/mysql/error.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/clearwater-queue-manager /var/log/udev /var/log/ntpstats real 0m0.007s user 0m0.003s sys 0m0.002s 2018-10-22 10:12:07,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10853/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10000/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10157/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9258/mysqld tcp6 0 0 ::1:53 :::* LISTEN 10853/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1109/sshd udp 0 0 192.168.120.13:123 0.0.0.0:* 9408/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9408/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9408/ntpd udp 0 0 0.0.0.0:2072 0.0.0.0:* 572/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10853/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 9408/ntpd udp6 0 0 ::1:123 :::* 9408/ntpd udp6 0 0 :::123 :::* 9408/ntpd udp6 0 0 :::14758 :::* 572/dhclient udp6 0 0 ::1:53 :::* 10853/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 21011 9258/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] SEQPACKET LISTENING 8244 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9293 1116/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11350 1650/python2.7 /tmp/cloudify-logging-server-5690d.socket unix 2 [ ACC ] STREAM LISTENING 12627 1855/python2.7 /tmp/ctx-YC6rND.socket unix 2 [ ACC ] STREAM LISTENING 1556 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 23480 10447/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 7842 897/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.004s sys 0m0.005s 2018-10-22 10:12:07,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:0c:f8:be inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe0c:f8be/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:100315 errors:0 dropped:0 overruns:0 frame:0 TX packets:54037 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147625405 (147.6 MB) TX bytes:10445765 (10.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:54 errors:0 dropped:0 overruns:0 frame:0 TX packets:54 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4391 (4.3 KB) TX bytes:4391 (4.3 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-22 10:12:07,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-10-22 10:12:07,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-10-22 10:12:07,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-10-22 10:11:40.756171801 Stopping etcd clearwater-etcd 2018-10-22 10:11:41.673334288 Restarting etcd clearwater-etcd 2018-10-22 10:11:41.678222047 Configured ETCDCTL_PEERS: 192.168.120.5:4000, 2018-10-22 10:11:41.678946689 Check for previous failed startup attempt 2018-10-22 10:11:41.680069919 Running etcdctl member list 3ead290dbd94d86: name=192-168-120-5 peerURLs=http://192.168.120.5:2380 clientURLs=http://192.168.120.5:4000 isLeader=true 37e4ffab1df977d5: name=192-168-120-11 peerURLs=http://192.168.120.11:2380 clientURLs=http://192.168.120.11:4000 isLeader=false 2018-10-22 10:11:41.695318714 etcdctl returned 0 2018-10-22 10:11:41.701969946 Joining existing cluster... real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-22 10:12:07,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-22 10:12:07,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [22-Oct-2018 10:11:04 UTC] clearwater-diags-monitor starting [22-Oct-2018 10:11:04 UTC] Waiting for trigger files real 0m0.006s user 0m0.000s sys 0m0.006s 2018-10-22 10:12:07,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:12:07,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/BC69Y/install-ellis.sh 2018-10-22 10:12:07,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-10-22 10:12:07,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-22 10:12:07,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:12:07,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:12:07,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:12:07,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:12:07,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/GUUHL/create_number.sh 2018-10-22 10:12:07,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/DT6A3/bind.py 2018-10-22 10:12:07,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GUUHL/create_number.sh 2018-10-22 10:12:07,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-22 10:12:07,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-10-22 10:12:07,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:12:07,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:12:14,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpADzvez /etc/bind/db.clearwater.local 2018-10-22 10:12:14,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:12:14,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:12:14,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {u'homer_f2gi8i': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'homer-f2gi8i'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'ellis': {u'ellis_akggbt': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-akggbt'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:12:14,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:12:14,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:12:14,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:12:14,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:12:14,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:12:14,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:12:14,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpn_0Fqm /etc/bind/db.clearwater.opnfv 2018-10-22 10:12:14,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-10-22 10:12:14,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-10-22 10:12:14,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.5 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58595 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m31.642s user 0m12.549s sys 0m2.968s 2018-10-22 10:12:14,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-10-22 10:12:14,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.082s user 0m0.010s sys 0m0.053s 2018-10-22 10:12:14,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:0a:a4:3e inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe0a:a43e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:112857 errors:0 dropped:0 overruns:0 frame:0 TX packets:72867 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171955757 (171.9 MB) TX bytes:12016247 (12.0 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-22 10:12:14,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-10-22 10:12:14,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-10-22 10:12:19,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:04 ? 00:00:00 /sbin/init root 2 0 0 10:04 ? 00:00:00 [kthreadd] root 3 2 0 10:04 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:04 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:04 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:04 ? 00:00:00 [rcu_sched] root 8 2 0 10:04 ? 00:00:00 [rcuos/0] root 9 2 0 10:04 ? 00:00:00 [rcuos/1] root 10 2 0 10:04 ? 00:00:00 [rcu_bh] root 11 2 0 10:04 ? 00:00:00 [rcuob/0] root 12 2 0 10:04 ? 00:00:00 [rcuob/1] root 13 2 0 10:04 ? 00:00:00 [migration/0] root 14 2 0 10:04 ? 00:00:00 [watchdog/0] root 15 2 0 10:04 ? 00:00:00 [watchdog/1] root 16 2 0 10:04 ? 00:00:00 [migration/1] root 17 2 0 10:04 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:04 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:04 ? 00:00:00 [khelper] root 21 2 0 10:04 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:04 ? 00:00:00 [netns] root 23 2 0 10:04 ? 00:00:00 [writeback] root 24 2 0 10:04 ? 00:00:00 [kintegrityd] root 25 2 0 10:04 ? 00:00:00 [bioset] root 26 2 0 10:04 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:04 ? 00:00:00 [kblockd] root 28 2 0 10:04 ? 00:00:00 [ata_sff] root 29 2 0 10:04 ? 00:00:00 [khubd] root 30 2 0 10:04 ? 00:00:00 [md] root 31 2 0 10:04 ? 00:00:00 [devfreq_wq] root 32 2 0 10:04 ? 00:00:00 [kworker/0:1] root 34 2 0 10:04 ? 00:00:00 [khungtaskd] root 35 2 0 10:04 ? 00:00:00 [kswapd0] root 36 2 0 10:04 ? 00:00:00 [vmstat] root 37 2 0 10:04 ? 00:00:00 [ksmd] root 38 2 0 10:04 ? 00:00:00 [khugepaged] root 39 2 0 10:04 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:04 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:04 ? 00:00:00 [crypto] root 53 2 0 10:04 ? 00:00:00 [kthrotld] root 54 2 0 10:04 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:04 ? 00:00:00 [vballoon] root 56 2 0 10:04 ? 00:00:00 [kworker/1:1] root 57 2 0 10:04 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:04 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:04 ? 00:00:00 [deferwq] root 80 2 0 10:04 ? 00:00:00 [charger_manager] root 123 2 0 10:04 ? 00:00:00 [kpsmoused] root 142 2 0 10:04 ? 00:00:00 [kworker/0:2] root 186 2 0 10:04 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:04 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 10:04 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:04 ? 00:00:00 [kworker/u5:1] root 534 1 0 10:04 ? 00:00:00 upstart-socket-bridge --daemon root 582 1 0 10:04 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 10:04 ? 00:00:00 [kauditd] message+ 897 1 0 10:04 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-logind root 953 1 0 10:04 ? 00:00:00 upstart-file-bridge --daemon syslog 979 1 0 10:04 ? 00:00:00 rsyslogd root 1050 1 0 10:04 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 10:04 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 10:04 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 10:04 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 10:04 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 10:04 ? 00:00:00 /usr/sbin/sshd -D root 1107 1 0 10:04 ? 00:00:00 cron daemon 1108 1 0 10:04 ? 00:00:00 atd root 1115 1 0 10:04 ? 00:00:00 /usr/sbin/irqbalance root 1145 1 0 10:04 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 10:04 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 10:04 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1451 2 0 10:04 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 10:04 ? 00:00:00 /home/ubuntu/dime_host_f4ypzm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_f4ypzm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_f4ypzm --logging-server-logdir=/home/ubuntu/dime_host_f4ypzm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_f4ypzm/work/dime_host_f4ypzm%I.log --pidfile=/home/ubuntu/dime_host_f4ypzm/work/dime_host_f4ypzm.pid ubuntu 1765 1 0 10:05 ? 00:00:02 python2.7 /home/ubuntu/dime_host_f4ypzm/env/bin/diamond --configfile /home/ubuntu/dime_host_f4ypzm/work/plugins/diamond/etc/diamond.conf ubuntu 1834 1651 0 10:07 ? 00:00:00 /home/ubuntu/dime_host_f4ypzm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_f4ypzm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_f4ypzm --logging-server-logdir=/home/ubuntu/dime_host_f4ypzm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_f4ypzm/work/dime_host_f4ypzm%I.log --pidfile=/home/ubuntu/dime_host_f4ypzm/work/dime_host_f4ypzm.pid ubuntu 1855 1834 0 10:07 ? 00:00:00 /home/ubuntu/dime_host_f4ypzm/env/bin/python2.7 /home/ubuntu/dime_host_f4ypzm/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-BqZ1kD ubuntu 1866 1855 0 10:07 ? 00:00:00 /bin/sh -c /tmp/T43U6/install-dime.sh ubuntu 1868 1866 0 10:07 ? 00:00:00 /bin/bash -e /tmp/T43U6/install-dime.sh root 2213 2 0 10:08 ? 00:00:00 [kworker/u5:2] ntp 8828 1 0 10:10 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9398 1 0 10:11 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9399 9398 0 10:11 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9403 1 0 10:11 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9406 9403 0 10:11 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9413 9399 0 10:11 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9414 9406 0 10:11 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9415 9414 0 10:11 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9453 1 0 10:11 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc snmp 10116 1 0 10:11 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10470 1 0 10:12 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10533 1868 0 10:12 ? 00:00:00 /bin/bash -e /tmp/T43U6/install-dime.sh ubuntu 10534 10533 0 10:12 ? 00:00:00 /bin/bash -e /tmp/T43U6/install-dime.sh root 10535 10534 0 10:12 ? 00:00:00 sudo ps -edf root 10536 10535 0 10:12 ? 00:00:00 ps -edf real 0m0.009s user 0m0.002s sys 0m0.006s 2018-10-22 10:12:19,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-10-22 10:12:19,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-10-22 10:12:19,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10470/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9453/monit tcp6 0 0 ::1:53 :::* LISTEN 10470/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 8828/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8828/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8828/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10116/snmpd udp 0 0 0.0.0.0:10155 0.0.0.0:* 582/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10470/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 582/dhclient udp6 0 0 :::6231 :::* 582/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 8828/ntpd udp6 0 0 ::1:123 :::* 8828/ntpd udp6 0 0 :::123 :::* 8828/ntpd udp6 0 0 :::161 :::* 10116/snmpd udp6 0 0 ::1:53 :::* 10470/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11676 1651/python2.7 /tmp/cloudify-logging-server-1ad16.socket unix 2 [ ACC ] STREAM LISTENING 9550 1145/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 12105 1855/python2.7 /tmp/ctx-V_Udc6.socket unix 2 [ ACC ] STREAM LISTENING 6994 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7539 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 21691 9413/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21392 9415/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9356 897/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 22364 10116/snmpd /var/agentx/master real 0m0.007s user 0m0.004s sys 0m0.004s 2018-10-22 10:12:19,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/ralf /var/log/cloud-init.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/rsyslog.log /var/log/upstart/container-detect.log /var/log/cloud-init-output.log /var/log/alternatives.log /var/log/syslog /var/log/auth.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/boot.log /var/log/dmesg.0 /var/log/iotop.log /var/log/unattended-upgrades /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_20181022T100000Z.txt /var/log/homestead/homestead_err.log /var/log/clearwater-config-manager /var/log/monit.log /var/log/wtmp /var/log/kern.log /var/log/sysstat /var/log/sysstat/clearwater-sa22 /var/log/clearwater-cluster-manager /var/log/clearwater-socket-factory.log /var/log/dpkg.log /var/log/dmesg /var/log/dist-upgrade /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/clearwater-queue-manager /var/log/udev /var/log/ntpstats real 0m0.007s user 0m0.000s sys 0m0.005s 2018-10-22 10:12:19,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-22 10:12:19,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018:10:22 10:11:05: Namespace: management 2018:10:22 10:11:05: [management] Starting server 2018:10:22 10:11:05: [management] Listening for requests 2018:10:22 10:11:05: Namespace: signaling 2018:10:22 10:11:05: [signaling] Starting server 2018:10:22 10:11:05: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-22 10:12:19,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:12:19,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-22 10:12:19,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-10-22 10:11:53.158077511 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-22 10:12:19,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/T43U6/install-dime.sh 2018-10-22 10:12:19,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-10-22 10:12:19,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:12:19,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/A9UYP/bind.py 2018-10-22 10:12:19,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:12:19,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:12:19,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:12:25,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:12:25,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxWfeFb /etc/bind/db.clearwater.opnfv 2018-10-22 10:12:25,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:12:25,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:12:25,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWIkufT /etc/bind/db.clearwater.local 2018-10-22 10:12:25,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:12:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:12:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:12:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:12:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {u'homer_f2gi8i': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'homer-f2gi8i'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'ellis': {u'ellis_akggbt': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-akggbt'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}, u'dime': {u'dime_ulymwv': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'dime-ulymwv'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:12:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:12:30,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.5:7253 hs_hostname=hs.clearwater.local:8888 hs_provisioning_hostname=hs-prov.clearwater.local:8889 sprout_impi_store=vellum.clearwater.local sprout_registration_store=vellum.clearwater.local cassandra_hostname=vellum.clearwater.local chronos_hostname=vellum.clearwater.local ralf_session_store=vellum.clearwater.local ralf_hostname=dime.clearwater.local:10888 xdms_hostname=homer.clearwater.local:7888 signaling_dns_server=192.168.120.5 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-10-22 10:12:36,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/GUUHL/create_number.sh 2018-10-22 10:12:36,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:12:47,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-22 10:12:57,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager The following NEW packages will be installed: clearwater-cluster-manager clearwater-management 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. Need to get 6,120 kB of archives. After this operation, 6,458 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 6,120 kB in 1s (5,862 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59686 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m7.097s user 0m3.490s sys 0m0.883s 2018-10-22 10:12:57,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-10-22 10:12:57,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-10-22 10:12:57,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-10-22 10:12:57,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.077s user 0m0.007s sys 0m0.050s 2018-10-22 10:12:57,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-10-22 10:12:57,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:da:41:08 inet addr:192.168.120.12 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feda:4108/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:153136 errors:0 dropped:0 overruns:0 frame:0 TX packets:73921 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:219240076 (219.2 MB) TX bytes:13039098 (13.0 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:58 errors:0 dropped:0 overruns:0 frame:0 TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-22 10:13:03,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:04 ? 00:00:00 /sbin/init root 2 0 0 10:04 ? 00:00:00 [kthreadd] root 3 2 0 10:04 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:04 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:04 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:04 ? 00:00:00 [rcu_sched] root 8 2 0 10:04 ? 00:00:00 [rcuos/0] root 9 2 0 10:04 ? 00:00:00 [rcuos/1] root 10 2 0 10:04 ? 00:00:00 [rcu_bh] root 11 2 0 10:04 ? 00:00:00 [rcuob/0] root 12 2 0 10:04 ? 00:00:00 [rcuob/1] root 13 2 0 10:04 ? 00:00:00 [migration/0] root 14 2 0 10:04 ? 00:00:00 [watchdog/0] root 15 2 0 10:04 ? 00:00:00 [watchdog/1] root 16 2 0 10:04 ? 00:00:00 [migration/1] root 17 2 0 10:04 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:04 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:04 ? 00:00:00 [khelper] root 21 2 0 10:04 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:04 ? 00:00:00 [netns] root 23 2 0 10:04 ? 00:00:00 [writeback] root 24 2 0 10:04 ? 00:00:00 [kintegrityd] root 25 2 0 10:04 ? 00:00:00 [bioset] root 27 2 0 10:04 ? 00:00:00 [kblockd] root 28 2 0 10:04 ? 00:00:00 [ata_sff] root 29 2 0 10:04 ? 00:00:00 [khubd] root 30 2 0 10:04 ? 00:00:00 [md] root 31 2 0 10:04 ? 00:00:00 [devfreq_wq] root 32 2 0 10:04 ? 00:00:00 [kworker/0:1] root 34 2 0 10:04 ? 00:00:00 [khungtaskd] root 35 2 0 10:04 ? 00:00:00 [kswapd0] root 36 2 0 10:04 ? 00:00:00 [vmstat] root 37 2 0 10:04 ? 00:00:00 [ksmd] root 38 2 0 10:04 ? 00:00:00 [khugepaged] root 39 2 0 10:04 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:04 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:04 ? 00:00:00 [crypto] root 53 2 0 10:04 ? 00:00:00 [kthrotld] root 54 2 0 10:04 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:04 ? 00:00:00 [vballoon] root 56 2 0 10:04 ? 00:00:00 [kworker/1:1] root 57 2 0 10:04 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:04 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:04 ? 00:00:00 [deferwq] root 80 2 0 10:04 ? 00:00:00 [charger_manager] root 123 2 0 10:04 ? 00:00:00 [kpsmoused] root 142 2 0 10:04 ? 00:00:00 [kworker/1:2] root 186 2 0 10:04 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:04 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 10:04 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 10:04 ? 00:00:00 [kworker/u5:1] root 435 2 0 10:04 ? 00:00:00 [kworker/u5:2] root 517 1 0 10:04 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 10:04 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 10:04 ? 00:00:00 [kauditd] message+ 912 1 0 10:04 ? 00:00:00 dbus-daemon --system --fork root 943 1 0 10:04 ? 00:00:00 /lib/systemd/systemd-logind root 953 1 0 10:04 ? 00:00:00 upstart-file-bridge --daemon syslog 1006 1 0 10:04 ? 00:00:00 rsyslogd root 1051 1 0 10:04 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 10:04 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 10:04 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 10:04 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 10:04 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 10:04 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 10:04 ? 00:00:00 cron daemon 1109 1 0 10:04 ? 00:00:00 atd root 1117 1 0 10:04 ? 00:00:00 /usr/sbin/irqbalance root 1136 1 0 10:04 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 10:04 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 10:04 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1555 2 0 10:04 ? 00:00:00 [kworker/0:2] ubuntu 1652 1 0 10:04 ? 00:00:00 /home/ubuntu/vellum_host_uwuy08/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_uwuy08 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_uwuy08 --logging-server-logdir=/home/ubuntu/vellum_host_uwuy08/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_uwuy08/work/vellum_host_uwuy08%I.log --pidfile=/home/ubuntu/vellum_host_uwuy08/work/vellum_host_uwuy08.pid ubuntu 1766 1 0 10:04 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_uwuy08/env/bin/diamond --configfile /home/ubuntu/vellum_host_uwuy08/work/plugins/diamond/etc/diamond.conf ubuntu 1836 1652 0 10:07 ? 00:00:00 /home/ubuntu/vellum_host_uwuy08/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_uwuy08 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_uwuy08 --logging-server-logdir=/home/ubuntu/vellum_host_uwuy08/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_uwuy08/work/vellum_host_uwuy08%I.log --pidfile=/home/ubuntu/vellum_host_uwuy08/work/vellum_host_uwuy08.pid ubuntu 1857 1836 0 10:07 ? 00:00:00 /home/ubuntu/vellum_host_uwuy08/env/bin/python2.7 /home/ubuntu/vellum_host_uwuy08/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-CqxJm0 ubuntu 1868 1857 0 10:07 ? 00:00:00 /bin/sh -c /tmp/RNY8D/install-vellum.sh ubuntu 1870 1868 0 10:07 ? 00:00:00 /bin/bash -e /tmp/RNY8D/install-vellum.sh root 3908 2 0 10:09 ? 00:00:00 [kworker/u5:0] ntp 11897 1 0 10:11 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12302 1 0 10:11 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12629 1 0 10:12 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13272 1 0 10:12 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13279 13272 0 10:12 ? 00:00:00 cpulimit -e astaire -l 10 root 13638 12629 0 10:12 ? 00:00:00 [check-monit-upt] dnsmasq 14238 1 0 10:12 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 14301 1870 0 10:12 ? 00:00:00 /bin/bash -e /tmp/RNY8D/install-vellum.sh ubuntu 14302 14301 0 10:12 ? 00:00:00 /bin/bash -e /tmp/RNY8D/install-vellum.sh root 14303 14302 0 10:12 ? 00:00:00 sudo ps -edf root 14304 14303 0 10:12 ? 00:00:00 ps -edf real 0m0.010s user 0m0.006s sys 0m0.003s 2018-10-22 10:13:03,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-10-22 10:13:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-10-22 10:13:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-10-22 10:13:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14238/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12629/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12302/memcached tcp6 0 0 ::1:53 :::* LISTEN 14238/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.12:123 0.0.0.0:* 11897/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11897/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11897/ntpd udp 0 0 127.0.0.1:11211 0.0.0.0:* 12302/memcached udp 0 0 0.0.0.0:45100 0.0.0.0:* 586/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 14238/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fed:123 :::* 11897/ntpd udp6 0 0 ::1:123 :::* 11897/ntpd udp6 0 0 :::123 :::* 11897/ntpd udp6 0 0 :::3558 :::* 586/dhclient udp6 0 0 ::1:53 :::* 14238/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11809 1652/python2.7 /tmp/cloudify-logging-server-0a31c.socket unix 2 [ ACC ] STREAM LISTENING 12082 1857/python2.7 /tmp/ctx-5H8vTC.socket unix 2 [ ACC ] STREAM LISTENING 1538 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9637 1136/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7358 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9412 912/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.003s sys 0m0.004s 2018-10-22 10:13:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-10-22 10:13:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/cloud-init.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/rsyslog.log /var/log/upstart/container-detect.log /var/log/upstart/astaire-throttle.log /var/log/cloud-init-output.log /var/log/alternatives.log /var/log/syslog /var/log/memcached.log /var/log/auth.log /var/log/boot.log /var/log/dmesg.0 /var/log/unattended-upgrades /var/log/chronos /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/clearwater-config-manager /var/log/monit.log /var/log/wtmp /var/log/kern.log /var/log/sysstat /var/log/clearwater-cluster-manager /var/log/dpkg.log /var/log/astaire /var/log/astaire/astaire_20181022T100000Z.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_err.log /var/log/dmesg /var/log/dist-upgrade /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/clearwater-queue-manager /var/log/rogers /var/log/udev /var/log/cassandra /var/log/cassandra/system.log /var/log/ntpstats real 0m0.009s user 0m0.005s sys 0m0.001s 2018-10-22 10:13:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-22 10:13:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-10-22 10:12:10.834998938 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.002s sys 0m0.003s 2018-10-22 10:13:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-10-22 10:09:26,833 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-10-22 10:09:26,856 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-22 10:09:26,956 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-22 10:09:27,110 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-10-22 10:09:27,119 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-10-22 10:09:27,119 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-10-22 10:09:27,468 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-22 10:09:27,483 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-22 10:09:27,524 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-10-22 10:09:27,524 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-10-22 10:09:27,524 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-10-22 10:09:27,525 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 712704(696K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-10-22 10:09:27,525 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73993048(72258K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-10-22 10:09:27,525 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-10-22 10:09:27,525 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-10-22 10:09:27,525 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16710136(16318K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-10-22 10:09:27,525 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-10-22 10:09:27,525 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1540202966.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1540202966.log] INFO [main] 2018-10-22 10:09:27,616 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-10-22 10:09:27,616 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-10-22 10:09:27,687 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-10-22 10:09:27,689 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-10-22 10:09:27,689 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-10-22 10:09:27,694 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-10-22 10:09:27,700 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-10-22 10:09:27,705 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-10-22 10:09:27,706 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-10-22 10:09:27,772 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-10-22 10:09:28,917 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-10-22 10:09:28,926 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-10-22 10:09:28,931 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-10-22 10:09:28,935 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-10-22 10:09:28,939 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-10-22 10:09:28,943 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-10-22 10:09:28,950 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-10-22 10:09:28,954 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-10-22 10:09:28,958 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-10-22 10:09:28,963 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-10-22 10:09:28,969 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-10-22 10:09:28,972 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-10-22 10:09:28,976 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-10-22 10:09:28,979 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-10-22 10:09:28,982 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-10-22 10:09:28,985 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-10-22 10:09:29,058 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-10-22 10:09:29,058 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-10-22 10:09:29,098 ColumnFamilyStore.java:905 - Enqueuing flush of local: 794 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-22 10:09:29,103 Memtable.java:347 - Writing Memtable-local@772214245(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-22 10:09:29,139 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=399) INFO [main] 2018-10-22 10:09:29,933 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-10-22 10:09:30,072 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-10-22 10:09:30,072 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-10-22 10:09:30,074 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-10-22 10:09:30,085 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-10-22 10:09:30,086 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-10-22 10:09:30,100 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-22 10:09:30,108 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-10-22 10:09:30,117 SystemKeyspace.java:765 - No host ID found, created 0291602f-5c0b-4a31-97e4-c24523e81f97 (Note: This should happen exactly once per node). INFO [main] 2018-10-22 10:09:30,119 StorageService.java:807 - Starting up server gossip INFO [main] 2018-10-22 10:09:30,121 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1984 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-22 10:09:30,123 Memtable.java:347 - Writing Memtable-local@855246242(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-22 10:09:30,124 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=93397) INFO [main] 2018-10-22 10:09:30,455 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-22 10:09:30,465 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-22 10:09:30,492 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-10-22 10:09:30,506 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-22 10:09:30,516 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-22 10:09:30,524 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-22 10:09:30,530 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-22 10:09:30,537 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-10-22 10:09:30,538 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-22 10:09:30,545 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-22 10:09:30,554 StorageService.java:959 - Generated random tokens. tokens are [-2414082605256304330, -79093789894184100, 7882922979809961339, 2997291146736084849, 8448767714403775476, -4684092858803727900, -4078254391966273086, 1393652591268056016, 6803407187166971360, -6230061380978507932, -4296678671045579887, -7591505089774379667, -2677992414851979960, 2073139519447899110, -6771285634369179837, -5997085534092574379, 3662597133027440024, 177471960540912766, -4990034939765760291, -8116748174204680337, 600476598856569109, -701638334328794083, -940930451813775196, 691852322956718627, 7814576855154881987, 5703735299092225715, 3918552002446682364, -1990588061720873540, -7020475593685374928, -8326842038458539328, 591594136301939670, -5872474467330872021, -3233210723627178817, -991487961139838191, 9065823360227282803, -4245560054475765775, -1638207408678648267, -5023664168957356854, -1009501149169882059, 5314027170095770897, -4817136133506448686, 1584891641298033627, 3236556450173076100, 8738423252722657663, 1405173372957390180, -8856316698999118752, -5683361908346427365, -4983341933632176135, -5350793788536807294, 5324174999496878966, 7017602910900582308, 2147295245919958311, 8006930937589254138, -286961281280584375, -2204641505445585680, -9083538988849330871, 2458302835614173001, 777775641109024610, -6905694324189863020, 2994896657006085732, 7454507844217956694, 9124282263731556896, 7290543444669998836, -4989084106001543834, -8608084937454622762, -5634282601412432175, -7721614508093295329, -6931408052691850410, 620958976319658342, -3484969810564278370, -4275305176306853732, -8368386895932955046, -5786445827170720341, 9220973844572057162, 5683785694980906485, 245404575066307460, -2710034801188553780, -6511168973339373156, -1623058209531577811, -2733493074924549288, 5943865908097046946, 8438527853813344129, 8562741615937797215, 3523569886236738167, 7302968513067512987, 4553078343785612701, 6776039724474663605, -9003547695465306918, -4335857216856845075, 4981738433939197822, 8456255133298172712, 6755354700367818684, 8560420678440903063, -7956980009631153352, 7187059742517132168, -7217581619456560380, -6115134115907461502, -2436656338933086257, 6150927239171156286, 1175801027523048818, 934907027125741810, -8981480517752418038, -1397088771232316788, 7866805036783897440, 7951419005116590282, 191349462395873198, 9108470668514938988, -5856497489990372892, -4910517882702462566, 7007499353380548565, 3661373831331168623, -2153660546205918019, 5993804912631240239, 8597899441186695904, 6024065872980912488, 6237459039719815439, 4329193178126483640, 5782253994850980372, 4258923260254346134, -8916621644057163200, 4726412097845288538, -7002103743022965189, -3420459128576835587, -4922398403884550085, 409347624338904907, -5625825636164815234, 8138454647349198148, 3289675645697013609, 8786830461989213051, -282246920921102676, -5652400162569862857, -2100109903672536607, -9049583775049635506, 9140309010306461557, 6515651283215161602, -3697513586417432167, -7941010161141438160, -455694843530347072, 3103604130297986982, 7382480265343702551, -4501523063852926349, -354981989928214737, -6198135497222493032, -4247363853948409065, 6008589885538694845, -1613011022318067906, 2699283640014660754, 6875302393281016621, -2890402449858562076, 6444847329386857822, -7512968136072272824, -6497512875824305203, -4693607037146182389, 8303493522249471671, 6814249308706265236, -152868043039614575, -6470261978776045317, 4434833851765303588, -1935409676150246284, -1784501481388582891, 7945244007308441061, 1715281414178470267, -1418572590953299752, -1827771466613036895, -6584334937106276770, 6146272859944695785, 4453519633641562707, 8254671500247966619, 445992202470775792, 3920579171675679590, -1802791562581762159, -6542602820183006984, 448861187635068448, 6693348791101749836, 8557745383224531251, 3893141386237819701, 4771240986153366286, 3684626508766738079, -2747297269306868374, 3595697676447013260, -872765602212861853, 6087859137977786928, -322175575899437394, 2967467785649391817, -7817785585717875034, 9146707485205973891, 4235807136986144158, 1963558069922228486, 576490130762915720, -1985555139632377747, -6002836270245675780, 8005769910357760336, 5065037526993621485, -3410017386266211313, 6928165969134405858, -3885728207807777230, -7477304189463560298, -5951865820591333282, -5158100292644611467, -8235007606631920825, 4051639637723908779, -2543629253767541182, -6782892136878835859, -5717026756260835752, 1972441136250177847, -3133511586280221561, -2103151224653005497, -1770785567601592104, 4618457102572087372, 3578369370295152480, -7430382109287383254, -7052470536546216044, -1169219838733989237, -5883035439529427308, 5816180793229997685, 1177884379167415400, 5703898878169818165, 196905116302255492, -1910482812849910421, 1840111458580262916, -441061261368506141, 7801167219480254539, 3248091889758606462, -1681595158478000594, 1681531404321938372, 6366507677437447716, 5539182049036802108, -4536661200498852499, 5048065655860379702, -7751907036124116818, 7656738672341190535, -8683609077064717768, -8116814551500419716, -4003956591290657474, 7531706579575948046, -909812421966381445, 4481916546125883261, 1852661964429333802, 5689439204992253254, -7976918448579477120, 8319118581994092506, -2585564442371202236, 7829656258685117775, -3282292999012337766, -3021765905744673470, -1500430206747326900, 6300658624079667243, -6195412188446916443, 6864695162849750571, -7217698895366122717, -2723794426717736317, -8659923458367427452, -3838043114688964122, 8986214212139832381, 8128353686855193219, -847708764654638617] INFO [main] 2018-10-22 10:09:30,563 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@15d777fa[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@30bfee24[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@2742f35a} INFO [MigrationStage:1] 2018-10-22 10:09:30,589 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 960 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-22 10:09:30,589 Memtable.java:347 - Writing Memtable-schema_keyspaces@20918779(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-22 10:09:30,590 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=102352) INFO [MigrationStage:1] 2018-10-22 10:09:31,201 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115125 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-22 10:09:31,202 Memtable.java:347 - Writing Memtable-schema_columnfamilies@927676608(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-22 10:09:31,210 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=102352) INFO [MigrationStage:1] 2018-10-22 10:09:31,869 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254938 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-22 10:09:31,870 Memtable.java:347 - Writing Memtable-schema_columns@1682020080(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-22 10:09:31,891 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=102352) INFO [MigrationStage:1] 2018-10-22 10:09:32,434 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 155 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-22 10:09:32,435 Memtable.java:347 - Writing Memtable-schema_triggers@2029691501(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-22 10:09:32,435 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=102352) INFO [MigrationStage:1] 2018-10-22 10:09:32,991 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 155 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-22 10:09:32,992 Memtable.java:347 - Writing Memtable-schema_usertypes@1352467392(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-22 10:09:32,993 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=102352) INFO [MigrationStage:1] 2018-10-22 10:09:33,503 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@801a0ce[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-10-22 10:09:33,507 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-10-22 10:09:33,508 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@3857809[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-10-22 10:09:33,512 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-10-22 10:09:33,544 ColumnFamilyStore.java:905 - Enqueuing flush of local: 595 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-22 10:09:33,545 Memtable.java:347 - Writing Memtable-local@826726194(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-22 10:09:33,546 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=102595) INFO [main] 2018-10-22 10:09:34,031 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51478 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-22 10:09:34,031 Memtable.java:347 - Writing Memtable-local@1708407735(8.363KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-22 10:09:34,041 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1540202968890, position=114583) INFO [CompactionExecutor:2] 2018-10-22 10:09:34,807 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db')] INFO [main] 2018-10-22 10:09:34,852 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-10-22 10:09:34,943 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-10-22 10:09:34,968 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-10-22 10:09:34,968 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-10-22 10:09:35,018 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-10-22 10:09:35,023 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-10-22 10:09:35,577 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,915 bytes to 5,762 (~97% of original) in 764ms = 0.007193MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-10-22 10:12:05,549 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-10-22 10:12:05,576 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-10-22 10:12:05,577 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-10-22 10:12:05,578 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-10-22 10:12:07,586 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-10-22 10:12:07,587 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.006s user 0m0.004s sys 0m0.001s 2018-10-22 10:13:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-22 10:13:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-10-22 10:13:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-10-22 10:13:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-10-22 10:13:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-22 10:13:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-22 10:13:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-10-22 10:13:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/RNY8D/install-vellum.sh 2018-10-22 10:13:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:13:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/T2P5K/start-vellum.sh 2018-10-22 10:13:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-22 10:13:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:13:03,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:13:08,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/T2P5K/start-vellum.sh 2018-10-22 10:13:08,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.12 2018-10-22 10:13:08,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-22 10:13:08,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-10-22 10:13:08,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-10-22 10:13:08,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:13:18,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:13:24,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:13:35,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:13:45,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:13:56,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:14:06,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:14:17,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:14:27,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:14:37,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:14:47,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:14:58,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:15:08,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:15:18,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:15:29,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:15:39,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:15:49,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:16:00,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:16:10,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:16:21,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:16:31,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:16:41,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:16:52,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:17:02,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-22 10:17:13,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 failed to start. waited for a 120 seconds. 2018-10-22 10:17:13,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused /tmp/T2P5K/start-vellum.sh: connect: Connection refused /tmp/T2P5K/start-vellum.sh: line 22: /dev/tcp/192.168.120.12/7000: Connection refused 2018-10-22 10:17:13,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/T2P5K/start-vellum.sh 2018-10-22 10:17:28,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 1/60] 2018-10-22 10:17:28,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/PWWSC/start-vellum.sh 2018-10-22 10:17:28,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 1/60] 2018-10-22 10:17:28,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-22 10:17:28,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.12 2018-10-22 10:17:28,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/PWWSC/start-vellum.sh 2018-10-22 10:17:28,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' [retry 1/60] 2018-10-22 10:17:28,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-10-22 10:17:28,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/PWWSC/start-vellum.sh 2018-10-22 10:17:28,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-10-22 10:17:28,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:17:28,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:17:28,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:17:28,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:17:28,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:17:28,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {u'homer_f2gi8i': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'homer-f2gi8i'}}, u'ellis': {u'ellis_akggbt': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-akggbt'}}, u'dime': {u'dime_ulymwv': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'dime-ulymwv'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'vellum': {u'vellum_hikjyo': {u'public_address': u'', u'private_address': u'192.168.120.12', u'name': u'vellum-hikjyo'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:17:28,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/B7T3F/bind.py 2018-10-22 10:17:28,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_f__Rh /etc/bind/db.clearwater.local 2018-10-22 10:17:28,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:17:28,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:17:28,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:17:33,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:17:33,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp242RaA /etc/bind/db.clearwater.opnfv 2018-10-22 10:17:33,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:17:33,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:17:33,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-10-22 10:17:33,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-10-22T10:01:06.134Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'clearwater-opnfv', u'id': u'1494f110-4ba5-4869-8e0c-085aeaf128b9'} 2018-10-22 10:17:33,950 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.211 2018-10-22 10:17:34,047 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-10-22 10:17:34,115 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-10-22 10:17:34,115 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-10-22 10:17:34,300 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-22 10:17:34,301 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-10-22 10:17:59,404 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-22 10:17:59,404 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-10-22 10:18:24,628 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-22 10:18:24,628 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-10-22 10:18:49,758 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-22 10:18:49,759 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-10-22 10:19:14,828 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-22 10:19:14,828 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-10-22 10:19:39,906 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-22 10:19:39,906 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-10-22 10:20:04,999 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-22 10:20:04,999 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-10-22 10:20:30,219 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550405@clearwater.opnfv', u'sip_username': u'6505550405', u'formatted_number': u'(650) 555-0405', u'number': u'6505550405', u'sip_uri': u'sip:6505550405@clearwater.opnfv', u'number_id': u'7948f49fce0945e2bb39164d50a1b180', u'sip_password': u'tcjBdEQVF', u'pstn': False} 2018-10-22 10:20:30,296 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-10-22 10:20:30,296 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-10-22 10:20:30,325 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-10-22 10:20:30,325 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-10-22 10:22:41,063 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550034, 6505550036) Passed Basic Call - SDP (TCP) - (6505550063, 6505550791) Passed Basic Call - Tel URIs (TCP) - (6505550980, 6505550928) Passed Basic Call - Unknown number (TCP) - (6505550249, 6505550494) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550411, 6505550636) Passed Basic Call - Messages - Pager model (TCP) - (6505550557, 6505550639) Passed Basic Call - Pracks (TCP) - (6505550973, 6505550049) Passed Basic Registration (TCP) - (6505550619) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550105, 6505550116) Passed Call Barring - Outbound Rejection (TCP) - (6505550438, 6505550824) Passed Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - (6505550362, 6505550930) Passed Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - (6505550088, 6505550657, 6505550994) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550040, 6505550764, 6505550899) Passed Call Diversion - Not reachable (408) (TCP) - (6505550372, 6505550062, 6505550975) Passed Call Diversion - Not reachable (503) (TCP) - (6505550810, 6505550324, 6505550018) Passed Call Diversion - Not reachable (500) (TCP) - (6505550379, 6505550839, 6505550664) Passed Call Diversion - Busy (TCP) - (6505550066, 6505550825, 6505550199) Passed Call Diversion - Unconditional (TCP) - (6505550336, 6505550170, 6505550542) Passed Call Diversion - No answer (TCP) - (6505550794, 6505550370, 6505550796) Passed Call Diversion - Bad target URI (TCP) - (6505550945, 6505550924) Passed Call Diversion - Audio-only call (TCP) - (6505550776, 6505550551, 6505550062, 6505550231) Passed Call Diversion - Audio-video call (TCP) - (6505550115, 6505550912, 6505550056, 6505550904) Passed Call Waiting - Accepted (TCP) - (6505550860, 6505550864, 6505550915) Passed Call Waiting - Cancelled (TCP) - (6505550448, 6505550268, 6505550753) Passed CANCEL - Mainline (TCP) - (6505550071, 6505550015) Passed Filtering - Accept-Contact (TCP) - (6505550433, 6505550244) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550157, 6505550964) Passed Filtering - Accept-Contact no match (TCP) - (6505550881, 6505550117) Passed Filtering - Accept-Contact negated match (TCP) - (6505550883, 6505550961) Passed Filtering - RFC3841 example (TCP) - (6505550050, 6505550973) Passed Filtering - Reject-Contact no match (TCP) - (6505550909, 6505550304) Passed Filtering - Reject-Contact match (TCP) - (6505550858, 6505550676) Passed Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - (6505550530) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550559) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550714) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550877) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550617, 6505550438) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550011, 6505550394) Passed GRUU - Call - only GRUU as target (TCP) - (6505550992, 6505550555) Passed GRUU - Call - AoR as target (TCP) - (6505550823, 6505550596) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550701, 6505550287) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550369, 6505550348) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550392, 6505550108) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550746, 6505550181) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550861, 6505550674) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550075, 6505550228) Passed ISC Interface - Terminating (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating (UDP AS) (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating Failed (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration - implicit registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Redirect (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - B2BUA (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided)/usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated - Call with MEMENTO_SIP= and MEMENTO_HTTP= Nonce-Count - Mainline (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Nonce-Count - Reject Re-Use (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - (6505550700) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550200) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550107) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550202, 6505550700) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550569, 6505550580) Passed Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= 0 failures out of 93 tests run 42 tests skipped 2018-10-22 10:22:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-10-22 10:22:41,191 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 10:22:41,192 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 28:13 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-22 10:22:41,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-10-22 10:22:46,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-10-22 10:22:46,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:46,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:22:46,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:22:46,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:22:46,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:22:46,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:22:46,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:22:46,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:46,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:46,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:46,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:46,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:46,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:46,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:46,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:46,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:46,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/ZEX2B/stop-bono.sh 2018-10-22 10:22:46,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/QV4DH/stop-homer.sh 2018-10-22 10:22:46,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-10-22 10:22:46,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/6JE9H/stop-sprout.sh 2018-10-22 10:22:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/FEPNW/stop-ellis.sh 2018-10-22 10:22:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/1SB3Y/stop-vellum.sh 2018-10-22 10:22:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FEPNW/stop-ellis.sh 2018-10-22 10:22:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-10-22 10:22:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6JE9H/stop-sprout.sh 2018-10-22 10:22:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/QV4DH/stop-homer.sh 2018-10-22 10:22:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/1SB3Y/stop-vellum.sh 2018-10-22 10:22:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-10-22 10:22:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZEX2B/stop-bono.sh 2018-10-22 10:22:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-10-22 10:22:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-10-22 10:22:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-22 10:22:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-22 10:22:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-10-22 10:22:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-10-22 10:22:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/FEPNW/stop-ellis.sh 2018-10-22 10:22:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/LTHS5/stop-dime.sh 2018-10-22 10:22:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LTHS5/stop-dime.sh 2018-10-22 10:22:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/LTHS5/stop-dime.sh 2018-10-22 10:22:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/QV4DH/stop-homer.sh 2018-10-22 10:22:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/1SB3Y/stop-vellum.sh 2018-10-22 10:22:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-10-22 10:22:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/IHKJN/bind.py 2018-10-22 10:22:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:22:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ORBKW/bind.py 2018-10-22 10:22:51,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:22:51,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:22:51,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:22:51,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:22:51,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:22:51,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:22:51,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:22:51,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpbs6owR /etc/bind/db.clearwater.local 2018-10-22 10:22:51,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:22:51,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_ulymwv': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'dime-ulymwv'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'vellum': {u'vellum_hikjyo': {u'public_address': u'', u'private_address': u'192.168.120.12', u'name': u'vellum-hikjyo'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:22:51,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:22:51,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0_ljYe /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {u'homer_f2gi8i': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'homer-f2gi8i'}}, u'ellis': {}, u'dime': {u'dime_ulymwv': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'dime-ulymwv'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'vellum': {u'vellum_hikjyo': {u'public_address': u'', u'private_address': u'192.168.120.12', u'name': u'vellum-hikjyo'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:22:51,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/6GAZO/bind.py 2018-10-22 10:22:51,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/IHKJN/bind.py 2018-10-22 10:22:51,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/EWC9N/bind.py 2018-10-22 10:22:51,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:22:51,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:22:51,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:22:51,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkB4AQS /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:22:51,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_ulymwv': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'dime-ulymwv'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'vellum': {}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:22:51,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxe2KCc /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZLlyJU /etc/bind/db.clearwater.local 2018-10-22 10:22:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:22:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:22:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:22:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHr1fHF /etc/bind/db.clearwater.local 2018-10-22 10:22:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_ulymwv': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'dime-ulymwv'}}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'vellum': {u'vellum_hikjyo': {u'public_address': u'', u'private_address': u'192.168.120.12', u'name': u'vellum-hikjyo'}}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:22:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:22:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:22:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:22:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:22:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:22:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpQKgPct /etc/bind/db.clearwater.local 2018-10-22 10:22:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:22:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:22:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:22:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:22:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hz5sz0': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'sprout-hz5sz0'}}, u'vellum': {}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:22:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppD85DJ /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:22:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:22:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:22:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:57,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:22:57,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:22:57,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:22:57,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:57,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:22:57,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:57,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:57,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:57,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-22 10:22:57,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Y3BO4/remove-cluster-node.sh 2018-10-22 10:22:57,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-22 10:22:57,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/PHSGH/remove-cluster-node.sh 2018-10-22 10:22:57,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/PHSGH/remove-cluster-node.sh 2018-10-22 10:22:57,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/Y3BO4/remove-cluster-node.sh 2018-10-22 10:22:57,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/AA4ZI/remove-cluster-node.sh 2018-10-22 10:22:57,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/AA4ZI/remove-cluster-node.sh 2018-10-22 10:22:57,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/K2INL/remove-cluster-node.sh 2018-10-22 10:22:57,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/K2INL/remove-cluster-node.sh 2018-10-22 10:22:57,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:57,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:57,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-22 10:22:57,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/6JE9H/stop-sprout.sh 2018-10-22 10:22:57,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-22 10:22:57,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-22 10:22:57,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:57,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:57,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:22:57,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:22:57,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_gtdx8e': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.11', u'name': u'bono-gtdx8e'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:22:57,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/YJ2Y6/bind.py 2018-10-22 10:22:57,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:22:57,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:22:57,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:22:57,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpOuVata /etc/bind/db.clearwater.local 2018-10-22 10:22:57,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:22:57,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:22:57,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:57,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:22:57,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpgYAsad /etc/bind/db.clearwater.opnfv 2018-10-22 10:22:57,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:22:57,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:22:57,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:22:57,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/8APTN/remove-cluster-node.sh 2018-10-22 10:22:57,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8APTN/remove-cluster-node.sh 2018-10-22 10:22:57,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-22 10:22:57,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/PHSGH/remove-cluster-node.sh 2018-10-22 10:22:57,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:22:57,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/AA4ZI/remove-cluster-node.sh 2018-10-22 10:22:57,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:22:57,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:23:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:23:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-22 10:23:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:23:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Y3BO4/remove-cluster-node.sh 2018-10-22 10:23:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:23:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:23:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-22 10:23:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-22 10:23:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:23:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_fu13dd 2018-10-22 10:23:02,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:02,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:02,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-22 10:23:02,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:02,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:07,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:07,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:07,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:23:07,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_rpu15r 2018-10-22 10:23:07,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-22 10:23:07,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:07,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:07,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:23:07,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:07,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:07,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:07,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:23:07,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:07,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:07,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:23:07,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:07,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_fu13dd 2018-10-22 10:23:07,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:07,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_f4ypzm 2018-10-22 10:23:07,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_fu13dd stop 2018-10-22 10:23:12,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:23:12,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_rpu15r stop 2018-10-22 10:23:12,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_rpu15r 2018-10-22 10:23:12,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_fu13dd 2018-10-22 10:23:12,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:12,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:12,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:12,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:23:12,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:23:12,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:23:12,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:12,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:23:12,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_fu13dd 2018-10-22 10:23:12,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:23:12,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_rpu15r 2018-10-22 10:23:12,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:12,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:23:12,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:12,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:23:12,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:23:12,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_f4ypzm 2018-10-22 10:23:12,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_rpu15r 2018-10-22 10:23:12,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_f4ypzm stop 2018-10-22 10:23:12,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:12,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:12,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:12,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:23:12,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:23:12,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:12,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:23:12,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:12,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:23:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_f4ypzm 2018-10-22 10:23:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:23:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:23:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:23:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:23:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:23:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_f4ypzm 2018-10-22 10:23:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:23:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:23:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/8APTN/remove-cluster-node.sh 2018-10-22 10:23:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:23:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:18,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:18,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:23:18,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:23:18,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:23,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:23,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:23,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:23,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-22 10:23:23,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-22 10:23:23,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:23,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:23,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:23,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:23:23,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:23:23,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:23:23,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:23,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:23,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:23,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:28,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:28,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:28,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_p0u2np 2018-10-22 10:23:28,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:28,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:28,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:23:28,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:28,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:23:28,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:23:28,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:28,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:23:28,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:28,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:28,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:23:28,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:28,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:28,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:23:28,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1426c133-c2ca-48d1-8f1b-2ce79f460dc3" to be deleted. current status: SHUTOFF 2018-10-22 10:23:28,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_p0u2np stop 2018-10-22 10:23:28,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_p0u2np 2018-10-22 10:23:33,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:23:33,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:23:33,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:33,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:33,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_p0u2np 2018-10-22 10:23:33,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:23:33,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:23:33,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_p0u2np 2018-10-22 10:23:33,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:23:33,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:23:33,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:23:33,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:23:33,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:23:33,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c1cb9489-ab83-49fe-926b-29e6efb82699" to be deleted. current status: SHUTOFF 2018-10-22 10:23:33,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:39,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:39,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:23:39,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:39,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:23:39,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:39,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:23:39,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:39,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:23:39,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:23:39,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:39,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:23:39,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:23:39,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:23:39,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:23:39,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "529933b6-5eac-4da3-867c-90f30601a5fb" to be deleted. current status: SHUTOFF 2018-10-22 10:23:39,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:23:39,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:44,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:44,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:23:44,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:23:44,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:23:44,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:44,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:44,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:44,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:23:44,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:23:44,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:44,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:23:49,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-22 10:23:49,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-22 10:23:49,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:49,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:23:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-22 10:23:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:23:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:23:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:23:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-22 10:23:49,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:49,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:54,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:23:54,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:23:54,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:23:54,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:23:54,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:23:59,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "e0eb5d73-956b-4d41-ae55-e1dfa6f11b06" to be deleted. current status: SHUTOFF 2018-10-22 10:24:04,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:24:04,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:24:04,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:24:04,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:24:04,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:24:04,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:24:04,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:24:51,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/K2INL/remove-cluster-node.sh 2018-10-22 10:24:51,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:24:51,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:24:51,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-22 10:24:51,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:24:51,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-22 10:24:51,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:24:51,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:24:57,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:24:57,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:24:57,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:24:57,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:24:57,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_uwuy08 2018-10-22 10:24:57,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:24:57,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:25:02,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:25:02,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_uwuy08 2018-10-22 10:25:02,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_uwuy08 stop 2018-10-22 10:25:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:25:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:25:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:25:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_uwuy08 2018-10-22 10:25:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:25:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:25:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:25:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_uwuy08 2018-10-22 10:25:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:25:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:25:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:25:07,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:25:07,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:25:07,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:25:12,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:25:12,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:25:12,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:25:17,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:25:17,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:25:17,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:25:17,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:25:17,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:25:17,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "a7370d63-cb39-4f3e-aeaa-e880443a6094" to be deleted. current status: SHUTOFF 2018-10-22 10:25:22,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:25:27,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:25:27,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:25:27,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:25:27,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:25:27,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:25:27,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:25:48,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/ZEX2B/stop-bono.sh 2018-10-22 10:25:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-10-22 10:25:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:25:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:25:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-22 10:25:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/OX7XY/bind.py 2018-10-22 10:25:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-22 10:25:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxb1LP4 /etc/bind/db.clearwater.opnfv 2018-10-22 10:25:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-22 10:25:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-22 10:25:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-22 10:25:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-22 10:25:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-22 10:25:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-22 10:25:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpYiIFFe /etc/bind/db.clearwater.local 2018-10-22 10:25:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-22 10:25:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-22 10:25:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A2UNU/remove-cluster-node.sh 2018-10-22 10:25:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/A2UNU/remove-cluster-node.sh 2018-10-22 10:25:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:25:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-22 10:25:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-22 10:25:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-22 10:26:09,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/A2UNU/remove-cluster-node.sh 2018-10-22 10:26:09,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 37e4ffab1df977d5: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.11:4000 has no leader ; error #1: client: etcd member http://192.168.120.5:4000 has no leader ; error #2: client: endpoint http://192.168.120.13:4000 exceeded header timeout 2018-10-22 10:26:09,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:09,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:09,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-22 10:26:09,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:26:09,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-22 10:26:09,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:09,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:09,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:09,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:26:09,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:09,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:09,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:09,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:09,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:09,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:09,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:09,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_ve75pu 2018-10-22 10:26:09,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:09,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:26:09,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-22 10:26:09,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-22 10:26:09,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-22 10:26:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:26:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-22 10:26:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_uor69p 2018-10-22 10:26:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:26:14,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:14,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_ve75pu 2018-10-22 10:26:14,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_ve75pu stop 2018-10-22 10:26:14,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:26:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_ve75pu 2018-10-22 10:26:14,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:14,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:19,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:26:19,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_uor69p stop 2018-10-22 10:26:19,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_ve75pu 2018-10-22 10:26:19,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_uor69p 2018-10-22 10:26:19,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:26:19,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:26:19,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:19,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:26:19,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:19,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_uor69p 2018-10-22 10:26:19,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:26:19,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:19,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:26:19,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:26:19,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:19,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:26:19,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_uor69p 2018-10-22 10:26:19,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5956) 2018-10-22 10:26:19,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:26:19,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:19,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:26:19,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:19,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:26:19,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:19,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-22 10:26:19,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:19,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:26:19,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:19,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-22 10:26:19,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:26:24,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_wyi7bw 2018-10-22 10:26:24,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:24,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:26:24,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:26:24,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:26:24,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-22 10:26:24,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-22 10:26:24,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_wyi7bw stop 2018-10-22 10:26:24,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_wyi7bw 2018-10-22 10:26:24,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:24,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:24,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:24,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:26:24,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:24,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-22 10:26:30,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_wyi7bw 2018-10-22 10:26:30,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-22 10:26:30,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-22 10:26:30,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:30,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:30,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-22 10:26:30,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_wyi7bw 2018-10-22 10:26:30,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-22 10:26:30,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:26:30,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:26:30,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-22 10:26:30,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:35,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:35,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-22 10:26:35,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:35,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:26:35,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:26:35,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:35,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:26:35,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:35,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:35,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:35,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "549afa86-5dda-4163-9366-31a50cd4e09a" to be deleted. current status: ACTIVE 2018-10-22 10:26:35,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:40,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:40,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:40,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:40,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:26:40,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:26:40,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:40,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:26:40,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "549afa86-5dda-4163-9366-31a50cd4e09a" to be deleted. current status: ACTIVE 2018-10-22 10:26:40,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-22 10:26:40,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "2211176c-4524-4c0d-a255-de8afedcdfde" to be deleted. current status: SHUTOFF 2018-10-22 10:26:45,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-22 10:26:45,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:26:45,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:45,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:26:45,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "2f231267-b80f-48e9-8c15-5ede39aebb9d" to be deleted. current status: SHUTOFF 2018-10-22 10:26:45,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:26:45,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:26:51,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:51,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:51,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-22 10:26:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:26:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-22 10:26:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:26:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-22 10:26:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:26:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:26:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-22 10:26:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-22 10:26:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-22 10:26:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:26:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-22 10:26:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:26:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-22 10:26:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:26:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-22 10:26:51,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:26:56,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:26:56,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-22 10:26:56,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-22 10:26:56,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:26:56,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:26:56,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-10-22 10:26:56,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-22 10:26:56,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:26:56,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-22 10:26:56,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-22 10:26:56,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:26:56,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:26:56,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:26:56,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-10-22 10:26:56,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-22 10:27:21,813 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-10-22 10:27:22,872 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', 'id': u'cefbe496f6e845ee84342dc45433a306', 'description': u'Created by OPNFV Functest: vyos_vrouter', '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-10-22 10:27:23,338 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cc999f8821894c6c8c60cc36cb8bd467', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_05eda296-d9c3-4206-9a57-d1a0da55c388'}) 2018-10-22 10:27:23,506 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 10:27:23,693 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/8db48ef155b142d785e33a9cb73c2f00'}, 'domain_id': None, 'human_id': None, 'id': u'8db48ef155b142d785e33a9cb73c2f00', 'HUMAN_ID': False}) 2018-10-22 10:27:24,279 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', 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': '0425a375-2127-43fa-9722-098889d2eee3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vyos_vrouter-user_05eda296-d9c3-4206-9a57-d1a0da55c388', 'project_id': u'cefbe496f6e845ee84342dc45433a306', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 10:27:24,285 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_05eda296-d9c3-4206-9a57-d1a0da55c388', 'password': '0425a375-2127-43fa-9722-098889d2eee3', 'project_name': 'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'cefbe496f6e845ee84342dc45433a306', 'project_domain_name': 'Default'} 2018-10-22 10:27:24,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-10-22 10:27:24,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-10-22 10:27:24,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-10-22 10:27:24,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-10-22 10:27:24,422 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-10-22 10:27:25,354 - 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-10-22T10:27:25Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1dbd3a9f-9d73-4bec-bbfb-7d8b4c891cc9', u'provider:segmentation_id': 58, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vyos_vrouter-net_05eda296-d9c3-4206-9a57-d1a0da55c388', u'created_at': u'2018-10-22T10:27:24Z', u'mtu': 1450, u'tenant_id': u'cefbe496f6e845ee84342dc45433a306', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cefbe496f6e845ee84342dc45433a306'}) 2018-10-22 10:27:26,840 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T10:27:26Z', 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'1e519146-955c-487b-bb5d-abc936170176', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_05eda296-d9c3-4206-9a57-d1a0da55c388', u'enable_dhcp': True, u'network_id': u'1dbd3a9f-9d73-4bec-bbfb-7d8b4c891cc9', u'tenant_id': u'cefbe496f6e845ee84342dc45433a306', u'created_at': u'2018-10-22T10:27:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cefbe496f6e845ee84342dc45433a306'}) 2018-10-22 10:27:31,886 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T10:27:28Z', u'revision_number': 3, u'id': u'1ba5f731-2cc7-41a9-8c41-40dc6e29c455', u'external_gateway_info': {u'network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'53fb6b01-2f77-471b-b63c-7120427c7852', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_05eda296-d9c3-4206-9a57-d1a0da55c388', u'admin_state_up': True, u'tenant_id': u'cefbe496f6e845ee84342dc45433a306', u'created_at': u'2018-10-22T10:27:27Z', u'flavor_id': None, u'routes': [], u'project_id': u'cefbe496f6e845ee84342dc45433a306'}) 2018-10-22 10:29:11,544 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/3896fed7-ce7c-41c8-9ba0-662f0186b58a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3896fed7-ce7c-41c8-9ba0-662f0186b58a/file', 'owner': u'cefbe496f6e845ee84342dc45433a306', 'id': u'3896fed7-ce7c-41c8-9ba0-662f0186b58a', 'size': 4373348352, u'self': u'/v2/images/3896fed7-ce7c-41c8-9ba0-662f0186b58a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cefbe496f6e845ee84342dc45433a306', 'name': 'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/3896fed7-ce7c-41c8-9ba0-662f0186b58a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T10:29:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T10:29:10Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_05eda296-d9c3-4206-9a57-d1a0da55c388', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/3896fed7-ce7c-41c8-9ba0-662f0186b58a', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_05eda296-d9c3-4206-9a57-d1a0da55c388', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_05eda296-d9c3-4206-9a57-d1a0da55c388', 'created': u'2018-10-22T10:27:57Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-22T10:27:57Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3896fed7-ce7c-41c8-9ba0-662f0186b58a', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_05eda296-d9c3-4206-9a57-d1a0da55c388', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-22 10:29:11,721 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_05eda296-d9c3-4206-9a57-d1a0da55c388', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f281155a378b4c45907df4c470833e42', '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': 40, 'id': u'7379fc69-391f-4af2-bbac-de94e3e4e2d4', 'swap': 0}) 2018-10-22 10:29:12,014 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDurFTy7c0FNEcPLZ54c5Bk42HZiZoAkxMDPQMKX1IwjzChfPMS3uYwr/SUHLQ7EWGIwZ8g735zQs2LxFEzHIpgt+nZdA1FhSqjBmKkcPdBCVOmU8yTkh8+ORHiqVtmJIuoXa7uUs7WhPWmj6+vm20ln4TfvdYmcL3+mQVoT7xa7tcX/zlkCiht+La5v0dtEOCl5DNrxS3WlWK9roPIp8vcerh7bZ894ppbvrXKGVjKhvTM4wrXs/T/MHchBVYj7aQvwrHCwXmQWgit7+OBefp7lNcJXbLgxhpzfu9aOHTpFHxokZePy6IEBS4h+TsyxXL64h3KodfIbFZ2u8sRbhJH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7qxU8u3NBTRHDy2eeHOQZONh2YmaAJMTAz0DCl9SMI8woXzz\nEt7mMK/0lBy0OxFhiMGfIO9+c0LNi8RRMxyKYLfp2XQNRYUqowZipHD3QQlTplPM\nk5IfPjkR4qlbZiSLqF2u7lLO1oT1po+vr5ttJZ+E373WJnC9/pkFaE+8Wu7XF/85\nZAoobfi2ub9HbRDgpeQza8Ut1pViva6DyKfL3Hq4e22fPeKaW761yhlYyob0zOMK\n17P0/zB3IQVWI+2kL8KxwsF5kFoIre/jgXn6e5TXCV2y4MYac37vWjh06RR8aJGX\nj8uiBAUuIfk7MsVy+uIdyqHXyGxWdrvLEW4SRwIDAQABAoIBAH5aP1KoL9ysc14G\nsZlk3LF8awXmQeBB/FO/jgeEtRc+BunHI0v/Mu/dhuaOV5/ZsL/ceSjPgSr116lB\nkhcz6dIQKz3SoWAHgq3xqHET2OHWVTF9tZT+S4n+XoiXTerCOCk3B2/l6NhKZV37\nPXADIYJEc+ybLG8HSp4pVmKFq9qbBv9liRNKHPkgaf18Fn3JDe8DwEAH5WwUTc1L\nLlF2AKohCvyT77PDh4J/BjPZqn63ge30LkTBTKkUSmC5D9wz/VZV80vfr7dofFTs\nwxWKQqzBp3wq0sZs97KlQIiFUJHQl56HXwJBC/WXLDVfa7SYTRfFe4RCU8wUv38k\nfs9+TEkCgYEA/EzhTDQ/jGv+r/zviHqBSFAQLdP0egCh0hER/pzA6NUETn1G2UUK\nbW6lItPfmHna8q29SZ3Uj/RSqNC/ZLepIw0Vf+JcWp4xrFbnqTYQ7IMG0MB2lEel\nn3Ez/hdvXQ4cTKXVhFFGo7p9qVAejyvklvbsqch3ISfRf4pUoCyZNB0CgYEA8ixL\n2s7T/FN0nP7sTRqwYzdhDd20QTPFq9SWtW/9Nqg1Cfaajlb4qVBtLPf0AZze21JY\nvx3DbyX35KnHkreCFQWjwqVK7CxWGFfhRq5VH5klsmvNHik13Nv2HAlFREfl+ReD\nwgI+UdSKeqfIw3nUS8dCIRji/FobFv/4l6ljirMCgYEA5LaE3mHW4eLchIkUU3JK\nVFVP9VtZGmgMSbPzzg4nymmgd86VNUyjAUT2KjZLUZvVYX0iROPw13ayoBpsBk9/\n4ihwPvfipLsXaJV3eCts+BpnSUHPvOeeOoWSjlqMN50dBlam0kYjdTUPyTa6HSu7\nEydQrzDs3X+NKMMrp/AGCfkCgYAaJbY69cHlqI0atluFJ7CLxdrwyFNCBvj8yINN\nK75HPHodjUa6v6ExhsGC7XKnCez1+TojyG7lfU/6nGoz6SReaLF5vqcMQO06y6JD\nI2eFdd+gGAuZihGKuyUjeczExo6KCoPrWpqn8y7Qd3UxxeGqHOWC9VDstj3eidyp\nY1ygCQKBgQChOnfmNH3W5e/6rGvGs76M7lWFPuPOtrb65IzXMcwgSvYeJ4kILUww\n9H7YlNg1sLXRStMerHOQaiT/OVuJPIhHXM+7VbB9nYaTe+8AM+eYAEYk70Pu57HA\nUsTFEcoQZsObHQ5cnm32PKmZlzTrfB1NsD4qMTjXYly99ZPtPM0kjw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'cc999f8821894c6c8c60cc36cb8bd467', 'name': u'vyos_vrouter-kp_05eda296-d9c3-4206-9a57-d1a0da55c388', 'created_at': '2018-10-22T10:29:12.013967', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cefbe496f6e845ee84342dc45433a306', 'name': 'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'94:ca:71:8c:a9:c5:32:7a:63:2c:7a:88:dc:d8:72:d8', 'type': 'ssh', 'id': u'vyos_vrouter-kp_05eda296-d9c3-4206-9a57-d1a0da55c388'}) 2018-10-22 10:29:12,014 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA7qxU8u3NBTRHDy2eeHOQZONh2YmaAJMTAz0DCl9SMI8woXzz Et7mMK/0lBy0OxFhiMGfIO9+c0LNi8RRMxyKYLfp2XQNRYUqowZipHD3QQlTplPM k5IfPjkR4qlbZiSLqF2u7lLO1oT1po+vr5ttJZ+E373WJnC9/pkFaE+8Wu7XF/85 ZAoobfi2ub9HbRDgpeQza8Ut1pViva6DyKfL3Hq4e22fPeKaW761yhlYyob0zOMK 17P0/zB3IQVWI+2kL8KxwsF5kFoIre/jgXn6e5TXCV2y4MYac37vWjh06RR8aJGX j8uiBAUuIfk7MsVy+uIdyqHXyGxWdrvLEW4SRwIDAQABAoIBAH5aP1KoL9ysc14G sZlk3LF8awXmQeBB/FO/jgeEtRc+BunHI0v/Mu/dhuaOV5/ZsL/ceSjPgSr116lB khcz6dIQKz3SoWAHgq3xqHET2OHWVTF9tZT+S4n+XoiXTerCOCk3B2/l6NhKZV37 PXADIYJEc+ybLG8HSp4pVmKFq9qbBv9liRNKHPkgaf18Fn3JDe8DwEAH5WwUTc1L LlF2AKohCvyT77PDh4J/BjPZqn63ge30LkTBTKkUSmC5D9wz/VZV80vfr7dofFTs wxWKQqzBp3wq0sZs97KlQIiFUJHQl56HXwJBC/WXLDVfa7SYTRfFe4RCU8wUv38k fs9+TEkCgYEA/EzhTDQ/jGv+r/zviHqBSFAQLdP0egCh0hER/pzA6NUETn1G2UUK bW6lItPfmHna8q29SZ3Uj/RSqNC/ZLepIw0Vf+JcWp4xrFbnqTYQ7IMG0MB2lEel n3Ez/hdvXQ4cTKXVhFFGo7p9qVAejyvklvbsqch3ISfRf4pUoCyZNB0CgYEA8ixL 2s7T/FN0nP7sTRqwYzdhDd20QTPFq9SWtW/9Nqg1Cfaajlb4qVBtLPf0AZze21JY vx3DbyX35KnHkreCFQWjwqVK7CxWGFfhRq5VH5klsmvNHik13Nv2HAlFREfl+ReD wgI+UdSKeqfIw3nUS8dCIRji/FobFv/4l6ljirMCgYEA5LaE3mHW4eLchIkUU3JK VFVP9VtZGmgMSbPzzg4nymmgd86VNUyjAUT2KjZLUZvVYX0iROPw13ayoBpsBk9/ 4ihwPvfipLsXaJV3eCts+BpnSUHPvOeeOoWSjlqMN50dBlam0kYjdTUPyTa6HSu7 EydQrzDs3X+NKMMrp/AGCfkCgYAaJbY69cHlqI0atluFJ7CLxdrwyFNCBvj8yINN K75HPHodjUa6v6ExhsGC7XKnCez1+TojyG7lfU/6nGoz6SReaLF5vqcMQO06y6JD I2eFdd+gGAuZihGKuyUjeczExo6KCoPrWpqn8y7Qd3UxxeGqHOWC9VDstj3eidyp Y1ygCQKBgQChOnfmNH3W5e/6rGvGs76M7lWFPuPOtrb65IzXMcwgSvYeJ4kILUww 9H7YlNg1sLXRStMerHOQaiT/OVuJPIhHXM+7VbB9nYaTe+8AM+eYAEYk70Pu57HA UsTFEcoQZsObHQ5cnm32PKmZlzTrfB1NsD4qMTjXYly99ZPtPM0kjw== -----END RSA PRIVATE KEY----- 2018-10-22 10:32:01,444 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_05eda296-d9c3-4206-9a57-d1a0da55c388': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5f:ed:9e', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3896fed7-ce7c-41c8-9ba0-662f0186b58a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T10:31:59.000000', 'flavor': Munch({u'id': u'7379fc69-391f-4af2-bbac-de94e3e4e2d4'}), 'az': u'nova', 'id': u'296b7e47-e823-4b61-a5d6-f2c805ee5847', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_05eda296-d9c3-4206-9a57-d1a0da55c388'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cc999f8821894c6c8c60cc36cb8bd467', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cefbe496f6e845ee84342dc45433a306', 'name': 'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', '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-10-22T10:31:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T10:31:59Z', 'hostId': u'bba9580e7a52a8db380321b693197067f069a038295dbdc8ee6f8837', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_05eda296-d9c3-4206-9a57-d1a0da55c388', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'bba9580e7a52a8db380321b693197067f069a038295dbdc8ee6f8837', '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-10-22T10:31:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cefbe496f6e845ee84342dc45433a306', 'name': u'vyos_vrouter-vm_05eda296-d9c3-4206-9a57-d1a0da55c388', 'adminPass': u'hwjzPg97dv8G', 'tenant_id': u'cefbe496f6e845ee84342dc45433a306', 'region': 'regionOne', 'created': u'2018-10-22T10:29:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 10:32:04,244 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'1ba5f731-2cc7-41a9-8c41-40dc6e29c455', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'cefbe496f6e845ee84342dc45433a306', 'created_at': u'2018-10-22T10:32:02Z', 'attached': True, 'updated_at': u'2018-10-22T10:32:02Z', 'id': u'3ca5d05f-0857-490e-b284-abd23fe3a25f', 'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cefbe496f6e845ee84342dc45433a306', 'name': 'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'1ba5f731-2cc7-41a9-8c41-40dc6e29c455', 'project_id': u'cefbe496f6e845ee84342dc45433a306', 'port_id': u'6ad7e3ed-6445-484d-b5db-4ce4379f4c17', 'port': u'6ad7e3ed-6445-484d-b5db-4ce4379f4c17', 'network': u'd8029335-a52b-439d-95d9-1488b78e0214'}) 2018-10-22 10:32:07,037 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1902518883 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.306425] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491908) [ 0.308651] pid_max: default: 32768 minimum: 301 [ 0.309863] Security Framework initialized [ 0.310942] SELinux: Initializing. [ 0.312189] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.316213] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.319145] Mount-cache hash table entries: 4096 [ 0.320590] Initializing cgroup subsys memory [ 0.321752] Initializing cgroup subsys devices [ 0.322908] Initializing cgroup subsys freezer [ 0.324034] Initializing cgroup subsys net_cls [ 0.325147] Initializing cgroup subsys blkio [ 0.326281] Initializing cgroup subsys perf_event [ 0.327451] Initializing cgroup subsys hugetlb [ 0.328634] Initializing cgroup subsys pids [ 0.329744] Initializing cgroup subsys net_prio [ 0.331018] CPU: Physical Processor ID: 0 [ 0.332803] mce: CPU supports 10 MCE banks [ 0.333909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.336525] tlb_flushall_shift: 6 [ 0.337687] Freeing SMP alternatives: 28k freed [ 0.341636] ACPI: Core revision 20130517 [ 0.343099] ACPI: All ACPI Tables successfully acquired [ 0.344540] ftrace: allocating 25812 entries in 101 pages [ 0.366487] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.367958] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.369414] smpboot: Max logical packages: 2 [ 0.370683] Enabling x2apic [ 0.371568] Enabled x2apic [ 0.372627] Switched APIC routing to physical x2apic. [ 0.374773] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.376243] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.378830] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.386192] KVM setup paravirtual spinlock [ 0.388436] smpboot: Booting Node 0, Processors #1 OK [ 0.390052] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.411743] Brought up 2 CPUs [ 0.411745] KVM setup async PF for cpu 1 [ 0.411748] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.414907] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.416978] devtmpfs: initialized [ 0.419797] EVM: security.selinux [ 0.420787] EVM: security.ima [ 0.421707] EVM: security.capability [ 0.423349] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.424865] pinctrl core: initialized pinctrl subsystem [ 0.426257] NET: Registered protocol family 16 [ 0.427578] ACPI: bus type PCI registered [ 0.428672] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.430182] PCI: Using configuration type 1 for base access [ 0.434836] ACPI: Added _OSI(Module Device) [ 0.435956] ACPI: Added _OSI(Processor Device) [ 0.437086] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.438241] ACPI: Added _OSI(Processor Aggregator Device) [ 0.441018] ACPI: Interpreter enabled [ 0.442054] ACPI: (supports S0 S5) [ 0.443012] ACPI: Using IOAPIC for interrupt routing [ 0.444210] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.448048] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.449436] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.451053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.452506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.455203] acpiphp: Slot [3] registered [ 0.456260] acpiphp: Slot [4] registered [ 0.457317] acpiphp: Slot [5] registered [ 0.458374] acpiphp: Slot [6] registered [ 0.459424] acpiphp: Slot [7] registered [ 0.460473] acpiphp: Slot [8] registered [ 0.461525] acpiphp: Slot [9] registered [ 0.462576] acpiphp: Slot [10] registered [ 0.463642] acpiphp: Slot [11] registered [ 0.464705] acpiphp: Slot [12] registered [ 0.465774] acpiphp: Slot [13] registered [ 0.466841] acpiphp: Slot [14] registered [ 0.467905] acpiphp: Slot [15] registered [ 0.468969] acpiphp: Slot [16] registered [ 0.470040] acpiphp: Slot [17] registered [ 0.471103] acpiphp: Slot [18] registered [ 0.472162] acpiphp: Slot [19] registered [ 0.473226] acpiphp: Slot [20] registered [ 0.474288] acpiphp: Slot [21] registered [ 0.475346] acpiphp: Slot [22] registered [ 0.476405] acpiphp: Slot [23] registered [ 0.477465] acpiphp: Slot [24] registered [ 0.478528] acpiphp: Slot [25] registered [ 0.479595] acpiphp: Slot [26] registered [ 0.480663] acpiphp: Slot [27] registered [ 0.481727] acpiphp: Slot [28] registered [ 0.482789] acpiphp: Slot [29] registered [ 0.483850] acpiphp: Slot [30] registered [ 0.484913] acpiphp: Slot [31] registered [ 0.485970] PCI host bridge to bus 0000:00 [ 0.487036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.488298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.489746] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.491203] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.493161] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.500996] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.502543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.503958] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.505454] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.512216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.514153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563513] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565281] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.568254] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.569942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.571586] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.573137] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.574630] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.576686] vgaarb: loaded [ 0.577546] vgaarb: bridge control possible 0000:00:02.0 [ 0.578889] SCSI subsystem initialized [ 0.579934] ACPI: bus type USB registered [ 0.581003] usbcore: registered new interface driver usbfs [ 0.582282] usbcore: registered new interface driver hub [ 0.583552] usbcore: registered new device driver usb [ 0.584865] PCI: Using ACPI for IRQ routing [ 0.586198] NetLabel: Initializing [ 0.587173] NetLabel: domain hash size = 128 [ 0.588270] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589484] NetLabel: unlabeled traffic allowed by default [ 0.590850] Switched to clocksource kvm-clock [ 0.598125] pnp: PnP ACPI init [ 0.599067] ACPI: bus type PNP registered [ 0.600443] pnp: PnP ACPI: found 5 devices [ 0.601528] ACPI: bus type PNP unregistered [ 0.608609] NET: Registered protocol family 2 [ 0.609967] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.612104] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.613829] TCP: Hash tables configured (established 32768 bind 32768) [ 0.615340] TCP: reno registered [ 0.616291] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617690] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619246] NET: Registered protocol family 1 [ 0.620433] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.621823] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.623188] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.643098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.662737] Unpacking initramfs... [ 1.059059] Freeing initrd memory: 37508k freed [ 1.068271] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.069845] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.079043] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.080497] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.082136] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.083565] Initialise system trusted keyring [ 1.084726] audit: initializing netlink socket (disabled) [ 1.086024] type=2000 audit(1540204322.415:1): initialized [ 1.102498] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.103954] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.106450] zpool: loaded [ 1.107337] zbud: loaded [ 1.108317] VFS: Disk quotas dquot_6.5.2 [ 1.109416] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.110970] msgmni has been set to 7578 [ 1.112075] Key type big_key registered [ 1.113644] NET: Registered protocol family 38 [ 1.114817] Key type asymmetric registered [ 1.115930] Asymmetric key parser 'x509' registered [ 1.117159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.119183] io scheduler noop registered [ 1.120320] io scheduler deadline registered (default) [ 1.122220] io scheduler cfq registered [ 1.123958] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.137513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.139978] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.142675] ACPI: Power Button [PWRF] [ 1.144010] GHES: HEST is not enabled! [ 1.145319] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.170035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.171929] Non-volatile memory driver v1.3 [ 1.173305] Linux agpgart interface v0.103 [ 1.174735] crash memory driver: version 1.1 [ 1.176182] rdac: device handler registered [ 1.177590] hp_sw: device handler registered [ 1.178979] emc: device handler registered [ 1.180325] alua: device handler registered [ 1.181708] libphy: Fixed MDIO Bus: probed [ 1.183089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.184965] ehci-pci: EHCI PCI platform driver [ 1.186393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.188181] ohci-pci: OHCI PCI platform driver [ 1.189598] uhci_hcd: USB Universal Host Controller Interface driver [ 1.209993] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.211616] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.214042] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.215601] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.217325] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.219208] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.221656] usb usb1: Product: UHCI Host Controller [ 1.223132] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.225066] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226528] hub 1-0:1.0: USB hub found [ 1.227810] hub 1-0:1.0: 2 ports detected [ 1.229229] usbcore: registered new interface driver usbserial [ 1.231009] usbcore: registered new interface driver usbserial_generic [ 1.232879] usbserial: USB Serial support registered for generic [ 1.234682] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.237911] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.239175] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.240493] mousedev: PS/2 mouse device common for all mice [ 1.242053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.244742] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.246964] rtc_cmos 00:00: RTC can wake from S4 [ 1.247200] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.251399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.253235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255082] cpuidle: using governor menu [ 1.256398] hidraw: raw HID events driver (C) Jiri Kosina [ 1.258039] usbcore: registered new interface driver usbhid [ 1.259658] usbhid: USB HID core driver [ 1.260939] drop_monitor: Initializing network drop monitor service [ 1.262739] TCP: cubic registered [ 1.263905] Initializing XFRM netlink socket [ 1.265306] NET: Registered protocol family 10 [ 1.266930] NET: Registered protocol family 17 [ 1.268498] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.269858] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.271599] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.274438] Loading compiled-in X.509 certificates [ 1.275952] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.278676] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.281399] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.283733] registered taskstats version 1 [ 1.286306] Key type trusted registered [ 1.288525] Key type encrypted registered [ 1.290736] IMA: No TPM chip found, activating TPM-bypass! [ 1.292401] rtc_cmos 00:00: setting system clock to 2018-10-22 10:32:02 UTC (1540204322) [ 1.295105] Freeing unused kernel memory: 1680k freed [ 1.299314] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.303338] systemd[1]: Detected virtualization kvm. [ 1.304576] systemd[1]: Detected architecture x86-64. [ 1.305808] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.308103] systemd[1]: No hostname configured. [ 1.309278] systemd[1]: Set hostname to . [ 1.310551] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.331651] systemd[1]: Created slice Root Slice. [ 1.332863] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.334837] systemd[1]: Listening on udev Control Socket. [ 1.336137] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Swap. [ 1.338093] systemd[1]: Reached target Swap. [ 1.339223] systemd[1]: Starting Swap. [ 1.340303] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.342387] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.345295] systemd[1]: Reached target Local File Systems. [ 1.346585] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.348611] systemd[1]: Listening on udev Kernel Socket. [ 1.349894] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Timers. [ 1.351841] systemd[1]: Reached target Timers. [ 1.352998] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.354876] systemd[1]: Listening on Journal Socket. [ 1.356107] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.357995] systemd[1]: Reached target Sockets. [ 1.359161] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.361034] systemd[1]: Created slice System Slice. [ 1.362248] systemd[1]: Starting System Slice. [ 1.363637] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.366214] systemd[1]: Reached target Slices. [ 1.367372] systemd[1]: Starting Slices. [ 1.368740] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Paths. [ 1.371420] systemd[1]: Reached target Paths. [ 1.372560] systemd[1]: Starting Paths. [ 1.373938] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.376270] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.381906] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.434504] RPC: Registered named UNIX socket transport module. [ 1.435895] RPC: Registered udp transport module. [ 1.437068] RPC: Registered tcp transport module. [ 1.438232] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.518149] scsi host0: ata_piix [ 1.519963] scsi host1: ata_piix [ 1.521370] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.523534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.525934] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m[ 1.532003] usb 1-1: new full-speed USB device number 2 using uhci_hcd ] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.562669] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.602285] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.607411] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.684422] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.686217] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.688068] usb 1-1: Product: QEMU USB Tablet [ 1.689361] usb 1-1: Manufacturer: QEMU [ 1.690559] usb 1-1: SerialNumber: 42 [ 1.700724] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.703589] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.786187] SGI XFS with ACLs, security attributes, no debug enabled [ 1.788463] XFS (vda1): Mounting V4 Filesystem [ 1.905228] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.078905] tsc: Refined TSC clocksource calibration: 3491.908 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.126949] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.193744] SELinux: Disabled at runtime. [ 2.231859] type=1404 audit(1540204323.439:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.269912] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.271509] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.569560] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 2.648952] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.756265] type=1305 audit(1540204323.963:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... [ 2.914299] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.918665] [drm] Initialized drm 1.1.0 20060810 [ 2.922530] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Login Service... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon...[ 2.944303] ppdev: user-space parallel port driver [ 2.952752] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.952752] [TTM] Initializing pool allocator [ 2.952754] [TTM] Initializing DMA pool allocator [ 2.952992] [drm] fb mappable at 0xFC000000 [ 2.952992] [drm] vram aper at 0xFC000000 [ 2.952992] [drm] size 33554432 [ 2.952993] [drm] fb depth is 24 [ 2.952993] [drm] pitch is 3072 Starting LSB: Bring up/down networking... [ 2.983236] fbcon: cirrusdrmfb (fb0) is primary device [ 3.004698] Console: switching to colour frame buffer device 128x48 [ 3.017622] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Initial cloud-init job (pre-networking)... [ 3.020034] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.140576] AES CTR mode by8 optimization enabled [ 3.142965] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.149806] alg: No test for crc32 (crc32-pclmul) [ 3.178917] intel_rapl: no valid rapl domains found in package 0 [ 3.211835] intel_rapl: no valid rapl domains found in package 0 [ 3.220485] intel_powerclamp: No package C-state available [ 3.225537] intel_powerclamp: No package C-state available[ 3.844439] cloud-init[496]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 22 Oct 2018 10:32:05 +0000. Up 3.81 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-10-22 10:32:07,374 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-10-22 10:32:17,517 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1902518883 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.306425] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491908) [ 0.308651] pid_max: default: 32768 minimum: 301 [ 0.309863] Security Framework initialized [ 0.310942] SELinux: Initializing. [ 0.312189] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.316213] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.319145] Mount-cache hash table entries: 4096 [ 0.320590] Initializing cgroup subsys memory [ 0.321752] Initializing cgroup subsys devices [ 0.322908] Initializing cgroup subsys freezer [ 0.324034] Initializing cgroup subsys net_cls [ 0.325147] Initializing cgroup subsys blkio [ 0.326281] Initializing cgroup subsys perf_event [ 0.327451] Initializing cgroup subsys hugetlb [ 0.328634] Initializing cgroup subsys pids [ 0.329744] Initializing cgroup subsys net_prio [ 0.331018] CPU: Physical Processor ID: 0 [ 0.332803] mce: CPU supports 10 MCE banks [ 0.333909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.336525] tlb_flushall_shift: 6 [ 0.337687] Freeing SMP alternatives: 28k freed [ 0.341636] ACPI: Core revision 20130517 [ 0.343099] ACPI: All ACPI Tables successfully acquired [ 0.344540] ftrace: allocating 25812 entries in 101 pages [ 0.366487] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.367958] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.369414] smpboot: Max logical packages: 2 [ 0.370683] Enabling x2apic [ 0.371568] Enabled x2apic [ 0.372627] Switched APIC routing to physical x2apic. [ 0.374773] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.376243] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.378830] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.386192] KVM setup paravirtual spinlock [ 0.388436] smpboot: Booting Node 0, Processors #1 OK [ 0.390052] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.411743] Brought up 2 CPUs [ 0.411745] KVM setup async PF for cpu 1 [ 0.411748] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.414907] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.416978] devtmpfs: initialized [ 0.419797] EVM: security.selinux [ 0.420787] EVM: security.ima [ 0.421707] EVM: security.capability [ 0.423349] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.424865] pinctrl core: initialized pinctrl subsystem [ 0.426257] NET: Registered protocol family 16 [ 0.427578] ACPI: bus type PCI registered [ 0.428672] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.430182] PCI: Using configuration type 1 for base access [ 0.434836] ACPI: Added _OSI(Module Device) [ 0.435956] ACPI: Added _OSI(Processor Device) [ 0.437086] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.438241] ACPI: Added _OSI(Processor Aggregator Device) [ 0.441018] ACPI: Interpreter enabled [ 0.442054] ACPI: (supports S0 S5) [ 0.443012] ACPI: Using IOAPIC for interrupt routing [ 0.444210] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.448048] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.449436] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.451053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.452506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.455203] acpiphp: Slot [3] registered [ 0.456260] acpiphp: Slot [4] registered [ 0.457317] acpiphp: Slot [5] registered [ 0.458374] acpiphp: Slot [6] registered [ 0.459424] acpiphp: Slot [7] registered [ 0.460473] acpiphp: Slot [8] registered [ 0.461525] acpiphp: Slot [9] registered [ 0.462576] acpiphp: Slot [10] registered [ 0.463642] acpiphp: Slot [11] registered [ 0.464705] acpiphp: Slot [12] registered [ 0.465774] acpiphp: Slot [13] registered [ 0.466841] acpiphp: Slot [14] registered [ 0.467905] acpiphp: Slot [15] registered [ 0.468969] acpiphp: Slot [16] registered [ 0.470040] acpiphp: Slot [17] registered [ 0.471103] acpiphp: Slot [18] registered [ 0.472162] acpiphp: Slot [19] registered [ 0.473226] acpiphp: Slot [20] registered [ 0.474288] acpiphp: Slot [21] registered [ 0.475346] acpiphp: Slot [22] registered [ 0.476405] acpiphp: Slot [23] registered [ 0.477465] acpiphp: Slot [24] registered [ 0.478528] acpiphp: Slot [25] registered [ 0.479595] acpiphp: Slot [26] registered [ 0.480663] acpiphp: Slot [27] registered [ 0.481727] acpiphp: Slot [28] registered [ 0.482789] acpiphp: Slot [29] registered [ 0.483850] acpiphp: Slot [30] registered [ 0.484913] acpiphp: Slot [31] registered [ 0.485970] PCI host bridge to bus 0000:00 [ 0.487036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.488298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.489746] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.491203] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.493161] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.500996] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.502543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.503958] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.505454] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.512216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.514153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563513] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565281] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.568254] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.569942] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.571586] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.573137] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.574630] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.576686] vgaarb: loaded [ 0.577546] vgaarb: bridge control possible 0000:00:02.0 [ 0.578889] SCSI subsystem initialized [ 0.579934] ACPI: bus type USB registered [ 0.581003] usbcore: registered new interface driver usbfs [ 0.582282] usbcore: registered new interface driver hub [ 0.583552] usbcore: registered new device driver usb [ 0.584865] PCI: Using ACPI for IRQ routing [ 0.586198] NetLabel: Initializing [ 0.587173] NetLabel: domain hash size = 128 [ 0.588270] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589484] NetLabel: unlabeled traffic allowed by default [ 0.590850] Switched to clocksource kvm-clock [ 0.598125] pnp: PnP ACPI init [ 0.599067] ACPI: bus type PNP registered [ 0.600443] pnp: PnP ACPI: found 5 devices [ 0.601528] ACPI: bus type PNP unregistered [ 0.608609] NET: Registered protocol family 2 [ 0.609967] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.612104] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.613829] TCP: Hash tables configured (established 32768 bind 32768) [ 0.615340] TCP: reno registered [ 0.616291] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617690] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619246] NET: Registered protocol family 1 [ 0.620433] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.621823] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.623188] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.643098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.662737] Unpacking initramfs... [ 1.059059] Freeing initrd memory: 37508k freed [ 1.068271] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.069845] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.079043] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.080497] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.082136] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.083565] Initialise system trusted keyring [ 1.084726] audit: initializing netlink socket (disabled) [ 1.086024] type=2000 audit(1540204322.415:1): initialized [ 1.102498] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.103954] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.106450] zpool: loaded [ 1.107337] zbud: loaded [ 1.108317] VFS: Disk quotas dquot_6.5.2 [ 1.109416] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.110970] msgmni has been set to 7578 [ 1.112075] Key type big_key registered [ 1.113644] NET: Registered protocol family 38 [ 1.114817] Key type asymmetric registered [ 1.115930] Asymmetric key parser 'x509' registered [ 1.117159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.119183] io scheduler noop registered [ 1.120320] io scheduler deadline registered (default) [ 1.122220] io scheduler cfq registered [ 1.123958] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.137513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.139978] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.142675] ACPI: Power Button [PWRF] [ 1.144010] GHES: HEST is not enabled! [ 1.145319] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.170035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.171929] Non-volatile memory driver v1.3 [ 1.173305] Linux agpgart interface v0.103 [ 1.174735] crash memory driver: version 1.1 [ 1.176182] rdac: device handler registered [ 1.177590] hp_sw: device handler registered [ 1.178979] emc: device handler registered [ 1.180325] alua: device handler registered [ 1.181708] libphy: Fixed MDIO Bus: probed [ 1.183089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.184965] ehci-pci: EHCI PCI platform driver [ 1.186393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.188181] ohci-pci: OHCI PCI platform driver [ 1.189598] uhci_hcd: USB Universal Host Controller Interface driver [ 1.209993] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.211616] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.214042] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.215601] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.217325] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.219208] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.221656] usb usb1: Product: UHCI Host Controller [ 1.223132] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.225066] usb usb1: SerialNumber: 0000:00:01.2 [ 1.226528] hub 1-0:1.0: USB hub found [ 1.227810] hub 1-0:1.0: 2 ports detected [ 1.229229] usbcore: registered new interface driver usbserial [ 1.231009] usbcore: registered new interface driver usbserial_generic [ 1.232879] usbserial: USB Serial support registered for generic [ 1.234682] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.237911] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.239175] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.240493] mousedev: PS/2 mouse device common for all mice [ 1.242053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.244742] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.246964] rtc_cmos 00:00: RTC can wake from S4 [ 1.247200] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.251399] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.253235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255082] cpuidle: using governor menu [ 1.256398] hidraw: raw HID events driver (C) Jiri Kosina [ 1.258039] usbcore: registered new interface driver usbhid [ 1.259658] usbhid: USB HID core driver [ 1.260939] drop_monitor: Initializing network drop monitor service [ 1.262739] TCP: cubic registered [ 1.263905] Initializing XFRM netlink socket [ 1.265306] NET: Registered protocol family 10 [ 1.266930] NET: Registered protocol family 17 [ 1.268498] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.269858] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.271599] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.274438] Loading compiled-in X.509 certificates [ 1.275952] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.278676] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.281399] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.283733] registered taskstats version 1 [ 1.286306] Key type trusted registered [ 1.288525] Key type encrypted registered [ 1.290736] IMA: No TPM chip found, activating TPM-bypass! [ 1.292401] rtc_cmos 00:00: setting system clock to 2018-10-22 10:32:02 UTC (1540204322) [ 1.295105] Freeing unused kernel memory: 1680k freed [ 1.299314] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.303338] systemd[1]: Detected virtualization kvm. [ 1.304576] systemd[1]: Detected architecture x86-64. [ 1.305808] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.308103] systemd[1]: No hostname configured. [ 1.309278] systemd[1]: Set hostname to . [ 1.310551] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.331651] systemd[1]: Created slice Root Slice. [ 1.332863] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.334837] systemd[1]: Listening on udev Control Socket. [ 1.336137] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Swap. [ 1.338093] systemd[1]: Reached target Swap. [ 1.339223] systemd[1]: Starting Swap. [ 1.340303] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.342387] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.345295] systemd[1]: Reached target Local File Systems. [ 1.346585] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.348611] systemd[1]: Listening on udev Kernel Socket. [ 1.349894] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Timers. [ 1.351841] systemd[1]: Reached target Timers. [ 1.352998] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.354876] systemd[1]: Listening on Journal Socket. [ 1.356107] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.357995] systemd[1]: Reached target Sockets. [ 1.359161] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.361034] systemd[1]: Created slice System Slice. [ 1.362248] systemd[1]: Starting System Slice. [ 1.363637] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.366214] systemd[1]: Reached target Slices. [ 1.367372] systemd[1]: Starting Slices. [ 1.368740] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Paths. [ 1.371420] systemd[1]: Reached target Paths. [ 1.372560] systemd[1]: Starting Paths. [ 1.373938] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.376270] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.381906] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.434504] RPC: Registered named UNIX socket transport module. [ 1.435895] RPC: Registered udp transport module. [ 1.437068] RPC: Registered tcp transport module. [ 1.438232] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.518149] scsi host0: ata_piix [ 1.519963] scsi host1: ata_piix [ 1.521370] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.523534] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.525934] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m[ 1.532003] usb 1-1: new full-speed USB device number 2 using uhci_hcd ] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.562669] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.602285] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.607411] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.684422] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.686217] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.688068] usb 1-1: Product: QEMU USB Tablet [ 1.689361] usb 1-1: Manufacturer: QEMU [ 1.690559] usb 1-1: SerialNumber: 42 [ 1.700724] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.703589] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.786187] SGI XFS with ACLs, security attributes, no debug enabled [ 1.788463] XFS (vda1): Mounting V4 Filesystem [ 1.905228] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.078905] tsc: Refined TSC clocksource calibration: 3491.908 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.126949] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.193744] SELinux: Disabled at runtime. [ 2.231859] type=1404 audit(1540204323.439:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.269912] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.271509] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.569560] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 2.648952] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.756265] type=1305 audit(1540204323.963:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... [ 2.914299] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.918665] [drm] Initialized drm 1.1.0 20060810 [ 2.922530] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Login Service... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon...[ 2.944303] ppdev: user-space parallel port driver [ 2.952752] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.952752] [TTM] Initializing pool allocator [ 2.952754] [TTM] Initializing DMA pool allocator [ 2.952992] [drm] fb mappable at 0xFC000000 [ 2.952992] [drm] vram aper at 0xFC000000 [ 2.952992] [drm] size 33554432 [ 2.952993] [drm] fb depth is 24 [ 2.952993] [drm] pitch is 3072 Starting LSB: Bring up/down networking... [ 2.983236] fbcon: cirrusdrmfb (fb0) is primary device [ 3.004698] Console: switching to colour frame buffer device 128x48 [ 3.017622] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Initial cloud-init job (pre-networking)... [ 3.020034] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.140576] AES CTR mode by8 optimization enabled [ 3.142965] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.149806] alg: No test for crc32 (crc32-pclmul) [ 3.178917] intel_rapl: no valid rapl domains found in package 0 [ 3.211835] intel_rapl: no valid rapl domains found in package 0 [ 3.220485] intel_powerclamp: No package C-state available [ 3.225537] intel_powerclamp: No package C-state available[ 3.844439] cloud-init[496]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 22 Oct 2018 10:32:05 +0000. Up 3.81 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting Notify NFS peers of a restart... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 5.681762] cloud-init[813]: Cloud-init v. 0.7.5 running 'init' at Mon, 22 Oct 2018 10:32:07 +0000. Up 5.64 seconds. [ 5.705163] cloud-init[813]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.707038] cloud-init[813]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.712279] cloud-init[813]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.714206] cloud-init[813]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.721116] cloud-init[813]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.725158] cloud-init[813]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:5f:ed:9e | [ 5.729353] cloud-init[813]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.733723] cloud-init[813]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.748384] cloud-init[813]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.754391] cloud-init[813]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.757114] cloud-init[813]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.759152] cloud-init[813]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.761273] cloud-init[813]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.763318] cloud-init[813]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.766243] cloud-init[813]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.786951] cloud-init[3518]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 22 Oct 2018 10:32:11 +0000. Up 9.65 seconds. [ 10.274054] cloud-init[3661]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 22 Oct 2018 10:32:11 +0000. Up 10.23 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:ca:71:8c:a9:c5:32:7a:63:2c:7a:88:dc:d8:72:d8 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 10.344272] cloud-init[3661]: Cloud-init v. 0.7.5 finished at Mon, 22 Oct 2018 10:32:11 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.32 seconds 2018-10-22 10:32:17,724 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-22 10:32:18,000 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5719, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 5727, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 2401, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 5707, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 929, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 792, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 790, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 5344, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 5680, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-22 10:32:18,157 - functest.core.cloudify - INFO - The current manager status is running 2018-10-22 10:32:18,367 - functest.core.cloudify - DEBUG - List secrets: 2018-10-22 10:32:18,453 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-22 10:32:18,453 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-22 10:32:18,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-10-22 10:33:01,505 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.s.uw.edu * extras: ftp.osuosl.org * updates: mirrors.cat.pdx.edu No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 16 MB/s | 54 MB 00:03 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-10-22 10:33:01,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-10-22 10:33:13,938 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/723726fe-98fd-4d92-ad69-25ce31ebad3a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/723726fe-98fd-4d92-ad69-25ce31ebad3a/file', 'owner': u'cefbe496f6e845ee84342dc45433a306', 'id': u'723726fe-98fd-4d92-ad69-25ce31ebad3a', 'size': 426967040, u'self': u'/v2/images/723726fe-98fd-4d92-ad69-25ce31ebad3a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cefbe496f6e845ee84342dc45433a306', 'name': 'vyos_vrouter-project_05eda296-d9c3-4206-9a57-d1a0da55c388', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/723726fe-98fd-4d92-ad69-25ce31ebad3a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T10:33:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T10:33:13Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_05eda296-d9c3-4206-9a57-d1a0da55c388', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/723726fe-98fd-4d92-ad69-25ce31ebad3a', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_05eda296-d9c3-4206-9a57-d1a0da55c388', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_05eda296-d9c3-4206-9a57-d1a0da55c388', 'created': u'2018-10-22T10:33:04Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-10-22T10:33:04Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/723726fe-98fd-4d92-ad69-25ce31ebad3a', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_05eda296-d9c3-4206-9a57-d1a0da55c388', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-10-22 10:33:14,000 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_05eda296-d9c3-4206-9a57-d1a0da55c388', 'ephemeral': 0, 'ram': 2048, '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'f281155a378b4c45907df4c470833e42', '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': 50, 'id': u'3af8b46f-0b57-4cd7-81bc-280093635e8f', 'swap': 0}) 2018-10-22 10:33:14,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-10-22 10:33:15,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-10-22 10:33:22,643 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-22 10:33:22,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-10-22 10:33:22,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-22 10:33:22,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-22 10:33:22,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-22 10:33:22,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-10-22 10:33:22,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-10-22 10:33:22,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-10-22 10:33:22,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpSZHHin --prefix="/tmp/openstack-NTCb9c" --constraint="/tmp/openstack-NTCb9c/constraint.txt" 2018-10-22 10:33:22,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpSZHHin [args=--prefix="/tmp/openstack-NTCb9c" --constraint="/tmp/openstack-NTCb9c/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-22 10:33:22,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-10-22 10:33:59,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-22 10:33:59,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpSZHHin 2018-10-22 10:33:59,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-22 10:33:59,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-10-22 10:33:59,722 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-10-22 10:33:59,722 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-10-22 10:33:59,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-10-22 10:34:05,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-10-22 10:34:05,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:05,155 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:05,155 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:05,155 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-22 10:34:05,155 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-22 10:34:05,155 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:05,155 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-22 10:34:05,156 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-22 10:34:05,156 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-22 10:34:05,156 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-22 10:34:05,156 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-10-22 10:34:05,156 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-22 10:34:05,156 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-22 10:34:05,156 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:05,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-22 10:34:05,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:05,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-22 10:34:05,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:05,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-22 10:34:05,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-22 10:34:10,316 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-22 10:34:10,316 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-22 10:34:10,316 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-22 10:34:10,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-22 10:34:10,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-22 10:34:10,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'cefbe496f6e845ee84342dc45433a306', u'created_at': u'2018-10-22T10:34:05Z', u'updated_at': u'2018-10-22T10:34:05Z', u'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'cefbe496f6e845ee84342dc45433a306', u'port_id': None, u'id': u'da0e4e41-6e28-432b-bc41-61e7329fe30d'} 2018-10-22 10:34:10,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'cefbe496f6e845ee84342dc45433a306', u'created_at': u'2018-10-22T10:34:05Z', u'updated_at': u'2018-10-22T10:34:05Z', u'floating_network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'cefbe496f6e845ee84342dc45433a306', u'port_id': None, u'id': u'256e1336-3904-4600-b707-abbc0195953a'} 2018-10-22 10:34:10,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-10-22 10:34:10,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-22 10:34:10,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:10,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:10,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:10,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-22 10:34:10,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:10,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:34:10,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:34:10,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:34:10,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:34:10,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:34:10,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:34:10,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-22 10:34:10,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:10,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:10,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-22 10:34:10,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:10,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:10,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:10,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:10,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:10,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:10,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-22 10:34:10,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:10,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-10-22 10:34:10,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-10-22 10:34:10,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:10,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-22 10:34:15,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-22 10:34:15,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-22 10:34:15,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:15,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:15,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:15,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:15,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-22 10:34:15,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-22 10:34:15,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:15,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:15,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-22 10:34:15,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-22 10:34:15,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-10-22 10:34:20,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:20,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:20,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:20,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-22 10:34:20,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-22 10:34:20,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-22 10:34:20,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:20,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:20,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:20,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:20,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:20,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-22 10:34:20,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:20,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:20,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:20,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=2205fc81-46a4-4dd9-aa0a-2ae9216a6e13 target={u'external_id': u'213f0684-a5d8-47e1-aef9-3eefef17673e', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-22 10:34:20,716 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-22 10:34:20,716 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=edcd471d-3915-46ac-8560-04a27ae39ee7 target={u'external_id': u'213f0684-a5d8-47e1-aef9-3eefef17673e', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-22 10:34:20,716 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:20,716 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:25,853 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:25,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-10-22 10:34:25,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-10-22 10:34:25,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-10-22 10:34:25,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-22 10:34:25,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-22 10:34:25,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:25,855 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:25,855 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-22 10:34:25,855 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-22 10:34:31,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-22 10:34:31,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:31,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:31,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-22 10:34:31,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:31,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:31,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:31,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:37,055 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=c1cca517-41c7-4bfc-8a9e-a6a092d913c9 target={u'external_id': u'213f0684-a5d8-47e1-aef9-3eefef17673e', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-22 10:34:37,056 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=16d1ada0-ade3-4fd9-8dae-8f15f543d836 target={u'external_id': u'213f0684-a5d8-47e1-aef9-3eefef17673e', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-22 10:34:37,056 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:37,056 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-22 10:34:37,056 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-10-22 10:34:37,056 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-10-22 10:34:37,056 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-22 10:34:37,057 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-22 10:34:42,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:42,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-22 10:34:42,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:34:42,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:34:42,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-22 10:34:42,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-22 10:34:42,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'16d1ada0-ade3-4fd9-8dae-8f15f543d836', u'fixed_ip_address': u'11.0.0.12', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:d6:ce:ba'}, {u'external_id': u'2205fc81-46a4-4dd9-aa0a-2ae9216a6e13', u'fixed_ip_address': u'12.0.0.6', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:70:5e:ec'}] 2018-10-22 10:34:42,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'c1cca517-41c7-4bfc-8a9e-a6a092d913c9', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:34:fc:0b'}, {u'external_id': u'edcd471d-3915-46ac-8560-04a27ae39ee7', u'fixed_ip_address': u'12.0.0.11', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:01:82:cf'}] 2018-10-22 10:34:42,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-10-22 10:34:42,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-10-22 10:34:42,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'723726fe-98fd-4d92-ad69-25ce31ebad3a', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'8152685e-8e53-4a52-a78a-aac8a59c10b3'}, 'nics': [{'port-id': u'16d1ada0-ade3-4fd9-8dae-8f15f543d836'}, {'port-id': u'2205fc81-46a4-4dd9-aa0a-2ae9216a6e13'}], 'flavor': u'3af8b46f-0b57-4cd7-81bc-280093635e8f'} 2018-10-22 10:34:42,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:34:42,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'723726fe-98fd-4d92-ad69-25ce31ebad3a', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'8152685e-8e53-4a52-a78a-aac8a59c10b3'}, 'nics': [{'port-id': u'16d1ada0-ade3-4fd9-8dae-8f15f543d836'}, {'port-id': u'2205fc81-46a4-4dd9-aa0a-2ae9216a6e13'}], 'flavor': u'3af8b46f-0b57-4cd7-81bc-280093635e8f'} 2018-10-22 10:34:47,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'723726fe-98fd-4d92-ad69-25ce31ebad3a', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'8152685e-8e53-4a52-a78a-aac8a59c10b3'}, 'nics': [{'port-id': u'c1cca517-41c7-4bfc-8a9e-a6a092d913c9'}, {'port-id': u'edcd471d-3915-46ac-8560-04a27ae39ee7'}], 'flavor': u'3af8b46f-0b57-4cd7-81bc-280093635e8f'} 2018-10-22 10:34:47,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'723726fe-98fd-4d92-ad69-25ce31ebad3a', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'8152685e-8e53-4a52-a78a-aac8a59c10b3'}, 'nics': [{'port-id': u'c1cca517-41c7-4bfc-8a9e-a6a092d913c9'}, {'port-id': u'edcd471d-3915-46ac-8560-04a27ae39ee7'}], 'flavor': u'3af8b46f-0b57-4cd7-81bc-280093635e8f'} 2018-10-22 10:34:47,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-22 10:34:47,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:34:47,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:47,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-22 10:34:47,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:47,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:34:47,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-22 10:34:47,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:34:47,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-22 10:34:47,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-22 10:34:47,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-22 10:34:52,517 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:34:52,517 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-22 10:35:24,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:35:24,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:35:24,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:35:24,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-22 10:35:24,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:35:24,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-22 10:35:55,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:35:55,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:35:55,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:35:55,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:35:55,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-22 10:35:55,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:35:55,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-22 10:35:55,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-22 10:36:00,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-10-22 10:36:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-10-22T10:33:59.864Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'1931d0a9-1586-4f03-9ea8-674271b8dd51'} 2018-10-22 10:36:00,809 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-10-22 10:36:00,875 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.207'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.211'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-10-22 10:36:00,942 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.207'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.211'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-10-22 10:36:00,943 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-10-22 10:36:00,943 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.207 2018-10-22 10:36:02,693 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.9 2018-10-22 10:36:02,693 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:34:fc:0b 2018-10-22 10:36:04,534 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.11 2018-10-22 10:36:04,535 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:01:82:cf 2018-10-22 10:36:04,535 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-10-22 10:36:04,535 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.211 2018-10-22 10:36:06,115 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.12 2018-10-22 10:36:06,116 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:d6:ce:ba 2018-10-22 10:36:07,601 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.6 2018-10-22 10:36:07,601 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:70:5e:ec 2018-10-22 10:36:07,601 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-10-22 10:36:07,622 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-10-22 10:36:07,639 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-10-22 10:36:07,640 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-10-22 10:36:07,719 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-10-22 10:36:07' 2018-10-22 10:36:07,719 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-10-22 10:36:07,719 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-10-22 10:36:07,749 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.211. 2018-10-22 10:36:07,967 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.211. 2018-10-22 10:36:09,009 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-22 10:36:10,011 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-22 10:36:15,016 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-22 10:36:16,018 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-22 10:36:21,023 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-22 10:36:22,025 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-22 10:36:27,030 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-10-22 10:36:28,032 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:36:33,037 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-10-22 10:36:34,040 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:36:39,045 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-10-22 10:36:40,047 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:36:45,052 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-10-22 10:36:46,054 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:36:51,059 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-10-22 10:36:52,061 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:36:57,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-10-22 10:36:58,069 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:37:03,074 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-10-22 10:37:04,076 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:37:09,081 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-10-22 10:37:10,083 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:37:15,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-10-22 10:37:16,090 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:37:21,096 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-10-22 10:37:22,097 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:37:27,103 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-22 10:37:28,104 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-22 10:37:33,110 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 ebgp-multihop '2' 2018-10-22 10:37:34,112 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 ebgp-multihop '2' [edit] vyos@vyos# 2018-10-22 10:37:39,117 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 remote-as 65002 2018-10-22 10:37:40,119 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 remote-as 65002 [edit] vyos@vyos# 2018-10-22 10:37:45,125 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 update-source 12.0.0.6 2018-10-22 10:37:46,127 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 update-source 12.0.0.6 [edit] vyos@vyos# 2018-10-22 10:37:51,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 soft-reconfiguration inbound 2018-10-22 10:37:52,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-10-22 10:37:57,139 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 password lab0033 2018-10-22 10:37:58,141 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 password lab0033 [edit] vyos@vyos# 2018-10-22 10:38:03,146 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-10-22 10:38:04,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-10-22 10:38:09,153 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-10-22 10:38:10,154 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-10-22 10:38:15,160 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-10-22 10:38:16,161 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-10-22 10:38:21,167 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-10-22 10:38:22,168 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-10-22 10:38:27,174 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-10-22 10:38:28,175 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-10-22 10:38:33,181 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-10-22 10:38:34,183 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-10-22 10:38:39,188 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-10-22 10:38:40,190 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-10-22 10:38:45,195 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-10-22 10:38:46,197 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-10-22 10:38:51,202 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-10-22 10:38:52,204 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-10-22 10:38:57,209 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-10-22 10:38:58,211 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-10-22 10:39:03,216 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.6 2018-10-22 10:39:04,218 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.6 [edit] vyos@vyos# 2018-10-22 10:39:09,223 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-22 10:39:10,225 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-22 10:39:15,233 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-10-22 10:39:15,283 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.207. 2018-10-22 10:39:15,516 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.207. 2018-10-22 10:39:16,543 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-22 10:39:17,544 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-22 10:39:22,549 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-22 10:39:23,551 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-22 10:39:28,556 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-22 10:39:29,558 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-22 10:39:34,563 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-10-22 10:39:35,565 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:39:40,571 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-10-22 10:39:41,572 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:39:46,578 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-10-22 10:39:47,580 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:39:52,585 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-10-22 10:39:53,587 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:39:58,593 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-10-22 10:39:59,594 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:40:04,599 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-10-22 10:40:05,601 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:40:10,606 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-10-22 10:40:11,608 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:40:16,613 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-10-22 10:40:17,615 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:40:22,619 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-10-22 10:40:23,621 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:40:28,626 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-10-22 10:40:29,628 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-22 10:40:34,633 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-22 10:40:35,635 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-22 10:40:40,640 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 ebgp-multihop '2' 2018-10-22 10:40:41,642 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 ebgp-multihop '2' [edit] vyos@vyos# 2018-10-22 10:40:46,647 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 remote-as 65001 2018-10-22 10:40:47,649 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 remote-as 65001 [edit] vyos@vyos# 2018-10-22 10:40:52,654 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 update-source 12.0.0.11 2018-10-22 10:40:53,656 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 update-source 12.0.0.11 [edit] vyos@vyos# 2018-10-22 10:40:58,662 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 soft-reconfiguration inbound 2018-10-22 10:40:59,663 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-10-22 10:41:04,669 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 password lab0033 2018-10-22 10:41:05,671 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 password lab0033 [edit] vyos@vyos# 2018-10-22 10:41:10,676 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-10-22 10:41:11,677 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-10-22 10:41:16,683 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-10-22 10:41:17,685 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-10-22 10:41:22,690 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-10-22 10:41:23,691 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-10-22 10:41:28,696 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-10-22 10:41:29,698 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-10-22 10:41:34,703 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-10-22 10:41:35,705 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-10-22 10:41:40,710 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-10-22 10:41:41,712 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-10-22 10:41:46,718 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-10-22 10:41:47,720 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-10-22 10:41:52,725 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-10-22 10:41:53,727 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-10-22 10:41:58,732 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-10-22 10:41:59,734 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-10-22 10:42:04,740 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-10-22 10:42:05,742 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-10-22 10:42:10,747 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.11 2018-10-22 10:42:11,749 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.11 [edit] vyos@vyos# 2018-10-22 10:42:16,754 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-22 10:42:17,756 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-22 10:42:22,794 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-10-22 10:42:22,794 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-10-22 10:43:22,854 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-10-22 10:43:22,898 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.211. 2018-10-22 10:43:23,129 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.211. 2018-10-22 10:43:24,136 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-10-22 10:43:54,279 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-10-22 10:43:54,279 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.6, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.11 4 65002 3 6 0 0 0 00:01:01 10 Total number of neighbors 1 vyos@vyos:~$ 2018-10-22 10:43:54,279 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 | no-more BGP neighbor is 12.0.0.11, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.11 BGP state = Established, up for 00:01:07 Last read 13:24:25, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.6 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.6, Local port: 179 Foreign host: 12.0.0.11, Foreign port: 42310 Nexthop: 12.0.0.6 Nexthop global: fe80::f816:3eff:fe70:5eec Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-10-22 10:43:54,279 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.6 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.6 0 32768 i *> 10.0.2.0/24 12.0.0.6 0 32768 i *> 10.0.3.0/24 12.0.0.6 0 32768 i *> 10.0.4.0/24 12.0.0.6 0 32768 i *> 10.0.5.0/24 12.0.0.6 0 32768 i *> 10.0.6.0/24 12.0.0.6 0 32768 i *> 10.0.7.0/24 12.0.0.6 0 32768 i *> 10.0.8.0/24 12.0.0.6 0 32768 i *> 10.0.9.0/24 12.0.0.6 0 32768 i *> 10.0.10.0/24 12.0.0.6 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-22 10:43:54,280 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.6 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.11 0 0 65002 i *> 10.1.2.0/24 12.0.0.11 0 0 65002 i *> 10.1.3.0/24 12.0.0.11 0 0 65002 i *> 10.1.4.0/24 12.0.0.11 0 0 65002 i *> 10.1.5.0/24 12.0.0.11 0 0 65002 i *> 10.1.6.0/24 12.0.0.11 0 0 65002 i *> 10.1.7.0/24 12.0.0.11 0 0 65002 i *> 10.1.8.0/24 12.0.0.11 0 0 65002 i *> 10.1.9.0/24 12.0.0.11 0 0 65002 i *> 10.1.10.0/24 12.0.0.11 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-22 10:43:54,280 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 routes | no-more BGP table version is 0, local router ID is 12.0.0.6 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.11 0 0 65002 i *> 10.1.2.0/24 12.0.0.11 0 0 65002 i *> 10.1.3.0/24 12.0.0.11 0 0 65002 i *> 10.1.4.0/24 12.0.0.11 0 0 65002 i *> 10.1.5.0/24 12.0.0.11 0 0 65002 i *> 10.1.6.0/24 12.0.0.11 0 0 65002 i *> 10.1.7.0/24 12.0.0.11 0 0 65002 i *> 10.1.8.0/24 12.0.0.11 0 0 65002 i *> 10.1.9.0/24 12.0.0.11 0 0 65002 i *> 10.1.10.0/24 12.0.0.11 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-22 10:43:54,280 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-10-22 10:43:54,280 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.6' 2018-10-22 10:43:54,280 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-10-22 10:43:56,305 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-10-22 10:43:57,922 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 10:43:57,923 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:33 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-22 10:43:57,933 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-10-22 10:44:03,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-10-22 10:44:03,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:03,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:03,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:44:03,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-22 10:44:03,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:44:03,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-22 10:44:03,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-22 10:44:03,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance c8dd38b1-bb6d-4dfa-a6c5-ebada2aa86bd could not be found. [status_code=404] 2018-10-22 10:44:03,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-22 10:44:03,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-22 10:44:03,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 5c0f3b04-fb7e-45d9-a17a-ad572a3002d3 while it is in vm_state deleted [status_code=409] 2018-10-22 10:44:03,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-22 10:44:08,536 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port edcd471d-3915-46ac-8560-04a27ae39ee7... 2018-10-22 10:44:08,536 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-22 10:44:08,536 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port edcd471d-3915-46ac-8560-04a27ae39ee7 2018-10-22 10:44:08,536 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-22 10:44:08,536 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-22 10:44:08,536 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 2205fc81-46a4-4dd9-aa0a-2ae9216a6e13... 2018-10-22 10:44:08,537 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 2205fc81-46a4-4dd9-aa0a-2ae9216a6e13 2018-10-22 10:44:08,537 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-22 10:44:08,537 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-22 10:44:08,537 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-22 10:44:08,537 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port c1cca517-41c7-4bfc-8a9e-a6a092d913c9... 2018-10-22 10:44:08,537 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port c1cca517-41c7-4bfc-8a9e-a6a092d913c9 2018-10-22 10:44:08,538 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-22 10:44:13,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 16d1ada0-ade3-4fd9-8dae-8f15f543d836... 2018-10-22 10:44:13,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 16d1ada0-ade3-4fd9-8dae-8f15f543d836 2018-10-22 10:44:13,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:13,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:13,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:44:13,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:44:13,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-22 10:44:13,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-22 10:44:13,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-22 10:44:13,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-22 10:44:13,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-22 10:44:13,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:13,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:13,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 5c0f3b04-fb7e-45d9-a17a-ad572a3002d3 could not be found. [status_code=404] 2018-10-22 10:44:13,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance c8dd38b1-bb6d-4dfa-a6c5-ebada2aa86bd could not be found. [status_code=404] 2018-10-22 10:44:13,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-10-22 10:44:13,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:13,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:13,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:13,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-10-22 10:44:13,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-22 10:44:13,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:13,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:13,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:13,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-22 10:44:13,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-22 10:44:13,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-22 10:44:13,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-22 10:44:13,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-22 10:44:13,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-22 10:44:18,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-10-22 10:44:18,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-22 10:44:18,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-10-22 10:44:18,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:18,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:18,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-22 10:44:18,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-22 10:44:18,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-10-22 10:44:18,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-22 10:44:18,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-22 10:44:18,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-22 10:44:18,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-22 10:44:18,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-22 10:44:18,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-22 10:44:18,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-22 10:44:18,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:18,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:18,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-22 10:44:18,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-22 10:44:18,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-22 10:44:18,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:18,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:18,846 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-22 10:44:18,846 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-22 10:44:18,846 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-22 10:44:18,846 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:18,846 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:18,846 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:18,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-22 10:44:18,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-22 10:44:18,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-10-22 10:44:18,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:18,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:18,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-22 10:44:18,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-22 10:44:18,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-10-22 10:44:18,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-22 10:44:24,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-22 10:44:24,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-22 10:44:24,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-10-22 10:44:24,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-22 10:44:24,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-22 10:44:24,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-22 10:44:24,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-22 10:44:24,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:24,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:24,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-10-22 10:44:24,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-22 10:44:24,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:24,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-22 10:44:24,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-22 10:44:24,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-22 10:44:24,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-22 10:44:24,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-22 10:44:29,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-22 10:44:29,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-22 10:44:29,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:29,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:29,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-22 10:44:29,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:29,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:29,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-22 10:44:29,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-10-22 10:44:29,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-22 10:44:29,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-10-22 10:44:29,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-10-22 10:44:34,331 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-22 10:44:34,331 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-10-22 10:44:34,332 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-22 10:44:34,332 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-22 10:44:34,332 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-22 10:44:34,332 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-22 10:44:34,332 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-10-22 10:45:00,426 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-10-22 10:45:01,279 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'id': u'5bf39eb769a94e58838f7ffe1a379e07', 'description': u'Created by OPNFV Functest: juju_epc', '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-10-22 10:45:01,754 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2d27ae048a12455cae7ae2df311f9a7f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_b10dbd64-f9a7-4c54-b20e-94e0267dd71a'}) 2018-10-22 10:45:01,910 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 10:45:02,096 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/c0eb438f373b427c99f5d4fc78e4c8d2'}, 'domain_id': None, 'human_id': None, 'id': u'c0eb438f373b427c99f5d4fc78e4c8d2', 'HUMAN_ID': False}) 2018-10-22 10:45:02,629 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 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': '0227746e-b1e0-443d-b3cd-c900bb4c0e9d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'juju_epc-user_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'project_id': u'5bf39eb769a94e58838f7ffe1a379e07', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 10:45:02,634 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'password': '0227746e-b1e0-443d-b3cd-c900bb4c0e9d', 'project_name': 'juju_epc-project_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '5bf39eb769a94e58838f7ffe1a379e07', 'project_domain_name': 'Default'} 2018-10-22 10:45:02,698 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-10-22 10:45:02,907 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-10-22 10:45:03,600 - 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-10-22T10:45:03Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'312c4a92-9ad8-40ca-b7a8-5d8cfe60a54c', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'juju_epc-net_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', u'created_at': u'2018-10-22T10:45:03Z', u'mtu': 1450, u'tenant_id': u'5bf39eb769a94e58838f7ffe1a379e07', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5bf39eb769a94e58838f7ffe1a379e07'}) 2018-10-22 10:45:05,062 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T10:45:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'79ee2a58-f62e-4828-8da8-e4327c84ff33', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', u'enable_dhcp': True, u'network_id': u'312c4a92-9ad8-40ca-b7a8-5d8cfe60a54c', u'tenant_id': u'5bf39eb769a94e58838f7ffe1a379e07', u'created_at': u'2018-10-22T10:45:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'5bf39eb769a94e58838f7ffe1a379e07'}) 2018-10-22 10:45:10,125 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T10:45:06Z', u'revision_number': 3, u'id': u'294afbdb-089d-417f-80db-b79cc739228c', u'external_gateway_info': {u'network_id': u'd8029335-a52b-439d-95d9-1488b78e0214', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'53fb6b01-2f77-471b-b63c-7120427c7852', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', u'admin_state_up': True, u'tenant_id': u'5bf39eb769a94e58838f7ffe1a379e07', u'created_at': u'2018-10-22T10:45:05Z', u'flavor_id': None, u'routes': [], u'project_id': u'5bf39eb769a94e58838f7ffe1a379e07'}) 2018-10-22 10:45:20,508 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/6e45a55b-eb8a-42a6-9653-a743eb739f2c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6e45a55b-eb8a-42a6-9653-a743eb739f2c/file', 'owner': u'5bf39eb769a94e58838f7ffe1a379e07', 'id': u'6e45a55b-eb8a-42a6-9653-a743eb739f2c', 'size': 296943616, u'self': u'/v2/images/6e45a55b-eb8a-42a6-9653-a743eb739f2c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bf39eb769a94e58838f7ffe1a379e07', 'name': 'juju_epc-project_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/6e45a55b-eb8a-42a6-9653-a743eb739f2c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T10:45:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T10:45:20Z', u'owner_specified.shade.sha256': u'072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2', u'owner_specified.shade.object': u'images/juju_epc-img_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'8d383c8eea2375af863ecdeecff593d1', 'properties': {u'self': u'/v2/images/6e45a55b-eb8a-42a6-9653-a743eb739f2c', u'owner_specified.shade.md5': u'8d383c8eea2375af863ecdeecff593d1', u'owner_specified.shade.object': u'images/juju_epc-img_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', u'owner_specified.shade.sha256': u'072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'created': u'2018-10-22T10:45:14Z', 'checksum': u'8d383c8eea2375af863ecdeecff593d1', 'created_at': u'2018-10-22T10:45:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6e45a55b-eb8a-42a6-9653-a743eb739f2c', u'owner_specified.shade.md5': u'8d383c8eea2375af863ecdeecff593d1', u'owner_specified.shade.object': u'images/juju_epc-img_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', u'owner_specified.shade.sha256': u'072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2', u'schema': u'/v2/schemas/image'}}) 2018-10-22 10:45:23,380 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 6e45a55b-eb8a-42a6-9653-a743eb739f2c -s xenial -r regionOne -u http://172.30.9.28:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Your list of public clouds is up to date, see `juju clouds`. WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-10-22 10:45:23,585 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'ephemeral': 0, 'ram': 2048, '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'f281155a378b4c45907df4c470833e42', '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': 10, 'id': u'7e87ef5b-2715-4f26-ba03-41a766fb4830', 'swap': 0}) 2018-10-22 10:45:23,610 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-10-22 10:45:23,612 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-300 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | STORAGE_PROTOCOL | iSCSI | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 10:45:23,619 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-10-22 10:45:23,795 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-10-22 10:45:23,796 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-10-22 10:45:23,964 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-10-22 10:45:31,378 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/c1a1cbf8-a253-4c33-b250-ceaf17023c12/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c1a1cbf8-a253-4c33-b250-ceaf17023c12/file', 'owner': u'5bf39eb769a94e58838f7ffe1a379e07', 'id': u'c1a1cbf8-a253-4c33-b250-ceaf17023c12', 'size': 263586304, u'self': u'/v2/images/c1a1cbf8-a253-4c33-b250-ceaf17023c12', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bf39eb769a94e58838f7ffe1a379e07', 'name': 'juju_epc-project_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/c1a1cbf8-a253-4c33-b250-ceaf17023c12/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T10:45:30Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T10:45:30Z', u'owner_specified.shade.sha256': u'eb0984c1ec23dbe0a53f888610ed8a823b90fede4d682248045b826454317c3a', u'owner_specified.shade.object': u'images/juju_epc-img_alt_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'6388227c3a074f3d8ef1cdd32ebcd203', 'properties': {u'self': u'/v2/images/c1a1cbf8-a253-4c33-b250-ceaf17023c12', u'owner_specified.shade.md5': u'6388227c3a074f3d8ef1cdd32ebcd203', u'owner_specified.shade.object': u'images/juju_epc-img_alt_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', u'owner_specified.shade.sha256': u'eb0984c1ec23dbe0a53f888610ed8a823b90fede4d682248045b826454317c3a', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'created': u'2018-10-22T10:45:25Z', 'checksum': u'6388227c3a074f3d8ef1cdd32ebcd203', 'created_at': u'2018-10-22T10:45:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c1a1cbf8-a253-4c33-b250-ceaf17023c12', u'owner_specified.shade.md5': u'6388227c3a074f3d8ef1cdd32ebcd203', u'owner_specified.shade.object': u'images/juju_epc-img_alt_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', u'owner_specified.shade.sha256': u'eb0984c1ec23dbe0a53f888610ed8a823b90fede4d682248045b826454317c3a', u'schema': u'/v2/schemas/image'}}) 2018-10-22 10:45:31,606 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i c1a1cbf8-a253-4c33-b250-ceaf17023c12 -s trusty -r regionOne -u http://172.30.9.28:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-10-22 10:45:31,682 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_b10dbd64-f9a7-4c54-b20e-94e0267dd71a', 'ephemeral': 0, 'ram': 4096, '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'f281155a378b4c45907df4c470833e42', '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': 10, 'id': u'42156752-6c19-4e04-a661-beafff3542d4', 'swap': 0}) 2018-10-22 10:45:31,707 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-10-22 10:50:16,545 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju bootstrap abot-epc/regionOne abot-controller --agent-version 2.3.9 --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=312c4a92-9ad8-40ca-b7a8-5d8cfe60a54c --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 10:45:31 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 10:45:31 DEBUG juju.cmd supercommand.go:57 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.3.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=312c4a92-9ad8-40ca-b7a8-5d8cfe60a54c", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 10:45:31 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 10:45:31 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[external-network: use-openstack-gbp:false policy-target-group: use-floating-ip:true use-default-secgroup:true network:312c4a92-9ad8-40ca-b7a8-5d8cfe60a54c] 10:45:32 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 10:45:32 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[ignore-machine-addresses:false ftp-proxy: test-mode:false resource-tags: default-series:xenial ssl-hostname-verification:false update-status-hook-interval:5m max-status-history-size:5G agent-stream:released max-action-results-size:5G use-floating-ip:true uuid:c4cfc1d8-a73f-479a-8c39-6193316c72b8 apt-no-proxy: fan-config: name:controller network:312c4a92-9ad8-40ca-b7a8-5d8cfe60a54c container-image-metadata-url: cloudinit-userdata: max-status-history-age:336h apt-mirror: logforward-enabled:false disable-network-management:false transmit-vendor-metrics:true use-default-secgroup:true logging-config: http-proxy: development:false apt-ftp-proxy: type:openstack firewall-mode:instance no-proxy:127.0.0.1,localhost,::1 container-image-stream:released container-networking-method: egress-subnets: net-bond-reconfigure-delay:17 authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY3aynhvuVIxLMexmBvi1JKV8q5yHmZHM66K/zW9fAsWBoRIpxZ3vujOWE2bfiXYFb/2loRJx9svDyi/9MKuIg5ZUDku3CgljmSsT75S4cG3JJ9+O44jNUGQxVpENApsku0T9tKpGjoy+Vs41nk7qiMMgZMuINStQSv3CkrEmwmyuCkdJUOIxh3f4KSeZubXd5jVK73t25w9dzq4vR+5O1OstGKVywIe47Sp53AxQg7+7wXcnmwvnyq974puMMHAuJVnZ9AHgYUA6CAEkn2EfySIYA/1K6zvWmpXF+RR0Cg0VOZ42QIHn4j/jRxM8mVrIyxippFonAWXdnsL4en+pJ juju-client-key agent-metadata-url: container-inherit-properties: policy-target-group: external-network: image-stream:released enable-os-refresh-update:true apt-http-proxy: use-openstack-gbp:false provisioner-harvest-mode:destroyed automatically-retry-hooks:true image-metadata-url: https-proxy: proxy-ssh:false max-action-results-age:336h enable-os-upgrade:true apt-https-proxy:] 10:45:32 INFO juju.provider.openstack provider.go:145 opening model "controller" 10:45:32 DEBUG goose :1 auth details: &{Token:gAAAAABbzapMwTerR6bC5UHfT1comaRy-Ncu79tGfccgv2rPtlnIfVpsvwN-kOhfpOQfC1gCozWkkmn8D17pr7a1S-c_MInBibq-VzAAQrwXV3xXFNE3OKyd57ekvYK-fLT_CiZdc6wAMtVxvP8d-_PgZy0ZufBlR9mum5PPAW1U-QNV4kdQEZA TenantId:5bf39eb769a94e58838f7ffe1a379e07 UserId:2d27ae048a12455cae7ae2df311f9a7f Domain: RegionServiceURLs:map[regionOne:map[image:http://172.30.9.28:9292 volumev3:http://172.30.9.28:8776/v3/5bf39eb769a94e58838f7ffe1a379e07 volumev2:http://172.30.9.28:8776/v2/5bf39eb769a94e58838f7ffe1a379e07 placement:http://172.30.9.28:8778/placement network:http://172.30.9.28:9696 orchestration:http://172.30.9.28:8004/v1/5bf39eb769a94e58838f7ffe1a379e07 cloudformation:http://172.30.9.28:8000/v1 compute:http://172.30.9.28:8774/v2.1 identity:http://172.30.9.28:5000 policy:http://172.30.9.28:1789 nfv-orchestration:http://172.30.9.28:9890 metric:http://172.30.9.28:8041 volume:http://172.30.9.28:8776/v1/5bf39eb769a94e58838f7ffe1a379e07 alarming:http://172.30.9.28:8042 key-manager:http://172.30.9.28:9311]]} 10:45:32 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 10:45:32 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 10:45:32 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 10:45:32 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 10:45:32 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 10:45:32 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 10:45:32 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 10:45:32 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 10:45:32 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 10:45:32 INFO cmd bootstrap.go:233 Loading image metadata 10:45:32 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 10:45:32 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 10:45:32 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 10:45:32 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.28:5000/v3} [saucy win7 win81 win10 centos7 vivid bionic win2016nano quantal utopic win2008r2 win2016 win2016hv win8 genericlinux zesty artful win2012hvr2 win2012hv win2012 trusty wily win2012r2 raring yakkety precise xenial opensuseleap] [amd64 i386 armhf arm64 ppc64el s390x] released}} 10:45:32 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 10:45:35 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 10:45:35 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.28:5000/v3} not found 10:45:35 DEBUG juju.environs.bootstrap bootstrap.go:616 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.28:5000/v3} not found 10:45:35 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 10:45:35 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 10:45:35 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 10:45:35 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 10:45:35 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 10:45:35 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 10:45:35 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 10:45:35 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 10:45:35 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 10:45:36 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 10:45:38 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 10:45:38 INFO cmd bootstrap.go:389 Starting new instance for initial controller 10:45:38 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 10:45:38 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 10:45:38 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:6e45a55b-eb8a-42a6-9653-a743eb739f2c Arch:amd64 VirtType:}] 10:45:38 INFO juju.environs.instances image.go:106 find instance - using image with id: 6e45a55b-eb8a-42a6-9653-a743eb739f2c 10:45:38 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 10:45:38 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 10:45:38 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2487 bytes 10:45:38 DEBUG juju.provider.openstack provider.go:1005 using network id "312c4a92-9ad8-40ca-b7a8-5d8cfe60a54c" 10:45:38 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" has status BUILD, wait 10 seconds before retry, attempt 11 10:47:47 INFO juju.provider.openstack provider.go:1175 started instance "f7d29f49-b427-4d90-8e6a-5be8db7648f7" 10:47:47 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 10:47:48 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.208 10:47:48 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.208 10:47:51 INFO cmd bootstrap.go:225 - f7d29f49-b427-4d90-8e6a-5be8db7648f7 (arch=amd64 mem=2G cores=1) 10:47:51 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 10:47:51 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 10:47:51 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 10:47:54 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 10:47:54 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 10:47:55 DEBUG juju.provider.openstack provider.go:417 instance f7d29f49-b427-4d90-8e6a-5be8db7648f7 has floating IP address: 172.30.9.208 Attempting to connect to 172.30.9.208:22 Attempting to connect to 192.168.121.8:22 10:47:55 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.8 failed: ssh: connect to host 192.168.121.8 port 22: Connection refused 10:47:56 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 10:48:00 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.8 failed: ssh: connect to host 192.168.121.8 port 22: Connection refused 10:48:01 INFO cmd bootstrap.go:333 Connected to 172.30.9.208 10:48:01 INFO juju.cloudconfig userdatacfg_unix.go:460 Fetching agent: curl -sSfw 'agent binaries from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.3.9/juju-2.3.9-ubuntu-amd64.tgz]> 10:48:01 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-6c72b8-controller-0 10:50:13 INFO cmd bootstrap.go:455 Bootstrap agent now started 10:50:15 DEBUG juju.provider.openstack provider.go:417 instance f7d29f49-b427-4d90-8e6a-5be8db7648f7 has floating IP address: 172.30.9.208 10:50:15 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.208:17070 192.168.121.8:17070] 10:50:15 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.208 to verify accessibility... 10:50:15 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.208:17070 192.168.121.8:17070] 10:50:15 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" 10:50:15 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" 10:50:16 DEBUG juju.api monitor.go:35 RPC connection died 10:50:16 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 10:50:16 INFO cmd controller.go:88 Controller machines are in the "controller" model 10:50:16 INFO cmd controller.go:89 Initial model "default" added 10:50:16 INFO cmd supercommand.go:465 command finished 2018-10-22 10:50:16,546 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-10-22 10:50:16,546 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-10-22 10:50:41,498 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Resolving charm: cs:mysql-55 Executing changes: - upload charm /src/epc-requirements/abot_charm/abot-epc-basic for series xenial - deploy application abot-epc-basic on xenial using /src/epc-requirements/abot_charm/abot-epc-basic - expose abot-epc-basic - set annotations for abot-epc-basic - upload charm cs:mysql-55 for series trusty - deploy application mysql on trusty using cs:mysql-55 - set annotations for mysql - upload charm /src/epc-requirements/abot_charm/oai-epc for series trusty - deploy application oai-epc on trusty using /src/epc-requirements/abot_charm/oai-epc - set annotations for oai-epc - upload charm /src/epc-requirements/abot_charm/oai-hss for series trusty - deploy application oai-hss on trusty using /src/epc-requirements/abot_charm/oai-hss - set annotations for oai-hss - add relation mysql:db - oai-hss:db - add relation oai-hss:hss - oai-epc:hss - add relation oai-epc:epc - abot-epc-basic:epc - add relation oai-epc:ssh-abot-epc - abot-epc-basic:ssh-abot - add unit abot-epc-basic/0 to new machine 0 - add unit mysql/0 to new machine 1 - add unit oai-epc/0 to new machine 2 - add unit oai-hss/0 to new machine 3 Deploy of bundle completed. 2018-10-22 10:50:41,499 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-10-22 11:13:18,897 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-10-22 11:13:01.912341Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-10-22 11:13:18,897 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-10-22 11:13:18,897 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-10-22 11:13:19,096 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.3.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic maintenance 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc error 1 oai-epc local 3 ubuntu oai-hss error 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* maintenance idle 0 172.30.9.205 80/tcp,5000/tcp ABot updated! Setup relations to get into active state... mysql/0* unknown idle 1 172.30.9.200 3306/tcp oai-epc/0* error idle 2 172.30.9.202 hook failed: "install" oai-hss/0* error idle 3 172.30.9.203 hook failed: "install" Machine State DNS Inst id Series AZ Message 0 started 172.30.9.205 46966e07-d424-4ff1-9630-d627df23f222 xenial nova ACTIVE 1 started 172.30.9.200 9e2b3784-226b-46f6-85d4-f47b709782e4 trusty nova ACTIVE 2 started 172.30.9.202 fe61353b-e7f8-4480-a16f-9e0964d91598 trusty nova ACTIVE 3 started 172.30.9.203 14f47a3a-406c-4b93-8343-6d453f723130 trusty nova ACTIVE 2018-10-22 11:13:19,283 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.205 (agent:idle, workload:maintenance) 80/tcp, 5000/tcp 2018-10-22 11:13:19,284 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - abot-epc-basic workload differs from active 2018-10-22 11:13:19,420 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 11:13:19,421 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 28:16 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-22 11:13:20,068 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 10:53:41 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 10:53:41 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 10:53:41 DEBUG juju.agent read agent config, format "2.0" machine-0: 10:53:41 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 10:53:41 DEBUG juju.worker start "engine" machine-0: 10:53:41 INFO juju.worker start "engine" machine-0: 10:53:41 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 10:53:41 DEBUG juju.worker "engine" started machine-0: 10:53:41 DEBUG juju.worker.introspection stats worker now serving machine-0: 10:53:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-0: 10:53:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 10:53:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 10:53:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.apicaller connecting with old password machine-0: 10:53:41 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 10:53:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 10:53:41 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:41 INFO juju.api connection established to "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 10:53:41 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 10:53:42 DEBUG juju.worker.apicaller connected machine-0: 10:53:42 DEBUG juju.worker.apicaller changing password... machine-0: 10:53:42 DEBUG juju.worker.apicaller password changed machine-0: 10:53:42 DEBUG juju.api RPC connection died machine-0: 10:53:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 10:53:42 DEBUG juju.worker.apicaller connecting with current password machine-0: 10:53:42 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:42 INFO juju.api connection established to "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:42 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:43 DEBUG juju.worker.apicaller connected machine-0: 10:53:43 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:53:43 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 10:53:43 INFO juju.worker.upgrader unblocking abort check machine-0: 10:53:43 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 10:53:43 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 10:53:43 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 10:53:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.logger logger setup machine-0: 10:53:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 10:53:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 10:53:43 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:53:43 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:53:43 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:53:43 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 10:53:43 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 10:53:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-0: 10:53:43 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 10:53:43 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:53:43 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:53:43 DEBUG juju.network including address public:172.30.9.208 for machine machine-0: 10:53:43 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-0: 10:53:43 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-0: 10:53:43 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 10:53:43 DEBUG juju.network including address local-machine:::1 for machine machine-0: 10:53:43 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 10:53:43 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 10:53:43 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 10:53:43 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 10:53:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 10:53:43 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 10:53:43 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-0: 10:53:43 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 10:53:43 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 10:53:43 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 10:53:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 10:53:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 10:53:43 DEBUG juju.api RPC connection died machine-0: 10:53:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker killing runner 0xc4206df790 machine-0: 10:53:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: connection is shut down machine-0: 10:53:43 INFO juju.worker runner is dying machine-0: 10:53:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-0: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: watching block devices: connection is shut down machine-0: 10:53:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 10:53:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 10:53:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:43 DEBUG juju.worker.apicaller connecting with current password machine-0: 10:53:43 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:43 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:43 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:44 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result configuring fan underlay:192.168.121.0/24 overlay:252.0.0.0/8 0 machine-0: 10:53:44 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 10:53:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 10:53:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:44 DEBUG juju.worker.apicaller connected machine-0: 10:53:44 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:53:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 10:53:44 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 10:53:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.logger logger setup machine-0: 10:53:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 10:53:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 10:53:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 10:53:44 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:53:44 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:53:44 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:53:44 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 10:53:44 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 10:53:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 10:53:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 10:53:44 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 10:53:44 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 10:53:44 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 10:53:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 10:53:44 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 10:53:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 10:53:44 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 10:53:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 10:53:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 10:53:44 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 10:53:44 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 10:53:44 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 10:53:44 DEBUG juju.network "lxdbr0" has addresses [fe80::b87a:ddff:fe77:72f9/64 fe80::1/64] machine-0: 10:53:44 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:53:44 DEBUG juju.network including address public:172.30.9.208 for machine machine-0: 10:53:44 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-0: 10:53:44 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-0: 10:53:44 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 10:53:44 DEBUG juju.network including address local-machine:::1 for machine machine-0: 10:53:44 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 10:53:44 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 10:53:44 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-0: 10:53:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 10:53:44 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 10:53:44 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 10:53:44 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 10:53:44 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 10:53:44 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 10:53:44 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 10:53:44 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 10:53:45 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 10:53:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 10:53:45 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 10:53:45 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 10:53:45 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 10:53:45 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 10:53:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 10:53:45 DEBUG juju.network "lxdbr0" has addresses [fe80::b87a:ddff:fe77:72f9/64 fe80::1/64] machine-0: 10:53:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:53:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 10:53:45 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 10:53:45 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-0: 10:53:45 DEBUG juju.network including address local-machine:::1 for machine machine-0: 10:53:45 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:::1] machine-0: 10:53:45 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:::1] machine-0: 10:53:45 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 10:53:45 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 10:53:45 INFO juju.worker.upgrader unblocking abort check machine-0: 10:53:45 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 10:53:45 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 10:53:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 10:53:45 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 10:53:45 DEBUG juju.worker start "0-container-watcher" machine-0: 10:53:45 DEBUG juju.worker start "stateconverter" machine-0: 10:53:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 10:53:45 INFO juju.worker start "0-container-watcher" machine-0: 10:53:45 DEBUG juju.worker "0-container-watcher" started machine-0: 10:53:45 INFO juju.worker start "stateconverter" machine-0: 10:53:45 DEBUG juju.worker "stateconverter" started machine-0: 10:53:45 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 10:53:45 DEBUG juju.service discovered init system "systemd" from local host machine-0: 10:53:45 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-0: 10:53:46 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 10:53:46 INFO juju.worker.machiner "machine-0" started machine-0: 10:53:46 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 10:53:46 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 10:53:46 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 10:53:46 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 10:53:46 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-abot-epc-basic-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "abot-epc-basic/0", "--debug"} unit-abot-epc-basic-0: 10:53:46 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 10:53:46 INFO juju.worker start "api" unit-abot-epc-basic-0: 10:53:46 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:53:46 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:53:46 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:53:46 DEBUG juju.api successfully dialed "wss://252.8.0.1:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:53:46 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:53:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:53:47 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:53:47 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:53:47 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 10:53:47 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 10:53:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 10:53:47 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 10:53:47 DEBUG juju.api successfully dialed "wss://252.8.0.1:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:53:47 INFO juju.api connection established to "wss://252.8.0.1:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:53:47 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:53:47 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-0: 10:53:48 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:0f:31:ff CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.6 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:0f:31:ff CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress:ba:7a:dd:77:72:f9 CIDR: MTU:1500 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lxdbr0 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:3 MACAddress:ba:7a:dd:77:72:f9 CIDR: MTU:1500 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lxdbr0 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:6e:44:3b:89:5b:36 CIDR:252.0.0.0/8 MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:static Address:252.6.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:6e:44:3b:89:5b:36 CIDR: MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:5 MACAddress:6e:44:3b:89:5b:36 CIDR: MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ftun0 ParentInterfaceName:fan-252 InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-abot-epc-basic-0: 10:53:48 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 10:53:49 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network "lxdbr0" has addresses [fe80::b87a:ddff:fe77:72f9/64 fe80::1/64] unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network including address public:172.30.9.208 for machine unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network including address local-fan:252.8.0.1 for machine unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 10:53:49 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 10:53:49 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] unit-abot-epc-basic-0: 10:53:49 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 10:53:49 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 10:53:49 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 10:53:49 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-abot-epc-basic-0/run.socket unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 10:53:49 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:53:49 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 10:53:49 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 10:53:49 DEBUG httpbakery client do GET https://252.8.0.1:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 10:53:49 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 10:53:49 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 10:53:49 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 10:53:50 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:53:50 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:53:50 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:53:51 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 10:53:51 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 10:53:51 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 10:53:51 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 10:53:51 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-0: 10:53:51 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 10:53:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 10:53:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 10:53:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:53:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> machine-0: 10:53:52 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 10:53:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 10:53:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 10:53:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-0: 10:53:52 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 10:53:52 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 10:53:52 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 10:53:52 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 10:53:53 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 10:53:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:53:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] unit-abot-epc-basic-0: 10:53:54 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6946 B] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 [5042 B] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] unit-abot-epc-basic-0: 10:53:55 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [25.2 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblcms2-2 amd64 2.6-3ubuntu2.1 [136 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 10:53:56 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 10:53:57 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 10:53:57 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 10:53:57 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 10:53:57 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 10:53:58 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 10:53:59 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 10:53:59 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 10:53:59 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 10:53:59 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 10:53:59 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 10:53:59 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 10:53:59 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9044 B] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8324 B] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 10:54:00 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1775 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9834 B] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 10:54:01 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1470 kB] unit-abot-epc-basic-0: 10:54:02 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-0ubuntu0.16.04.1 [8180 kB] unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-0ubuntu0.16.04.1 [453 kB] unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 9s (7415 kB/s) unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54367 files and directories currently installed.) unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:54:05 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:54:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 10:54:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:06 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:54:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 10:54:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:07 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:54:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 10:54:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 10:54:07 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 10:54:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 10:54:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 10:54:08 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 10:54:08 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 10:54:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 10:54:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:09 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:54:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 10:54:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:09 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:54:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 10:54:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:10 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:54:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 10:54:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:10 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 10:54:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:54:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 10:54:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:15 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 10:54:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 10:54:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:54:16 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 10:54:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 10:54:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 10:54:16 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:54:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 10:54:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 10:54:17 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:54:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 10:54:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 10:54:18 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:54:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 10:54:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 10:54:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:54:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 10:54:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:19 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 10:54:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 10:54:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 10:54:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:54:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 10:54:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 10:54:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 10:54:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:54:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 10:54:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:54:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 10:54:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:23 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:54:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 10:54:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:54:27 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 10:54:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 10:54:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 10:54:28 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 10:54:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 10:54:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:54:29 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:54:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 10:54:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:54:30 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:54:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 10:54:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:31 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:54:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 10:54:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 10:54:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 10:54:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 10:54:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 10:54:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 10:54:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 10:54:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 10:54:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:54:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 10:54:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 10:54:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:37 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:54:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 10:54:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 10:54:37 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 10:54:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 10:54:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 10:54:38 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 10:54:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 10:54:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 10:54:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:54:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 10:54:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 10:54:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:54:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 10:54:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:54:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 10:54:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 10:54:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:41 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:54:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 10:54:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:42 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 10:54:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 10:54:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:54:44 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 10:54:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 10:54:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:54:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 10:54:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:47 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:54:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 10:54:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:54:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 10:54:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:54:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 10:54:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:54:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 10:54:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:54:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 10:54:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:54:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:54:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 10:54:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:54:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 10:54:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:54:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:54:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 10:54:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... unit-abot-epc-basic-0: 10:55:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:55:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 10:55:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 10:55:00 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 10:55:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 10:55:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 10:55:01 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 10:55:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 10:55:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:55:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:55:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:55:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 10:55:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:55:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:55:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 10:55:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:55:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:55:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 10:55:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:55:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:55:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 10:55:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:55:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 10:55:05 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 10:55:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 10:55:08 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 10:55:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 10:55:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:55:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:55:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:55:09 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 10:55:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 10:55:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 10:55:10 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 10:55:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 10:55:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:55:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:55:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 10:55:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:55:11 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:55:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 10:55:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2.1_all.deb ... unit-abot-epc-basic-0: 10:55:11 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:55:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 10:55:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:55:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:55:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 10:55:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:55:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:55:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 10:55:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:55:13 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:55:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 10:55:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:55:14 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:55:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 10:55:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:55:15 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:55:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 10:55:20 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:55:22 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:55:22 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:55:24 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 10:55:24 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 10:55:24 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 10:55:25 DEBUG unit.abot-epc-basic/0.install update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults unit-abot-epc-basic-0: 10:55:26 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:55:26 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:55:26 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:55:27 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:55:27 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:55:28 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:55:28 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:55:28 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:55:28 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:55:30 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:55:30 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:55:31 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 10:55:31 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 10:55:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 10:55:31 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 10:55:31 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:55:31 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:55:32 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:55:32 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:55:33 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 10:55:33 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:55:33 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 10:55:34 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:55:34 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:55:34 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 10:55:35 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:55:35 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:55:35 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 10:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 10:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 10:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... machine-1: 10:55:38 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 10:55:38 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 10:55:38 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:55:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... machine-1: 10:55:38 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 10:55:38 DEBUG juju.worker start "engine" machine-1: 10:55:38 INFO juju.worker start "engine" machine-1: 10:55:38 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 10:55:38 DEBUG juju.worker "engine" started machine-1: 10:55:38 DEBUG juju.worker.introspection stats worker now serving machine-1: 10:55:38 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:55:38 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... machine-1: 10:55:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.apicaller connecting with old password machine-1: 10:55:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:38 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:38 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 10:55:38 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 10:55:38 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 10:55:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... machine-1: 10:55:39 DEBUG juju.worker.apicaller connected machine-1: 10:55:39 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... machine-1: 10:55:39 DEBUG juju.worker.apicaller password changed machine-1: 10:55:39 DEBUG juju.api RPC connection died machine-1: 10:55:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 10:55:39 DEBUG juju.worker.apicaller connecting with current password machine-1: 10:55:39 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:39 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:39 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:55:40 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:55:40 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:55:40 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... machine-1: 10:55:40 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:55:40 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 10:55:41 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... machine-1: 10:55:41 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:55:41 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... machine-1: 10:55:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:55:41 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... machine-1: 10:55:41 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 10:55:41 INFO juju.worker.upgrader unblocking abort check machine-1: 10:55:41 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 10:55:41 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 10:55:41 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 10:55:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 10:55:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:55:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.logger logger setup machine-1: 10:55:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 10:55:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 10:55:41 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:55:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:55:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:55:41 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:55:41 INFO juju.util.exec run result: exit status 127 machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec426793465/script.sh: line 1: fanatic: command not found 127 machine-1: 10:55:41 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 10:55:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:55:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:55:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:55:41 DEBUG juju.network including address public:172.30.9.208 for machine machine-1: 10:55:41 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-1: 10:55:41 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-1: 10:55:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:55:41 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:55:41 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 10:55:41 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 10:55:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:55:41 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 10:55:41 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 10:55:41 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 10:55:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:55:41 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 10:55:41 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 10:55:41 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 10:55:41 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 10:55:41 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 10:55:41 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 10:55:41 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 10:55:41 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 10:55:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:55:41 INFO juju.util.exec run result: exit status 127 machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec775540285/script.sh: line 1: fanatic: command not found 127 machine-1: 10:55:41 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 10:55:41 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... machine-1: 10:55:41 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 10:55:41 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-1: 10:55:41 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 10:55:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 10:55:41 DEBUG juju.api RPC connection died machine-1: 10:55:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker killing runner 0xc4205611e0 machine-1: 10:55:41 INFO juju.worker runner is dying machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-1: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 10:55:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 10:55:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: unit-abot-epc-basic-0: 10:55:41 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... machine-1: 10:55:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.apicaller connecting with current password machine-1: 10:55:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:41 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 10:55:41 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:55:42 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:55:42 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... machine-1: 10:55:42 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:55:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:55:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... machine-1: 10:55:42 DEBUG juju.api RPC connection died machine-1: 10:55:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 10:55:42 DEBUG juju.worker.apicaller connecting with current password machine-1: 10:55:42 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:42 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-1: 10:55:42 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:55:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... machine-1: 10:55:43 DEBUG juju.worker.apicaller connected machine-1: 10:55:43 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 10:55:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 10:55:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 10:55:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 10:55:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 10:55:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:55:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:55:43 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 10:55:43 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:55:43 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:55:43 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:55:43 DEBUG juju.network including address public:172.30.9.208 for machine machine-1: 10:55:43 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-1: 10:55:43 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-1: 10:55:43 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:55:43 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:55:43 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 10:55:43 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 10:55:43 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-1: 10:55:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:55:43 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 10:55:43 INFO juju.util.exec run result: exit status 127 machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec955201729/script.sh: line 1: fanatic: command not found 127 machine-1: 10:55:43 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 10:55:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:55:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:55:43 INFO juju.util.exec run result: exit status 127 machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec231798939/script.sh: line 1: fanatic: command not found 127 machine-1: 10:55:43 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 10:55:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:55:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:55:43 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 10:55:43 INFO juju.worker.upgrader unblocking abort check machine-1: 10:55:43 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 10:55:44 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:55:44 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... machine-1: 10:55:45 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 10:55:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.logger logger setup machine-1: 10:55:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 10:55:45 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 10:55:45 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 10:55:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 10:55:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 10:55:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:55:45 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 10:55:45 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 10:55:45 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 10:55:45 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:55:45 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 10:55:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:55:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:55:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:55:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:55:45 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 10:55:45 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:55:45 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 10:55:45 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 10:55:45 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 10:55:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:55:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:55:45 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:55:45 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 10:55:45 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 10:55:45 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 10:55:45 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 10:55:45 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 10:55:45 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 10:55:45 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 10:55:46 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 10:55:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 10:55:46 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... machine-1: 10:55:46 DEBUG juju.worker start "1-container-watcher" machine-1: 10:55:46 DEBUG juju.worker start "stateconverter" machine-1: 10:55:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 10:55:46 INFO juju.worker start "1-container-watcher" machine-1: 10:55:46 DEBUG juju.worker "1-container-watcher" started machine-1: 10:55:46 INFO juju.worker start "stateconverter" machine-1: 10:55:46 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 10:55:46 DEBUG juju.worker "stateconverter" started machine-1: 10:55:46 INFO juju.worker.deployer deploying unit "mysql/0" unit-abot-epc-basic-0: 10:55:46 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 10:55:47 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... machine-1: 10:55:47 DEBUG juju.service discovered init system "upstart" from local host machine-1: 10:55:47 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-1: 10:55:47 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 10:55:47 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 10:55:47 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-mysql-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "mysql/0", "--debug"} unit-mysql-0: 10:55:47 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 10:55:47 DEBUG juju.worker start "api" unit-mysql-0: 10:55:47 INFO juju.worker start "api" unit-mysql-0: 10:55:47 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 10:55:47 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 10:55:47 DEBUG juju.worker "api" started unit-mysql-0: 10:55:47 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:55:47 INFO juju.worker.machiner "machine-1" started unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:55:47 INFO juju.api.common no addresses observed on interface "tunl0" unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 10:55:47 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 10:55:47 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-mysql-0: 10:55:47 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-mysql-0: 10:55:47 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:55:47 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-mysql-0: 10:55:47 DEBUG juju.worker.apicaller connected unit-mysql-0: 10:55:47 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:55:48 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-mysql-0: 10:55:48 DEBUG juju.worker.apicaller password changed unit-mysql-0: 10:55:48 DEBUG juju.api RPC connection died unit-mysql-0: 10:55:48 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 10:55:48 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 10:55:48 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-mysql-0: 10:55:48 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-mysql-0: 10:55:48 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:55:48 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 10:55:48 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-mysql-0: 10:55:49 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... machine-1: 10:55:49 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:db:0b:70 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.9 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:db:0b:70 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:55:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-mysql-0: 10:55:50 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 10:55:50 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 10:55:50 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 10:55:50 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 10:55:50 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.logger logger setup unit-mysql-0: 10:55:50 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 10:55:50 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 10:55:50 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 10:55:50 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 10:55:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 10:55:50 DEBUG juju.network including address public:172.30.9.208 for machine unit-mysql-0: 10:55:50 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-mysql-0: 10:55:50 DEBUG juju.network including address local-fan:252.8.0.1 for machine unit-mysql-0: 10:55:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 10:55:50 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 10:55:50 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 10:55:50 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 10:55:50 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 10:55:50 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 10:55:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 10:55:50 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 10:55:50 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 10:55:50 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 10:55:50 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-mysql-0: 10:55:50 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 10:55:50 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 10:55:50 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 10:55:50 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 10:55:50 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 10:55:50 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 10:55:50 INFO juju.worker.uniter resuming charm install unit-mysql-0: 10:55:50 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 10:55:50 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 10:55:50 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 10:55:50 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 10:55:50 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 10:55:50 DEBUG httpbakery client do GET https://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 10:55:50 DEBUG httpbakery } -> error unit-mysql-0: 10:55:50 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 10:55:50 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 10:55:51 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-mysql-0: 10:55:51 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 10:55:51 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 10:55:51 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 10:55:51 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:55:52 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:55:52 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 10:55:52 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 10:55:53 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:55:53 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 10:55:54 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:55:54 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:55:54 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:55:55 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 10:55:55 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:55:56 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 10:55:56 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 10:55:57 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 10:55:58 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 10:55:58 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 10:55:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 10:55:59 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 10:55:59 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 10:55:59 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 10:55:59 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 10:55:59 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 10:55:59 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 10:55:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 10:56:00 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:56:00 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 10:56:00 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 10:56:01 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-mysql-0: 10:56:01 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1169 kB/s) unit-abot-epc-basic-0: 10:56:01 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-mysql-0: 10:56:01 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 10:56:01 DEBUG unit.mysql/0.install (Reading database ... 52422 files and directories currently installed.) unit-mysql-0: 10:56:01 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 10:56:02 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-mysql-0: 10:56:02 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 10:56:03 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 10:56:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 10:56:04 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 10:56:04 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 10:56:04 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 10:56:04 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 10:56:04 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-mysql-0: 10:56:05 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (77.0 kB/s) unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-mysql-0: 10:56:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-mysql-0: 10:56:05 DEBUG unit.mysql/0.install (Reading database ... 52462 files and directories currently installed.) unit-mysql-0: 10:56:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-mysql-0: 10:56:05 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:56:05 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-mysql-0: 10:56:06 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 10:56:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 10:56:07 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 10:56:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 10:56:08 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-mysql-0: 10:56:08 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-mysql-0: 10:56:08 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 10:56:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 10:56:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode unit-mysql-0: 10:56:08 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 10:56:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 10:56:08 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-mysql-0: 10:56:08 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-mysql-0: 10:56:08 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 10:56:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-mysql-0: 10:56:08 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 10:56:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 10:56:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 10:56:09 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-mysql-0: 10:56:09 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.install unit-mysql-0: 10:56:10 DEBUG unit.mysql/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-mysql-0: 10:56:10 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.install done. unit-mysql-0: 10:56:10 DEBUG unit.mysql/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-mysql-0: 10:56:10 DEBUG unit.mysql/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-mysql-0: 10:56:10 DEBUG unit.mysql/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 10:56:11 DEBUG unit.abot-epc-basic/0.install --2018-10-22 10:56:11-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 10:56:11 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-mysql-0: 10:56:11 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 10:56:12 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 10:56:12 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 10:56:12 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 10:56:12 DEBUG unit.abot-epc-basic/0.install unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-abot-epc-basic-0: 10:56:12 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 61.5K 12m38s unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] unit-mysql-0: 10:56:12 DEBUG unit.mysql/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-abot-epc-basic-0: 10:56:13 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 61.4K 12m38s unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Fetched 40.9 MB in 5s (7059 kB/s) unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install (Reading database ... 52472 files and directories currently installed.) unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:56:13 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:14 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 61.6K 12m36s unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 10:56:14 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 10:56:14 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 91.7K 11m33s unit-abot-epc-basic-0: 10:56:15 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 92.4K 10m55s unit-mysql-0: 10:56:15 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 10:56:15 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 10:56:15 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 10:56:15 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 184K 9m47s unit-mysql-0: 10:56:15 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 10:56:15 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:56:16 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:16 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 184K 8m59s unit-abot-epc-basic-0: 10:56:16 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 92.7K 8m53s unit-abot-epc-basic-0: 10:56:16 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 31.8M 7m54s unit-mysql-0: 10:56:16 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 10:56:16 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:56:16 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:16 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 185K 7m31s unit-mysql-0: 10:56:16 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 10:56:16 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 10:56:16 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 10:56:17 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 185K 7m12s unit-abot-epc-basic-0: 10:56:17 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 185K 6m56s unit-mysql-0: 10:56:17 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 10:56:17 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:56:17 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:17 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 185K 6m43s unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:18 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 92.8K 6m49s unit-abot-epc-basic-0: 10:56:18 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 1.32M 6m24s unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:18 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 98.7K 6m29s unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 10:56:18 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 10:56:19 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 184K 6m20s unit-abot-epc-basic-0: 10:56:19 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 184K 6m12s unit-mysql-0: 10:56:19 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 10:56:19 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 10:56:19 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 185K 6m5s unit-mysql-0: 10:56:19 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 10:56:19 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 10:56:19 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... unit-abot-epc-basic-0: 10:56:19 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 184K 5m59s unit-mysql-0: 10:56:19 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... unit-abot-epc-basic-0: 10:56:20 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 185K 5m53s unit-abot-epc-basic-0: 10:56:20 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 185K 5m48s unit-abot-epc-basic-0: 10:56:20 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 164K 5m45s unit-mysql-0: 10:56:20 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 10:56:20 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 10:56:20 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 159K 5m42s unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 185K 5m38s unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 142K 5m37s unit-mysql-0: 10:56:21 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 10:56:21 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 161K 5m34s unit-mysql-0: 10:56:22 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 149K 5m33s unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 183K 5m30s unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 185K 5m26s unit-abot-epc-basic-0: 10:56:23 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 186K 5m23s unit-abot-epc-basic-0: 10:56:23 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 200K 5m20s unit-mysql-0: 10:56:23 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 10:56:23 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 10:56:23 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:56:23 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 221K 5m16s unit-abot-epc-basic-0: 10:56:23 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 321K 5m11s unit-mysql-0: 10:56:23 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 10:56:23 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:56:23 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 201K 5m8s unit-mysql-0: 10:56:24 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:24 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 243K 5m4s unit-abot-epc-basic-0: 10:56:24 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 183K 5m2s unit-abot-epc-basic-0: 10:56:24 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 420K 4m57s unit-abot-epc-basic-0: 10:56:24 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 325K 4m52s unit-mysql-0: 10:56:24 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 10:56:24 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:56:24 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:25 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 185K 4m51s unit-abot-epc-basic-0: 10:56:25 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 842K 4m44s unit-abot-epc-basic-0: 10:56:25 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 236K 4m42s unit-abot-epc-basic-0: 10:56:25 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 633K 4m37s unit-abot-epc-basic-0: 10:56:25 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 261K 4m34s unit-abot-epc-basic-0: 10:56:25 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 857K 4m29s unit-abot-epc-basic-0: 10:56:25 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 236K 4m27s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 183K 4m26s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 68.9M 4m20s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 2.03M 4m15s unit-mysql-0: 10:56:26 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 10:56:26 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 10:56:26 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 207K 4m14s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 1.68M 4m9s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 207K 4m8s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 1.67M 4m4s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 207K 4m3s unit-abot-epc-basic-0: 10:56:26 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 1.70M 3m59s unit-mysql-0: 10:56:27 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 10:56:27 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 207K 3m58s unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 1.76M 3m54s unit-mysql-0: 10:56:27 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 207K 3m53s unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 7.71M 3m49s unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 253K 3m48s unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 685K 3m45s unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 428K 3m43s unit-abot-epc-basic-0: 10:56:27 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 328K 3m41s unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 597K 3m38s unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 272K 3m37s unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 2.01M 3m34s unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 233K 3m33s unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 1.36M 3m30s unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 418K 3m29s unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 337K 3m27s unit-mysql-0: 10:56:28 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 10:56:28 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:56:28 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 768K 3m25s unit-mysql-0: 10:56:28 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 247K 3m24s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 9.05M 3m21s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 256K 3m21s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 683K 3m19s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 595K 3m17s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 271K 3m16s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 1.80M 3m13s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 228K 3m13s unit-abot-epc-basic-0: 10:56:29 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 1.86M 3m11s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 414K 3m9s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 337K 3m8s unit-mysql-0: 10:56:30 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 10:56:30 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 803K 3m7s unit-mysql-0: 10:56:30 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 245K 3m6s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 5.95M 3m4s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 326K 3m3s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 435K 3m2s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 611K 3m0s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 268K 3m0s unit-abot-epc-basic-0: 10:56:30 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 1.97M 2m58s unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 239K 2m58s unit-mysql-0: 10:56:31 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 1.19M 2m56s unit-mysql-0: 10:56:31 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 430K 2m55s unit-mysql-0: 10:56:31 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 330K 2m54s unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 835K 2m53s unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 257K 2m52s unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 2.55M 2m51s unit-mysql-0: 10:56:31 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 10:56:31 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 10:56:31 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 338K 2m50s unit-mysql-0: 10:56:32 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 419K 2m49s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 625K 2m48s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 285K 2m47s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 2.64M 2m46s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 316K 2m45s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 459K 2m44s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 803K 2m43s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 259K 2m43s unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 2.73M 2m41s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 343K 2m41s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 417K 2m40s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 1.79M 2m38s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 290K 2m38s unit-mysql-0: 10:56:33 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 10:56:33 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 688K 2m37s unit-mysql-0: 10:56:33 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 151K 2m38s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 54.8M 2m36s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 55.1M 2m35s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 590K 2m34s unit-abot-epc-basic-0: 10:56:33 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 401K 2m33s unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 634K 2m32s unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 263K 2m32s unit-mysql-0: 10:56:34 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 795K 2m31s unit-mysql-0: 10:56:34 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 10:56:34 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 242K 2m31s unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 840K 2m30s unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 366K 2m29s unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 651K 2m29s unit-abot-epc-basic-0: 10:56:34 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 551K 2m28s unit-mysql-0: 10:56:34 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 10:56:34 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 10:56:35 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 282K 2m28s unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 796K 2m27s unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 290K 2m26s unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 1.30M 2m25s unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 624K 2m25s unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 267K 2m24s unit-mysql-0: 10:56:35 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 10:56:35 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 819K 2m23s unit-mysql-0: 10:56:35 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 374K 2m23s unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 624K 2m22s unit-abot-epc-basic-0: 10:56:35 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 735K 2m21s unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 306K 2m21s unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 1.19M 2m20s unit-mysql-0: 10:56:36 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 10:56:36 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 10:56:36 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 167K 2m21s unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 56.9M 2m20s unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 59.4M 2m18s unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 252K 2m18s unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 706K 2m18s unit-mysql-0: 10:56:36 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 10:56:36 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 299K 2m17s unit-mysql-0: 10:56:36 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 10:56:36 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 486K 2m17s unit-abot-epc-basic-0: 10:56:37 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 292K 2m17s unit-abot-epc-basic-0: 10:56:37 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 565K 2m16s unit-mysql-0: 10:56:37 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 10:56:37 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-abot-epc-basic-0: 10:56:37 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 505K 2m15s unit-mysql-0: 10:56:37 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 10:56:37 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 325K 2m15s unit-abot-epc-basic-0: 10:56:37 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 643K 2m14s unit-abot-epc-basic-0: 10:56:37 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 263K 2m14s unit-mysql-0: 10:56:37 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 10:56:37 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-abot-epc-basic-0: 10:56:37 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 676K 2m14s unit-mysql-0: 10:56:37 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 257K 2m14s unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 1.24M 2m13s unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 263K 2m13s unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 678K 2m12s unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 398K 2m12s unit-mysql-0: 10:56:38 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 10:56:38 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 10:56:38 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 130K 2m13s unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 46.7M 2m12s unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 45.1M 2m11s unit-abot-epc-basic-0: 10:56:38 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 694K 2m10s unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:56:39 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 253K 2m10s unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:56:39 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 328K 2m10s unit-abot-epc-basic-0: 10:56:39 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 409K 2m9s unit-abot-epc-basic-0: 10:56:39 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 304K 2m9s unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 10:56:39 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 404K 2m9s unit-abot-epc-basic-0: 10:56:39 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 339K 2m9s unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:56:39 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 407K 2m8s unit-mysql-0: 10:56:39 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 339K 2m8s unit-mysql-0: 10:56:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 10:56:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 472K 2m7s unit-mysql-0: 10:56:40 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 312K 2m7s unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 457K 2m7s unit-mysql-0: 10:56:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 10:56:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 10:56:40 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 489K 2m6s unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 299K 2m6s unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 704K 2m6s unit-abot-epc-basic-0: 10:56:40 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 251K 2m6s unit-mysql-0: 10:56:41 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 10:56:41 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 283K 2m6s unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 2.34M 2m5s unit-mysql-0: 10:56:41 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 397K 2m4s unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 403K 2m4s unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 495K 2m4s unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 363K 2m3s unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 382K 2m3s unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 523K 2m3s unit-mysql-0: 10:56:41 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 10:56:41 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:56:41 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 520K 2m2s unit-mysql-0: 10:56:42 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 396K 2m2s unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 394K 2m2s unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 410K 2m1s unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 452K 2m1s unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 371K 2m1s unit-mysql-0: 10:56:42 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 10:56:42 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 529K 2m0s unit-mysql-0: 10:56:42 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 387K 2m0s unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 531K 1m59s unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 395K 1m59s unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 413K 1m59s unit-mysql-0: 10:56:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 10:56:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 642K 1m58s unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 282K 1m58s unit-mysql-0: 10:56:43 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 142K 1m59s unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 53.3M 1m58s unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 49.5M 1m57s unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 298K 1m57s unit-abot-epc-basic-0: 10:56:44 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 462K 1m57s unit-abot-epc-basic-0: 10:56:44 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 271K 1m57s unit-abot-epc-basic-0: 10:56:44 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 553K 1m56s unit-mysql-0: 10:56:44 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 10:56:44 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 10:56:44 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 261K 1m56s unit-abot-epc-basic-0: 10:56:44 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 388K 1m56s unit-mysql-0: 10:56:44 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 10:56:44 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 351K 1m56s unit-abot-epc-basic-0: 10:56:44 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 423K 1m56s unit-abot-epc-basic-0: 10:56:45 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 328K 1m55s unit-abot-epc-basic-0: 10:56:45 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 425K 1m55s unit-mysql-0: 10:56:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 10:56:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-mysql-0: 10:56:45 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 10:56:45 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 120K 1m56s unit-abot-epc-basic-0: 10:56:45 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 51.2M 1m55s unit-abot-epc-basic-0: 10:56:45 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 68.1M 1m54s unit-abot-epc-basic-0: 10:56:45 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 375K 1m54s unit-mysql-0: 10:56:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 10:56:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 10:56:45 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:56:45 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 344K 1m54s unit-abot-epc-basic-0: 10:56:46 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 237K 1m54s unit-abot-epc-basic-0: 10:56:46 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 399K 1m54s unit-abot-epc-basic-0: 10:56:46 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 244K 1m54s unit-mysql-0: 10:56:46 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 10:56:46 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 10:56:46 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:56:46 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 403K 1m53s unit-abot-epc-basic-0: 10:56:46 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 339K 1m53s unit-abot-epc-basic-0: 10:56:46 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 240K 1m53s unit-abot-epc-basic-0: 10:56:46 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 586K 1m53s unit-abot-epc-basic-0: 10:56:47 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 217K 1m53s unit-mysql-0: 10:56:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 10:56:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 10:56:47 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:56:47 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 163K 1m53s unit-abot-epc-basic-0: 10:56:47 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 59.2M 1m53s unit-abot-epc-basic-0: 10:56:47 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 387K 1m52s unit-abot-epc-basic-0: 10:56:47 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 254K 1m52s unit-mysql-0: 10:56:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 10:56:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-mysql-0: 10:56:47 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 10:56:48 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 235K 1m52s unit-abot-epc-basic-0: 10:56:48 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 205K 1m52s unit-mysql-0: 10:56:48 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:48 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 380K 1m52s unit-abot-epc-basic-0: 10:56:48 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 278K 1m52s unit-abot-epc-basic-0: 10:56:49 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 110K 1m53s unit-abot-epc-basic-0: 10:56:49 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 57.0M 1m52s unit-abot-epc-basic-0: 10:56:49 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 205K 1m52s unit-abot-epc-basic-0: 10:56:49 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 311K 1m52s unit-abot-epc-basic-0: 10:56:49 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 199K 1m52s unit-abot-epc-basic-0: 10:56:50 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 140K 1m53s unit-abot-epc-basic-0: 10:56:50 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 273K 1m53s unit-abot-epc-basic-0: 10:56:50 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 172K 1m53s unit-abot-epc-basic-0: 10:56:50 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 149K 1m53s unit-abot-epc-basic-0: 10:56:51 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 162K 1m53s unit-abot-epc-basic-0: 10:56:51 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 183K 1m53s unit-abot-epc-basic-0: 10:56:51 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 185K 1m54s unit-abot-epc-basic-0: 10:56:52 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 185K 1m54s unit-mysql-0: 10:56:52 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:52 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 185K 1m54s unit-abot-epc-basic-0: 10:56:52 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 185K 1m54s unit-mysql-0: 10:56:52 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:52 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 185K 1m54s unit-abot-epc-basic-0: 10:56:53 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 185K 1m54s unit-mysql-0: 10:56:53 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:53 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 184K 1m54s unit-mysql-0: 10:56:53 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 10:56:53 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 10:56:53 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 167K 1m55s unit-mysql-0: 10:56:53 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:56:53 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:56:53 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 10:56:53 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 161K 1m55s unit-mysql-0: 10:56:54 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 182K 1m55s unit-mysql-0: 10:56:54 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 254K 1m55s unit-mysql-0: 10:56:54 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 10:56:54 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 185K 1m55s unit-mysql-0: 10:56:54 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 212K 1m55s unit-mysql-0: 10:56:54 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... unit-mysql-0: 10:56:55 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 267K 1m55s unit-mysql-0: 10:56:55 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 198K 1m55s unit-mysql-0: 10:56:55 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 229K 1m55s unit-mysql-0: 10:56:55 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:56:55 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:56:55 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 181K 1m55s unit-mysql-0: 10:56:56 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 339K 1m55s unit-mysql-0: 10:56:56 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 257K 1m55s unit-mysql-0: 10:56:56 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:56:56 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 10:56:56 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 250K 1m55s unit-mysql-0: 10:56:56 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 10:56:56 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 267K 1m54s unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 328K 1m54s unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 252K 1m54s unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 598K 1m54s unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 264K 1m54s unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 615K 1m53s unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 266K 1m53s unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 614K 1m53s unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 267K 1m53s unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 976K 1m52s unit-mysql-0: 10:56:57 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 10:56:57 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 353K 1m52s unit-mysql-0: 10:56:58 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 618K 1m51s unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 618K 1m51s unit-mysql-0: 10:56:58 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 269K 1m51s unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 1.42M 1m50s unit-mysql-0: 10:56:58 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 429K 1m50s unit-mysql-0: 10:56:58 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 383K 1m50s unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 1.64M 1m49s unit-mysql-0: 10:56:58 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 644K 1m49s unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 343K 1m49s unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 2.00M 1m48s unit-abot-epc-basic-0: 10:56:58 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 812K 1m48s unit-mysql-0: 10:56:58 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 447K 1m48s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 535K 1m47s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 1.81M 1m47s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 1.15M 1m46s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 431K 1m46s unit-mysql-0: 10:56:59 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 577K 1m46s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 11.0M 1m45s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 834K 1m45s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 452K 1m45s unit-mysql-0: 10:56:59 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 530K 1m44s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 11.1M 1m44s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 853K 1m43s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 1.15M 1m43s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 478K 1m43s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 813K 1m42s unit-abot-epc-basic-0: 10:56:59 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 10.6M 1m42s unit-mysql-0: 10:57:00 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 864K 1m41s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 1.15M 1m41s unit-mysql-0: 10:57:00 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 147K 1m41s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 40.7M 1m41s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 519K 1m40s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 48.3M 1m40s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 51.5M 1m40s unit-mysql-0: 10:57:00 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 295K 99s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 44.8M 99s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 41.5M 98s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 314K 98s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 38.6M 98s unit-abot-epc-basic-0: 10:57:00 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 52.7M 97s unit-mysql-0: 10:57:01 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 218K 97s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 31.8M 97s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 57.5M 96s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 57.2M 96s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 337K 96s unit-mysql-0: 10:57:01 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 534K 96s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 816K 95s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 390K 95s unit-mysql-0: 10:57:01 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 588K 95s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 851K 94s unit-mysql-0: 10:57:01 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 338K 94s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 745K 94s unit-abot-epc-basic-0: 10:57:01 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 890K 94s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 339K 93s unit-mysql-0: 10:57:02 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 750K 93s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 896K 93s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 338K 93s unit-mysql-0: 10:57:02 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 754K 92s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 911K 92s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 336K 92s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 758K 91s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 893K 91s unit-abot-epc-basic-0: 10:57:02 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 337K 91s unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 151K 91s unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 53.7M 91s unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 61.6M 90s unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 57.5M 90s unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 843K 90s unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 245K 89s unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 1.33M 89s unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 282K 89s unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 756K 89s unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 10:57:03 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-abot-epc-basic-0: 10:57:03 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 378K 89s unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 379K 88s unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 820K 88s unit-mysql-0: 10:57:04 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (157 kB/s) unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 257K 88s unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 2.11M 88s unit-mysql-0: 10:57:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 10:57:04 DEBUG unit.mysql/0.install (Reading database ... 57600 files and directories currently installed.) unit-mysql-0: 10:57:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 375K 87s unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 369K 87s unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 937K 87s unit-mysql-0: 10:57:04 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 256K 87s unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 1.71M 87s unit-abot-epc-basic-0: 10:57:04 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 569K 86s unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 161K 86s unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 65.5M 86s unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 1.32M 86s unit-mysql-0: 10:57:05 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 409K 86s unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 283K 85s unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 528K 85s unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 285K 85s unit-abot-epc-basic-0: 10:57:05 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 528K 85s unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 335K 85s unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 441K 84s unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 325K 84s unit-mysql-0: 10:57:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 133K 85s unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 55.6M 84s unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 7.61M 84s unit-mysql-0: 10:57:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:57:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:57:06 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 203K 84s unit-abot-epc-basic-0: 10:57:07 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 460K 84s unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 10:57:07 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 276K 83s unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 10:57:07 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 303K 83s unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 10:57:07 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 442K 83s unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 10:57:07 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 201K 83s unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 10:57:07 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 10:57:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 10:57:08 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 178K 83s unit-abot-epc-basic-0: 10:57:08 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 30.1M 83s unit-mysql-0: 10:57:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 10:57:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 10:57:08 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 187K 83s unit-mysql-0: 10:57:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 10:57:08 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 295K 83s unit-mysql-0: 10:57:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 10:57:08 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 336K 83s unit-mysql-0: 10:57:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 10:57:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 10:57:08 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 220K 83s unit-mysql-0: 10:57:09 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 10:57:09 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 10:57:09 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 189K 83s unit-mysql-0: 10:57:09 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 10:57:09 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 370K 82s unit-abot-epc-basic-0: 10:57:09 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 335K 82s unit-mysql-0: 10:57:09 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 10:57:09 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 193K 82s unit-mysql-0: 10:57:09 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 10:57:09 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 10:57:09 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 296K 82s unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 10:57:10 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 343K 82s unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 10:57:10 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 220K 82s unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 10:57:10 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 244K 82s unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 10:57:10 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 321K 82s unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 10:57:10 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 258K 82s unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 10:57:10 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 10:57:11 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 211K 82s unit-mysql-0: 10:57:11 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 10:57:11 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 342K 81s unit-mysql-0: 10:57:11 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 10:57:11 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 303K 81s unit-mysql-0: 10:57:11 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 10:57:11 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 10:57:11 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 206K 81s unit-mysql-0: 10:57:11 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 10:57:11 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 374K 81s unit-mysql-0: 10:57:11 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 10:57:11 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 296K 81s unit-mysql-0: 10:57:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 10:57:12 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 205K 81s unit-mysql-0: 10:57:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 10:57:12 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 360K 81s unit-mysql-0: 10:57:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 10:57:12 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 315K 81s unit-mysql-0: 10:57:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 10:57:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 10:57:12 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 204K 81s unit-mysql-0: 10:57:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 10:57:12 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 365K 80s unit-mysql-0: 10:57:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 10:57:12 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 315K 80s unit-abot-epc-basic-0: 10:57:13 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 203K 80s unit-abot-epc-basic-0: 10:57:13 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 393K 80s unit-abot-epc-basic-0: 10:57:13 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 298K 80s unit-abot-epc-basic-0: 10:57:13 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 207K 80s unit-abot-epc-basic-0: 10:57:13 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 544K 80s unit-abot-epc-basic-0: 10:57:14 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 269K 80s unit-abot-epc-basic-0: 10:57:14 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 398K 79s unit-abot-epc-basic-0: 10:57:14 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 303K 79s unit-abot-epc-basic-0: 10:57:14 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 322K 79s unit-abot-epc-basic-0: 10:57:14 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 432K 79s unit-abot-epc-basic-0: 10:57:14 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 270K 79s unit-abot-epc-basic-0: 10:57:14 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 582K 79s unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 271K 78s unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 585K 78s unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 467K 78s unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 307K 78s unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 562K 78s unit-mysql-0: 10:57:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:57:15 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 312K 78s unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 2.04M 77s unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 10:57:15 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 266K 77s unit-abot-epc-basic-0: 10:57:15 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 627K 77s unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 750K 77s unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 287K 77s unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 1.58M 76s unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 570K 76s unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 328K 76s unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 1.54M 76s unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 777K 75s unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 327K 75s unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libossp-uuid16 amd64 1.6.2-1.3ubuntu1 [29.6 kB] unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 946K 75s unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 2.33M 75s unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 552K 74s unit-mysql-0: 10:57:16 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] unit-mysql-0: 10:57:17 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 364K 74s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 1.48M 74s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 942K 74s unit-mysql-0: 10:57:17 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (616 kB/s) unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 389K 74s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 881K 73s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 1.45M 73s unit-mysql-0: 10:57:17 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 10:57:17 DEBUG unit.mysql/0.install (Reading database ... 57700 files and directories currently installed.) unit-mysql-0: 10:57:17 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 936K 73s unit-mysql-0: 10:57:17 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 396K 73s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 890K 72s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 1.45M 72s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 958K 72s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 1.06M 72s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 391K 71s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 1.18M 71s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 10.6M 71s unit-abot-epc-basic-0: 10:57:17 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 872K 71s unit-mysql-0: 10:57:18 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 10:57:18 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:57:18 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 165K 71s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 66.8M 70s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 67.0M 70s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 61.3M 70s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 73.3M 69s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 545K 69s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 866K 69s unit-mysql-0: 10:57:18 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 10:57:18 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 168K 69s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 49.0M 69s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 48.5M 68s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 52.9M 68s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 44.8M 68s unit-mysql-0: 10:57:18 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 551K 68s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 338K 67s unit-abot-epc-basic-0: 10:57:18 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 1.68M 67s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 535K 67s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 338K 67s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 1.68M 67s unit-mysql-0: 10:57:19 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 10:57:19 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 536K 66s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 338K 66s unit-mysql-0: 10:57:19 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 1.66M 66s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 540K 66s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 337K 66s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 1.65M 65s unit-abot-epc-basic-0: 10:57:19 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 547K 65s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 339K 65s unit-mysql-0: 10:57:20 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 10:57:20 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 1.58M 65s unit-mysql-0: 10:57:20 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 531K 65s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 347K 65s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 1.53M 64s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 531K 64s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 412K 64s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 170K 64s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 57.0M 64s unit-abot-epc-basic-0: 10:57:20 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 67.2M 63s unit-mysql-0: 10:57:20 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 10:57:21 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 207K 63s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 49.1M 63s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 890K 63s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 659K 63s unit-mysql-0: 10:57:21 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 332K 63s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 1.02M 62s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 257K 62s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 660K 62s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 517K 62s unit-mysql-0: 10:57:21 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 10:57:21 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 10:57:21 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 358K 62s unit-abot-epc-basic-0: 10:57:21 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 1.21M 61s unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 313K 61s unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 482K 61s unit-mysql-0: 10:57:22 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 515K 61s unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 400K 61s unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 968K 61s unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 522K 60s unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 348K 60s unit-abot-epc-basic-0: 10:57:22 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 685K 60s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 154K 60s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 292K 60s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 50.2M 60s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 51.1M 59s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 520K 59s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 290K 59s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 511K 59s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 290K 59s unit-abot-epc-basic-0: 10:57:23 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 513K 59s unit-mysql-0: 10:57:24 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 290K 59s unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 514K 58s unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 340K 58s unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 410K 58s unit-mysql-0: 10:57:24 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 400K 58s unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 509K 58s unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 341K 58s unit-abot-epc-basic-0: 10:57:24 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 612K 58s unit-mysql-0: 10:57:24 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 375K 57s unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 369K 57s unit-mysql-0: 10:57:25 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 533K 57s unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 281K 57s unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 1.11M 57s unit-mysql-0: 10:57:25 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 260K 57s unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 646K 56s unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 547K 56s unit-mysql-0: 10:57:25 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 10:57:25 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 362K 56s unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 386K 56s unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 357K 56s unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 554K 56s unit-mysql-0: 10:57:26 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 278K 56s unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 564K 55s unit-mysql-0: 10:57:26 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 342K 55s unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 684K 55s unit-abot-epc-basic-0: 10:57:26 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 523K 55s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 355K 55s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 562K 55s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 277K 54s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 561K 54s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 278K 54s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 1.11M 54s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 568K 54s unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 286K 54s unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 153K 54s unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 52.5M 53s unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 68.7M 53s unit-mysql-0: 10:57:28 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 281K 53s unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 10:57:28 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 542K 53s unit-mysql-0: 10:57:28 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 10:57:28 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 10:57:28 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 10:57:28 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 10:57:28 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 10:57:28 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 10:57:28 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 188K 53s unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 10:57:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 1.26M 53s unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 216K 53s unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 1.21M 52s unit-mysql-0: 10:57:29 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:57:29 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:57:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:57:29 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 217K 52s unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 1.22M 52s unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 218K 52s unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 1.25M 52s unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 216K 52s unit-abot-epc-basic-0: 10:57:29 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 7.66M 52s unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 10:57:29 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 278K 51s unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 556K 51s unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 279K 51s unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 560K 51s unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 271K 51s unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 599K 51s unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 1.27M 50s unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 10:57:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 218K 50s unit-abot-epc-basic-0: 10:57:30 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 1.21M 50s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 329K 50s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 427K 50s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 323K 50s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 637K 50s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 1.21M 49s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 219K 49s unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 1.11M 49s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 10:57:31 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 328K 49s unit-mysql-0: 10:57:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 10:57:32 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 444K 49s unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 10:57:32 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 321K 49s unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 10:57:32 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 144K 49s unit-abot-epc-basic-0: 10:57:32 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 44.7M 48s unit-abot-epc-basic-0: 10:57:32 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 54.1M 48s unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 10:57:32 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 263K 48s unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 10:57:32 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 626K 48s unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 10:57:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 258K 48s unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 440K 48s unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 268K 48s unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 591K 47s unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 269K 47s unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 589K 47s unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 270K 47s unit-abot-epc-basic-0: 10:57:33 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 600K 47s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 319K 47s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 571K 47s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 268K 46s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 677K 46s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 636K 46s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 262K 46s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 1.07M 46s unit-abot-epc-basic-0: 10:57:34 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 276K 46s unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 576K 46s unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 311K 45s unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 462K 45s unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 390K 45s unit-mysql-0: 10:57:35 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 10:57:35 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 496K 45s unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 1018K 45s unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 232K 45s unit-abot-epc-basic-0: 10:57:35 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 1007K 45s unit-mysql-0: 10:57:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:57:35 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 10:57:35 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed Reading state information... unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 297K 44s unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 503K 44s unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 379K 44s unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 508K 44s unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 1.03M 44s unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 231K 44s unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 1004K 43s unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 290K 43s unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-abot-epc-basic-0: 10:57:36 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 526K 43s unit-mysql-0: 10:57:36 DEBUG unit.mysql/0.config-changed Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-mysql-0: 10:57:37 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 440K 43s unit-mysql-0: 10:57:37 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 429K 43s unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 590K 43s unit-mysql-0: 10:57:37 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 281K 43s unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 978K 42s unit-mysql-0: 10:57:37 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-mysql-0: 10:57:37 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 273K 42s unit-mysql-0: 10:57:37 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 595K 42s unit-mysql-0: 10:57:37 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 444K 42s unit-abot-epc-basic-0: 10:57:37 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 427K 42s unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 925K 42s unit-mysql-0: 10:57:38 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 1s (5545 kB/s) unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 238K 42s unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 996K 41s unit-mysql-0: 10:57:38 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 10:57:38 DEBUG unit.mysql/0.config-changed (Reading database ... 57794 files and directories currently installed.) unit-mysql-0: 10:57:38 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 294K 41s unit-mysql-0: 10:57:38 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 518K 41s unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 989K 41s unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 282K 41s unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 1.03M 41s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 275K 41s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 585K 40s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 603K 40s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 349K 40s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 1.02M 40s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 293K 40s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 519K 40s unit-mysql-0: 10:57:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 10:57:39 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 950K 39s unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 290K 39s unit-mysql-0: 10:57:39 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:57:39 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 1.02M 39s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 389K 39s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 466K 39s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 1.36M 39s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 293K 39s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 527K 38s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 2.13M 38s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 324K 38s unit-mysql-0: 10:57:40 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 10:57:40 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 536K 38s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 2.12M 38s unit-mysql-0: 10:57:40 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 325K 38s unit-abot-epc-basic-0: 10:57:40 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 733K 37s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 1.31M 37s unit-mysql-0: 10:57:41 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 10:57:41 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:57:41 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 126K 37s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 57.7M 37s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 61.5M 37s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 73.5M 37s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 506K 37s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 916K 36s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 323K 36s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 510K 36s unit-abot-epc-basic-0: 10:57:41 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 382K 36s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 569K 36s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 886K 36s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 133K 36s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 60.6M 35s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 67.5M 35s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 215K 35s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 70.5M 35s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 361K 35s unit-abot-epc-basic-0: 10:57:42 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 808K 35s unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 240K 35s unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 812K 34s unit-mysql-0: 10:57:43 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 10:57:43 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:57:43 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 291K 34s unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 510K 34s unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 342K 34s unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 424K 34s unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 366K 34s unit-abot-epc-basic-0: 10:57:43 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 390K 34s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 426K 33s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 423K 33s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 427K 33s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 487K 33s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 521K 33s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 335K 33s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 436K 33s unit-abot-epc-basic-0: 10:57:44 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 367K 32s unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 508K 32s unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 442K 32s unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 486K 32s unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 491K 32s unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 396K 32s unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 372K 32s unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 375K 31s unit-mysql-0: 10:57:45 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 10:57:45 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 510K 31s unit-mysql-0: 10:57:45 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:45 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 439K 31s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 486K 31s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 451K 31s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 424K 31s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 365K 31s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 402K 31s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 474K 30s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 445K 30s unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 474K 30s unit-mysql-0: 10:57:46 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 10:57:46 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:57:46 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 461K 30s unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 425K 30s unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 367K 30s unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 441K 30s unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 491K 29s unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 520K 29s unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 366K 29s unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 533K 29s unit-mysql-0: 10:57:47 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:47 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 382K 29s unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 159K 29s unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 61.7M 29s unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 1.41M 28s unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 359K 28s unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 337K 28s unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 303K 28s unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 474K 28s unit-mysql-0: 10:57:48 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 10:57:48 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 10:57:48 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 303K 28s unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 477K 28s unit-mysql-0: 10:57:49 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 10:57:49 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 10:57:49 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 315K 27s unit-mysql-0: 10:57:49 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 535K 27s unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 485K 27s unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 344K 27s unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 511K 27s unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 313K 27s unit-abot-epc-basic-0: 10:57:49 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 466K 27s unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 338K 27s unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 709K 26s unit-mysql-0: 10:57:50 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 322K 26s unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 534K 26s unit-mysql-0: 10:57:50 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 628K 26s unit-mysql-0: 10:57:50 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 318K 26s unit-mysql-0: 10:57:50 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 492K 26s unit-mysql-0: 10:57:50 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 380K 26s unit-mysql-0: 10:57:50 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:50 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 549K 25s unit-mysql-0: 10:57:51 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 404K 25s unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 535K 25s unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 471K 25s unit-mysql-0: 10:57:51 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 327K 25s unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 736K 25s unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 414K 25s unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 165K 24s unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 69.5M 24s unit-abot-epc-basic-0: 10:57:51 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 835K 24s unit-abot-epc-basic-0: 10:57:52 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 363K 24s unit-abot-epc-basic-0: 10:57:52 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 376K 24s unit-abot-epc-basic-0: 10:57:52 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 285K 24s unit-abot-epc-basic-0: 10:57:52 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 526K 24s unit-abot-epc-basic-0: 10:57:52 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 286K 24s unit-abot-epc-basic-0: 10:57:52 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 526K 23s unit-abot-epc-basic-0: 10:57:52 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 343K 23s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 405K 23s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 342K 23s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 419K 23s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 454K 23s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 414K 23s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 522K 22s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 315K 22s unit-abot-epc-basic-0: 10:57:53 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 725K 22s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 364K 22s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 410K 22s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 467K 22s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 411K 22s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 642K 21s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 284K 21s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 745K 21s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 360K 21s unit-abot-epc-basic-0: 10:57:54 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 402K 21s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 931K 21s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 317K 21s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 753K 21s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 360K 20s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 403K 20s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 542K 20s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 411K 20s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 750K 20s unit-abot-epc-basic-0: 10:57:55 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 360K 20s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 398K 20s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 517K 19s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 407K 19s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 629K 19s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 346K 19s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 504K 19s unit-mysql-0: 10:57:56 DEBUG unit.mysql/0.config-changed 181022 10:57:56 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-mysql-0: 10:57:56 DEBUG unit.mysql/0.config-changed 181022 10:57:56 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 10:57:56 DEBUG unit.mysql/0.config-changed 181022 10:57:56 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11661 ... unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 491K 19s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 398K 19s unit-abot-epc-basic-0: 10:57:56 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 511K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 336K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 741K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 353K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 544K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 544K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 336K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 749K 18s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 348K 17s unit-abot-epc-basic-0: 10:57:57 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 426K 17s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 779K 17s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 335K 17s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 754K 17s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 367K 17s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 484K 17s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 586K 16s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 432K 16s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 507K 16s unit-abot-epc-basic-0: 10:57:58 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 510K 16s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 374K 16s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 734K 16s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 437K 16s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 475K 15s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 659K 15s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 421K 15s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 532K 15s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 857K 15s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 417K 15s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 538K 15s unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 864K 15s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 420K 14s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 538K 14s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 861K 14s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 426K 14s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 559K 14s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 802K 14s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 570K 14s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 554K 13s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 1.24M 13s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 480K 13s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 439K 13s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 1.07M 13s unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 788K 13s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 598K 13s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 633K 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 1012K 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 836K 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 590K 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 642K 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 1.02M 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 839K 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 610K 12s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 627K 11s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 1.07M 11s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 808K 11s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 884K 11s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 509K 11s unit-abot-epc-basic-0: 10:58:01 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 1.17M 11s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 2.80M 11s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 858K 10s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 617K 10s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 633K 10s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 1.08M 10s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 6.68M 10s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 858K 10s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 620K 10s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 635K 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 1.39M 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 3.18M 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 836K 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 901K 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 846K 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 792K 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 1.59M 9s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 1.18M 8s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 847K 8s unit-abot-epc-basic-0: 10:58:02 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 1.13M 8s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 695K 8s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 1.24M 8s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 2.05M 8s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 1.46M 8s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 865K 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 1.14M 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 696K 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 4.45M 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 1.01M 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 181K 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 47.0M 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 60.0M 7s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 64.0M 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 72.1M 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 64.5M 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 68.0M 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 1.09M 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 777K 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 1.83M 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 560K 6s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 1.23M 5s unit-abot-epc-basic-0: 10:58:03 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 1.50M 5s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 816K 5s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 1.08M 5s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 647K 5s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 964K 5s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 7.71M 5s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 869K 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 682K 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 632K 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 962K 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 7.05M 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 914K 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 823K 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 1.97M 4s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 578K 3s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 1.25M 3s unit-abot-epc-basic-0: 10:58:04 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 7.42M 3s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 151K 3s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 54.9M 3s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 46.5M 3s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 53.4M 3s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 59.7M 3s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 64.5M 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 1.26M 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 517K 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 824K 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 1.47M 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 1.25M 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 687K 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 429K 2s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 3.24M 1s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 768K 1s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 702K 1s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 553K 1s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 1.21M 1s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 762K 1s unit-abot-epc-basic-0: 10:58:05 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 1.09M 1s unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 517K 1s unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 843K 0s unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 5.42M 0s unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 770K 0s unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 711K 0s unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 553K=1m54s unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install 2018-10-22 10:58:06 (409 KB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57408 files and directories currently installed.) unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 10:58:06 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-mysql-0: 10:58:07 DEBUG unit.mysql/0.config-changed mysql start/running, process 11794 unit-mysql-0: 10:58:07 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 10:58:07 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 10:58:08 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 10:58:08 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 10:58:09 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install Need to get 102 MB of archives. unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-mysql-0: 10:58:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:58:10 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-abot-epc-basic-0: 10:58:11 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 10:58:12 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 10:58:13 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libasm4-java all 5.0.4-1 [252 kB] unit-mysql-0: 10:58:13 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 10:58:14 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqdox2-java all 2.0~M3-2 [257 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libservlet3.1-java all 8.0.32-1ubuntu1.8 [391 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcdi-api-java all 1.0-2 [31.9 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 10:58:15 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjetty-java all 6.1.26-5 [721 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-abot-epc-basic-0: 10:58:16 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB] unit-mysql-0: 10:58:17 DEBUG unit.mysql/0.config-changed mysql start/running, process 11915 unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB] unit-mysql-0: 10:58:17 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 10:58:17 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.9 [81.8 kB] unit-mysql-0: 10:58:17 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.9 [86.6 kB] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1110 kB] unit-mysql-0: 10:58:17 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 10:58:17 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:58:17 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 10:58:17 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 10:58:17 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 10:58:17 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 10:58:17 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1880 kB] unit-mysql-0: 10:58:17 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 10:58:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 10:58:17 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.7 [2309 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-137.163 [850 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-abot-epc-basic-0: 10:58:18 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-abot-epc-basic-0: 10:58:19 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] unit-abot-epc-basic-0: 10:58:19 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-abot-epc-basic-0: 10:58:19 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-abot-epc-basic-0: 10:58:19 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-abot-epc-basic-0: 10:58:19 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-abot-epc-basic-0: 10:58:19 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-mysql-0: 10:58:22 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-abot-epc-basic-0: 10:58:22 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] unit-abot-epc-basic-0: 10:58:23 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 10:58:23 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 10:58:23 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB] unit-abot-epc-basic-0: 10:58:23 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 10:58:23 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all amd64 2.7.12-1~16.04 [996 B] machine-2: 10:58:23 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 10:58:23 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 10:58:23 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:58:23 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] machine-2: 10:58:24 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 10:58:24 DEBUG juju.worker start "engine" machine-2: 10:58:24 INFO juju.worker start "engine" machine-2: 10:58:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 10:58:24 DEBUG juju.worker "engine" started machine-2: 10:58:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.introspection stats worker now serving machine-2: 10:58:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 10:58:24 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:58:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1016 B] machine-2: 10:58:24 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.apicaller connecting with old password machine-2: 10:58:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-2: 10:58:24 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-2: 10:58:24 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 10:58:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 10:58:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] machine-2: 10:58:24 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-mysql-0: 10:58:24 DEBUG unit.mysql/0.start mysql start/running, process 12036 unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-mysql-0: 10:58:24 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 20% Extracting templates from packages: 40% Extracting templates from packages: 61% Extracting templates from packages: 81% Extracting templates from packages: 100% unit-abot-epc-basic-0: 10:58:24 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 10:58:25 DEBUG unit.abot-epc-basic/0.install Fetched 102 MB in 14s (7128 kB/s) machine-2: 10:58:25 DEBUG juju.worker.apicaller connected machine-2: 10:58:25 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:58:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 10:58:25 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 57571 files and directories currently installed.) unit-abot-epc-basic-0: 10:58:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-mysql-0: 10:58:25 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 10:58:25 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 10:58:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... machine-2: 10:58:26 DEBUG juju.worker.apicaller password changed machine-2: 10:58:26 DEBUG juju.api RPC connection died machine-2: 10:58:26 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 10:58:26 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:58:26 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-2: 10:58:26 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-2: 10:58:26 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-mysql-0: 10:58:26 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 10:58:26 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 10:58:26 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:58:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:58:26 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 10:58:26 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 10:58:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 10:58:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 10:58:27 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... machine-2: 10:58:28 DEBUG juju.worker.apicaller connected unit-mysql-0: 10:58:28 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 10:58:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 10:58:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... machine-2: 10:58:28 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 10:58:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:58:28 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... machine-2: 10:58:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 10:58:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:58:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 10:58:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 10:58:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 10:58:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:58:28 INFO juju.worker.uniter.relation joining relation "mysql:cluster" machine-2: 10:58:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:58:29 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 10:58:29 INFO juju.worker.upgrader unblocking abort check machine-2: 10:58:29 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 10:58:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 10:58:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 10:58:29 INFO juju.worker.uniter.relation joined relation "mysql:cluster" machine-2: 10:58:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 10:58:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 10:58:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 10:58:29 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-mysql-0: 10:58:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: machine-2: 10:58:29 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:58:29 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 10:58:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:58:29 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 10:58:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.logger logger setup machine-2: 10:58:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 10:58:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:58:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 10:58:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 10:58:29 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 10:58:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:58:29 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:58:29 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:58:29 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:58:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:58:29 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:58:29 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 10:58:29 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 10:58:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:58:29 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 10:58:29 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:58:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:58:29 DEBUG juju.network including address public:172.30.9.208 for machine machine-2: 10:58:29 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 10:58:29 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-2: 10:58:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:58:29 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:58:29 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 10:58:29 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 10:58:29 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 10:58:29 INFO juju.util.exec run result: exit status 127 machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec114882883/script.sh: line 1: fanatic: command not found 127 machine-2: 10:58:29 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 10:58:29 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 10:58:29 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 10:58:29 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 10:58:29 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 10:58:29 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:58:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:58:29 INFO juju.util.exec run result: exit status 127 machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec769679080/script.sh: line 1: fanatic: command not found 127 machine-2: 10:58:29 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:58:29 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-2: 10:58:29 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 10:58:29 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 10:58:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 10:58:29 DEBUG juju.api RPC connection died machine-2: 10:58:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker killing runner 0xc420387c70 machine-2: 10:58:29 INFO juju.worker runner is dying machine-2: 10:58:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-2: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 10:58:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 10:58:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:58:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:29 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:58:29 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-2: 10:58:29 INFO juju.api connection established to "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-2: 10:58:29 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:58:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 10:58:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 10:58:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 10:58:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 10:58:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 10:58:30 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... machine-2: 10:58:30 DEBUG juju.worker.apicaller connected machine-2: 10:58:30 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 10:58:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.logger logger setup machine-2: 10:58:30 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:58:30 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 10:58:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 10:58:30 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 10:58:30 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:58:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:58:30 INFO juju.util.exec run result: exit status 127 machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec047586289/script.sh: line 1: fanatic: command not found 127 machine-2: 10:58:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:58:30 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:58:30 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:58:30 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:58:30 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:58:30 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:58:30 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 10:58:30 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:58:30 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:58:30 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:58:30 DEBUG juju.network including address public:172.30.9.208 for machine machine-2: 10:58:30 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 10:58:30 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-2: 10:58:30 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:58:30 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:58:30 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 10:58:30 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 10:58:30 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:58:30 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 10:58:30 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 10:58:30 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 10:58:30 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 10:58:30 INFO juju.util.exec run result: exit status 127 machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec408414133/script.sh: line 1: fanatic: command not found 127 machine-2: 10:58:30 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:58:30 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:58:30 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 10:58:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 10:58:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 10:58:30 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:58:30 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 10:58:30 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 10:58:30 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 10:58:30 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:58:30 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 10:58:30 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:58:30 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:58:30 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:58:30 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:58:30 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-2: 10:58:30 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:58:30 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-2: 10:58:30 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-2: 10:58:30 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 10:58:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 10:58:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 10:58:30 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... machine-2: 10:58:30 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 10:58:30 INFO juju.worker.upgrader unblocking abort check machine-2: 10:58:30 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 10:58:30 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 10:58:30 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 10:58:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 10:58:31 DEBUG juju.worker start "2-container-watcher" machine-2: 10:58:31 DEBUG juju.worker start "stateconverter" machine-2: 10:58:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 10:58:31 INFO juju.worker start "2-container-watcher" machine-2: 10:58:31 DEBUG juju.worker "2-container-watcher" started machine-2: 10:58:31 INFO juju.worker start "stateconverter" machine-2: 10:58:31 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 10:58:31 DEBUG juju.worker "stateconverter" started machine-2: 10:58:31 DEBUG juju.service discovered init system "upstart" from local host machine-2: 10:58:31 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... machine-2: 10:58:31 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} machine-2: 10:58:31 INFO juju.worker.machiner "machine-2" started machine-2: 10:58:31 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 10:58:31 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 10:58:31 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 10:58:31 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 10:58:31 DEBUG juju.worker start "api" unit-oai-epc-0: 10:58:31 INFO juju.worker start "api" unit-oai-epc-0: 10:58:31 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 10:58:31 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 10:58:31 DEBUG juju.worker "api" started unit-oai-epc-0: 10:58:31 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-epc-0: 10:58:31 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-epc-0: 10:58:31 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-oai-epc-0: 10:58:32 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:58:32 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... machine-2: 10:58:33 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:8d:4d:70 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.17 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:8d:4d:70 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-epc-0: 10:58:33 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 10:58:33 DEBUG juju.api RPC connection died unit-oai-epc-0: 10:58:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 10:58:33 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 10:58:33 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-epc-0: 10:58:33 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-epc-0: 10:58:33 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-oai-epc-0: 10:58:33 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:58:34 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 10:58:34 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 10:58:34 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 10:58:34 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 10:58:34 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:58:34 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:58:34 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 10:58:34 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 10:58:34 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 10:58:34 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 10:58:34 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:58:34 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 10:58:34 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 10:58:34 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 10:58:34 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:58:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:58:34 DEBUG juju.network including address public:172.30.9.208 for machine unit-oai-epc-0: 10:58:34 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-oai-epc-0: 10:58:34 DEBUG juju.network including address local-fan:252.8.0.1 for machine unit-oai-epc-0: 10:58:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 10:58:34 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 10:58:34 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 10:58:34 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 10:58:34 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] unit-oai-epc-0: 10:58:34 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 10:58:34 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 10:58:34 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 10:58:34 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 10:58:34 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 10:58:34 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 10:58:34 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 10:58:34 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 10:58:34 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 10:58:34 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:58:34 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 10:58:34 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 10:58:34 DEBUG httpbakery client do GET https://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 10:58:34 DEBUG httpbakery } -> error unit-oai-epc-0: 10:58:34 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 10:58:34 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 10:58:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-oai-epc-0: 10:58:35 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:58:35 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 10:58:35 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 10:58:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 10:58:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 10:58:35 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:58:36 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 10:58:36 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 10:58:36 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:58:36 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 10:58:36 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 10:58:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 10:58:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 10:58:36 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-oai-epc-0: 10:58:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 10:58:36 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 10:58:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 10:58:36 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 10:58:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 10:58:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 10:58:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install Need to get 3054 kB of archives. unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 10:58:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-oai-epc-0: 10:58:37 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.9 [701 kB] unit-abot-epc-basic-0: 10:58:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 10:58:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-oai-epc-0: 10:58:38 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.9 [2333 kB] unit-abot-epc-basic-0: 10:58:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-oai-epc-0: 10:58:38 DEBUG unit.oai-epc/0.install Fetched 3054 kB in 1s (2692 kB/s) unit-oai-epc-0: 10:58:38 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 10:58:38 DEBUG unit.oai-epc/0.install (Reading database ... 52422 files and directories currently installed.) unit-oai-epc-0: 10:58:38 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 10:58:38 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 10:58:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 10:58:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 10:58:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-oai-epc-0: 10:58:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 10:58:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-abot-epc-basic-0: 10:58:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 10:58:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-oai-epc-0: 10:58:39 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:58:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 10:58:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 10:58:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 10:58:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-oai-epc-0: 10:58:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 10:58:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-oai-epc-0: 10:58:39 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:58:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 10:58:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 10:58:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-oai-epc-0: 10:58:40 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:58:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 10:58:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-abot-epc-basic-0: 10:58:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 10:58:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 10:58:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 10:58:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-oai-epc-0: 10:58:41 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 10:58:41 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 10:58:41 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:58:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 10:58:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 10:58:41 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 10:58:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 10:58:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-abot-epc-basic-0: 10:58:43 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 10:58:43 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (24.2 kB/s) unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install (Reading database ... 53172 files and directories currently installed.) unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 10:58:44 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-oai-epc-0: 10:58:45 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-oai-epc-0: 10:58:45 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 10:58:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 10:58:46 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-oai-epc-0: 10:58:46 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:58:46 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:58:46 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:58:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 10:58:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-oai-epc-0: 10:58:46 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:58:46 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:58:46 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 10:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 10:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 10:58:47 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 10:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 10:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-oai-epc-0: 10:58:47 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 10:58:48 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-oai-epc-0: 10:58:48 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-epc-0: 10:58:48 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 10:58:48 DEBUG unit.oai-epc/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-epc-0: 10:58:48 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-epc-0: 10:58:48 DEBUG unit.oai-epc/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-epc-0: 10:58:48 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 10:58:48 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 1s (2758 kB/s) unit-abot-epc-basic-0: 10:58:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 10:58:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 10:58:49 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-oai-epc-0: 10:58:49 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 10:58:49 DEBUG unit.oai-epc/0.install (Reading database ... 53179 files and directories currently installed.) unit-oai-epc-0: 10:58:49 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 10:58:49 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:58:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 10:58:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:58:49 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-oai-epc-0: 10:58:49 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 10:58:49 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:58:50 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-oai-epc-0: 10:58:50 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 10:58:50 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-oai-epc-0: 10:58:50 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:58:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:58:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 10:58:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 10:58:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:58:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 10:58:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 10:58:51 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:58:51 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:58:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 10:58:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:58:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-oai-epc-0: 10:58:52 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 10:58:52 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:58:52 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:58:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 10:58:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:58:53 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 10:58:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 10:58:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 10:58:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 10:58:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 10:58:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-abot-epc-basic-0: 10:58:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-oai-epc-0: 10:58:55 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 10:58:55 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 10:58:56 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-oai-epc-0: 10:58:56 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 10:58:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-oai-epc-0: 10:58:56 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:58:57 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... machine-3: 10:58:58 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 10:58:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 10:58:58 DEBUG juju.agent read agent config, format "2.0" machine-3: 10:58:59 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 10:58:59 DEBUG juju.worker start "engine" machine-3: 10:58:59 INFO juju.worker start "engine" machine-3: 10:58:59 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 10:58:59 DEBUG juju.worker "engine" started machine-3: 10:58:59 DEBUG juju.worker.introspection stats worker now serving machine-3: 10:58:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 10:58:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 10:58:59 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 10:58:59 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 10:58:59 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 10:58:59 DEBUG juju.worker.apicaller connecting with old password machine-3: 10:58:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 10:58:59 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:58:59 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:58:59 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:58:59 DEBUG juju.worker.apicaller connected machine-3: 10:58:59 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-oai-epc-0: 10:59:00 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... machine-3: 10:59:00 DEBUG juju.worker.apicaller password changed machine-3: 10:59:00 DEBUG juju.api RPC connection died machine-3: 10:59:00 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 10:59:00 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:59:00 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:59:00 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:59:00 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-epc-0: 10:59:00 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 10:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-oai-epc-0: 10:59:00 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... machine-3: 10:59:01 DEBUG juju.worker.apicaller connected machine-3: 10:59:01 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:59:01 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... machine-3: 10:59:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:59:01 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 10:59:01 INFO juju.worker.upgrader unblocking abort check machine-3: 10:59:01 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 10:59:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-oai-epc-0: 10:59:01 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... machine-3: 10:59:01 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:59:01 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:59:01 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 10:59:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.logger logger setup machine-3: 10:59:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available unit-abot-epc-basic-0: 10:59:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... machine-3: 10:59:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 10:59:01 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 10:59:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:59:01 INFO juju.util.exec run result: exit status 127 machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec552039915/script.sh: line 1: fanatic: command not found 127 machine-3: 10:59:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:59:01 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:59:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:59:01 DEBUG juju.network including address public:172.30.9.208 for machine machine-3: 10:59:01 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-3: 10:59:01 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-3: 10:59:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:59:01 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:59:01 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 10:59:01 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 10:59:01 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-3: 10:59:01 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 10:59:01 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:59:01 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:59:01 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 10:59:01 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:59:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 10:59:01 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 10:59:01 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:59:01 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 10:59:01 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" unit-abot-epc-basic-0: 10:59:01 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... machine-3: 10:59:01 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 10:59:01 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 10:59:01 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:59:01 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:59:01 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:59:01 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 10:59:01 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 10:59:01 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 10:59:01 INFO juju.util.exec run result: exit status 127 machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec191074658/script.sh: line 1: fanatic: command not found 127 machine-3: 10:59:01 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:59:01 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 10:59:01 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 10:59:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 10:59:01 DEBUG juju.api RPC connection died machine-3: 10:59:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker killing runner 0xc420718dd0 machine-3: 10:59:01 INFO juju.worker runner is dying machine-3: 10:59:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-3: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 10:59:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 10:59:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 10:59:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:59:01 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... machine-3: 10:59:02 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:59:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:59:02 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:59:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" machine-3: 10:59:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:59:02 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:59:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 10:59:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 10:59:02 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-oai-epc-0: 10:59:02 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:59:02 DEBUG juju.worker.uniter.remotestate update status timer triggered machine-3: 10:59:02 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:59:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 10:59:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:59:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... machine-3: 10:59:02 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 10:59:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:59:02 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 10:59:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:59:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:59:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 10:59:02 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 10:59:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 10:59:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:59:03 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 10:59:03 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 10:59:03 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 10:59:03 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:59:03 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:59:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:59:03 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:59:03 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 10:59:03 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 10:59:03 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 10:59:03 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:59:03 INFO juju.util.exec run result: exit status 127 machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec604464356/script.sh: line 1: fanatic: command not found 127 machine-3: 10:59:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:59:03 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 10:59:03 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:59:03 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:59:03 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:59:03 DEBUG juju.network including address public:172.30.9.208 for machine machine-3: 10:59:03 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-3: 10:59:03 DEBUG juju.network including address local-fan:252.8.0.1 for machine machine-3: 10:59:03 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:59:03 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:59:03 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 10:59:03 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 10:59:03 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:59:03 INFO juju.util.exec run result: exit status 127 machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec120713117/script.sh: line 1: fanatic: command not found 127 machine-3: 10:59:03 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:59:03 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 10:59:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.logger logger setup machine-3: 10:59:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 10:59:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 10:59:03 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:59:03 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:59:03 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:59:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 10:59:03 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 10:59:03 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:59:03 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:59:03 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:59:03 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:59:03 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-3: 10:59:03 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:59:03 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 10:59:03 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 10:59:03 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 10:59:03 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 10:59:03 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:59:03 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 10:59:03 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 10:59:03 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 10:59:03 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install ++ virt-what machine-3: 10:59:03 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' machine-3: 10:59:03 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 10:59:03 INFO juju.worker.upgrader unblocking abort check machine-3: 10:59:03 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 10:59:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:59:03 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 10:59:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 10:59:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-oai-epc-0: 10:59:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:59:03 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... machine-3: 10:59:03 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 10:59:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 10:59:03 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 10:59:03 DEBUG juju.worker start "3-container-watcher" machine-3: 10:59:03 DEBUG juju.worker start "stateconverter" machine-3: 10:59:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 10:59:03 INFO juju.worker start "3-container-watcher" machine-3: 10:59:03 DEBUG juju.worker "3-container-watcher" started machine-3: 10:59:03 INFO juju.worker start "stateconverter" machine-3: 10:59:03 DEBUG juju.worker "stateconverter" started machine-3: 10:59:03 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 10:59:03 DEBUG unit.oai-epc/0.install + echo -n machine-3: 10:59:03 INFO juju.worker.machiner "machine-3" started machine-3: 10:59:03 DEBUG juju.service discovered init system "upstart" from local host machine-3: 10:59:03 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] machine-3: 10:59:03 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 10:59:04 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:59:04 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 10:59:04 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 10:59:04 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:59:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 10:59:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 10:59:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-oai-epc-0: 10:59:05 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 10:59:05 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 10:59:05 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 10:59:05 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:59:05 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 10:59:05 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" machine-3: 10:59:06 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.8_all.deb ... unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-oai-hss-0: 10:59:06 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 10:59:06 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 10:59:06 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 10:59:06 DEBUG juju.worker start "api" unit-oai-hss-0: 10:59:06 INFO juju.worker start "api" unit-oai-hss-0: 10:59:06 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 10:59:06 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 10:59:06 DEBUG juju.worker "api" started unit-oai-hss-0: 10:59:06 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-hss-0: 10:59:06 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-hss-0: 10:59:06 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:59:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 10:59:06 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:27:30:63 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.16 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:27:30:63 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 10:59:06 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-oai-hss-0: 10:59:06 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 10:59:06 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 10:59:07 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 10:59:07 DEBUG juju.api RPC connection died unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-oai-hss-0: 10:59:07 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 10:59:07 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-hss-0: 10:59:07 INFO juju.api connection established to "wss://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-oai-hss-0: 10:59:07 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/api" unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-oai-hss-0: 10:59:07 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:59:07 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 10:59:07 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 10:59:07 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 10:59:07 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 10:59:07 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 10:59:07 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.8,252.8.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:59:07 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:59:07 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:59:07 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 10:59:07 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:59:07 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:59:07 DEBUG juju.network including address public:172.30.9.208 for machine unit-oai-hss-0: 10:59:07 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-oai-hss-0: 10:59:07 DEBUG juju.network including address local-fan:252.8.0.1 for machine unit-oai-hss-0: 10:59:07 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 10:59:07 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 10:59:07 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.8 local-fan:252.8.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 10:59:07 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.8:17070 252.8.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "charm-dir" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 10:59:07 DEBUG juju.agent API server address details [["172.30.9.208:17070" "192.168.121.8:17070" "252.8.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "252.8.0.1:17070" "172.30.9.208:17070"] unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 10:59:07 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 10:59:07 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 10:59:07 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 10:59:07 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 10:59:07 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 10:59:07 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 10:59:08 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-oai-hss-0: 10:59:08 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 10:59:08 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 10:59:08 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 10:59:08 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 10:59:08 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 10:59:08 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 10:59:08 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 10:59:08 DEBUG httpbakery client do GET https://192.168.121.8:17070/model/d2274991-8733-4152-89b6-a1858941b6f2/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 10:59:08 DEBUG httpbakery } -> error unit-oai-hss-0: 10:59:08 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 10:59:08 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 10:59:08 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:59:08 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 10:59:08 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 10:59:08 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 10:59:08 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 10:59:08 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 10:59:08 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-oai-hss-0: 10:59:09 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 10:59:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-oai-hss-0: 10:59:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:59:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 10:59:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:09 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install Need to get 3054 kB of archives. unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 10:59:10 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.9 [701 kB] unit-oai-hss-0: 10:59:10 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.9 [2333 kB] unit-abot-epc-basic-0: 10:59:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 10:59:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 10:59:11 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install Fetched 3054 kB in 0s (3580 kB/s) unit-oai-epc-0: 10:59:11 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 10:59:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 10:59:11 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:59:11 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 10:59:11 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 10:59:11 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 10:59:11 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install (Reading database ... 52422 files and directories currently installed.) unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 10:59:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 10:59:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 10:59:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-oai-epc-0: 10:59:11 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 10:59:11 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-oai-epc-0: 10:59:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-oai-hss-0: 10:59:11 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 10:59:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 10:59:11 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 10:59:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 10:59:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 10:59:12 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-oai-hss-0: 10:59:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 10:59:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-hss-0: 10:59:12 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 10:59:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:59:12 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 10:59:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 10:59:12 DEBUG unit.oai-epc/0.install + echo -n unit-oai-hss-0: 10:59:12 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 10:59:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 10:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-oai-epc-0: 10:59:13 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:59:13 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 10:59:13 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 10:59:13 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 10:59:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 10:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-oai-hss-0: 10:59:13 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 10:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 10:59:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-oai-hss-0: 10:59:13 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:59:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 10:59:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:59:14 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-oai-epc-0: 10:59:14 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 10:59:14 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 10:59:14 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 10:59:14 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:59:14 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 10:59:14 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 10:59:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 10:59:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:59:14 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 10:59:14 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 10:59:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 10:59:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:59:15 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (34.8 kB/s) unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install (Reading database ... 53172 files and directories currently installed.) unit-oai-hss-0: 10:59:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 10:59:16 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:59:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 10:59:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:59:16 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 10:59:16 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 10:59:17 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 10:59:17 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:59:17 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:17 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 10:59:17 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:17 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 10:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 10:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 10:59:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 10:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 10:59:18 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 10:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 10:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 10:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 1s (3086 kB/s) unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 10:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install (Reading database ... 53179 files and directories currently installed.) unit-abot-epc-basic-0: 10:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-oai-hss-0: 10:59:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 10:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 10:59:20 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:59:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-oai-hss-0: 10:59:20 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-abot-epc-basic-0: 10:59:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 10:59:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-oai-hss-0: 10:59:20 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:59:21 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 10:59:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 10:59:21 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:59:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 10:59:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:59:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:59:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 10:59:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:59:22 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 10:59:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:59:23 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:59:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 10:59:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:59:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:59:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 10:59:23 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 10:59:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:59:23 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:59:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:59:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-oai-hss-0: 10:59:24 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 10:59:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 10:59:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-hss-0: 10:59:24 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:59:24 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 10:59:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:59:24 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-epc-0: 10:59:24 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 10:59:24 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 10:59:24 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:59:24 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 10:59:24 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 10:59:24 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 10:59:24 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-oai-epc-0: 10:59:24 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 10:59:24 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:59:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 10:59:25 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-hss-0: 10:59:25 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:59:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 10:59:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:59:25 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:59:25 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-hss-0: 10:59:25 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-hss-0: 10:59:26 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 10:59:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 10:59:26 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 61214 files and directories currently installed.) unit-abot-epc-basic-0: 10:59:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-oai-epc-0: 10:59:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:59:26 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 10:59:26 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-oai-hss-0: 10:59:26 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 10:59:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + echo -n unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 10:59:26 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-oai-hss-0: 10:59:27 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:59:27 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 10:59:27 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 10:59:27 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 10:59:27 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:59:27 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 10:59:27 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 10:59:28 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:59:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 10:59:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 10:59:28 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 10:59:28 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:59:28 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:59:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 10:59:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:59:28 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 10:59:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 10:59:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:59:29 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:59:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:59:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 10:59:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:59:29 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:29 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 10:59:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 10:59:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:59:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:59:30 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 10:59:30 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-oai-hss-0: 10:59:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 10:59:30 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:59:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 10:59:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 10:59:31 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 10:59:31 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-hss-0: 10:59:31 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 10:59:31 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 10:59:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:59:31 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 10:59:31 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 10:59:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 10:59:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-137.163_amd64.deb ... unit-abot-epc-basic-0: 10:59:32 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-137.163) ... unit-abot-epc-basic-0: 10:59:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 10:59:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 10:59:32 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:59:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 10:59:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:59:33 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 10:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 10:59:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:34 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 10:59:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:36 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 10:59:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:36 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:59:36 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 10:59:36 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 10:59:36 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 10:59:36 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 10:59:36 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 10:59:36 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 10:59:36 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 10:59:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 10:59:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 10:59:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ config-get branch unit-abot-epc-basic-0: 10:59:37 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:59:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 10:59:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:59:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:37 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:59:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 10:59:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:38 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:59:38 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:59:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 10:59:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:38 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:59:38 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:59:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:59:39 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:59:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 10:59:39 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:59:40 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 10:59:40 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 10:59:40 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 10:59:40 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:59:40 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-oai-hss-0: 10:59:40 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 10:59:40 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 10:59:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:59:40 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 10:59:40 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 10:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 10:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 10:59:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:59:43 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:59:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 10:59:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:59:44 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 10:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 10:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-oai-epc-0: 10:59:47 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 10:59:47 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 10:59:47 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:59:47 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 10:59:47 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 10:59:47 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 10:59:48 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 10:59:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 10:59:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 10:59:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:59:48 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 10:59:48 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 10:59:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 10:59:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:59:48 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 10:59:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:59:49 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 10:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 10:59:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 10:59:49 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-oai-epc-0: 10:59:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:59:49 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 10:59:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 10:59:49 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 10:59:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 10:59:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:59:50 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-epc-0: 10:59:50 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:59:50 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 10:59:50 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 10:59:50 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:59:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 10:59:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:59:50 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 10:59:51 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 10:59:51 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 10:59:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 10:59:51 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 10:59:51 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 10:59:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 10:59:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 10:59:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 10:59:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-epc-0: 10:59:51 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 10:59:51 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 10:59:51 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 10:59:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:59:51 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 10:59:51 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 10:59:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:59:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:59:51 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:59:52 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 10:59:52 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 10:59:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 10:59:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:59:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 10:59:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:59:53 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:59:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 10:59:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 10:59:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 10:59:53 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:59:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:59:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 10:59:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 10:59:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 10:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 10:59:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 10:59:54 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-oai-hss-0: 10:59:54 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-hss-0: 10:59:54 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 10:59:54 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 10:59:54 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:59:54 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 10:59:54 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 10:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 10:59:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:59:55 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:59:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 10:59:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:59:55 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:59:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 10:59:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 10:59:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 10:59:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 10:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 10:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 10:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 10:59:57 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 10:59:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 10:59:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 10:59:58 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 10:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 10:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 10:59:59 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 10:59:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:00:02 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:00:02 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 11:00:02 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 11:00:02 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 11:00:02 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 11:00:03 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 11:00:03 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 11:00:03 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 11:00:03 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 11:00:03 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 11:00:04 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 11:00:04 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 11:00:04 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 11:00:04 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 11:00:04 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 11:00:04 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 11:00:04 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 11:00:05 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 11:00:06 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 11:00:07 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 11:00:08 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 11:00:09 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 11:00:09 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 11:00:09 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 11:00:10 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 11:00:11 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 11:00:11 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 11:00:11 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 11:00:11 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 11:00:11 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 11:00:11 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:00:11 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:00:11 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:00:11 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 11:00:11 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-mysql-0: 11:00:11 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:00:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:00:12 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 11:00:13 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 11:00:13 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 11:00:13 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 11:00:13 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 11:00:14 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 11:00:14 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:00:14 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 11:00:14 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 11:00:14 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 11:00:14 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 11:00:14 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 11:00:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 11:00:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 11:00:14 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 11:00:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:00:15 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:00:15 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:00:15 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:00:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:00:16 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:00:16 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 11:00:16 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 11:00:17 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 11:00:17 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 11:00:17 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 11:00:17 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-hss-0: 11:00:17 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-hss-0: 11:00:17 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 11:00:17 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 11:00:17 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:00:17 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:00:17 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 11:00:20 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 11:00:21 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-abot-epc-basic-0: 11:00:22 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 11:00:22 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:00:22 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:00:23 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:00:23 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:00:23 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 11:00:24 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 11:00:24 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 11:00:24 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 11:00:24 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 11:00:26 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:00:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 8.9 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 578.8 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/26 KB 5/26 KB 8/26 KB 11/26 KB 13/26 KB 16/26 KB 19/26 KB 21/26 KB 24/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 919.3 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 535.3 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 859.1 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 329.9 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 490.9 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/37 KB 5/37 KB 8/37 KB 11/37 KB 13/37 KB 16/37 KB 19/37 KB 21/37 KB 24/37 KB 27/37 KB 29/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1242.5 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 754.8 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/33 KB 6/33 KB 9/33 KB 11/33 KB 14/33 KB 16/33 KB 19/33 KB 22/33 KB 25/33 KB 27/33 KB 30/33 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 1155.0 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 101.8 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 994.7 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1266.0 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 250.1 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 169.3 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 141.9 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 158.2 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 352.0 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 453.5 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 45.7 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 407.5 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 214.2 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 37.0 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 266.8 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 998/998 B Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 75.0 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 304.3 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/4 KB 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 145.5 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 117.8 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 137.7 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 79.4 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 110.3 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install 880/880 B Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 35.8 KB/sec) unit-abot-epc-basic-0: 11:00:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 419.1 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/41 KB 5/41 KB 8/41 KB 11/41 KB 13/41 KB 16/41 KB 19/41 KB 21/41 KB 24/41 KB 27/41 KB 29/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1204.0 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 705.0 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 197.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 443.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1223.9 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 682.3 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 965/965 B Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 58.9 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 180.7 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1174.5 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 388.3 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 662.1 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 335.7 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/30 KB 5/30 KB 8/30 KB 11/30 KB 13/30 KB 16/30 KB 19/30 KB 21/30 KB 24/30 KB 27/30 KB 29/30 KB 30/30 KB 3/35 KB 30/30 KB 5/35 KB 30/30 KB 8/35 KB 30/30 KB 11/35 KB 30/30 KB 13/35 KB 16/35 KB 19/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 630.7 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 19/35 KB 3/50 KB 19/35 KB 6/50 KB 19/35 KB 9/50 KB 21/35 KB 11/50 KB 21/35 KB 9/50 KB 21/35 KB 3/153 KB 11/50 KB 21/35 KB 5/153 KB 11/50 KB 21/35 KB 8/153 KB 11/50 KB 21/35 KB 11/153 KB 11/50 KB 21/35 KB 11/153 KB 11/50 KB 3/48 KB 21/35 KB 11/153 KB 11/50 KB 5/48 KB 21/35 KB 11/153 KB 11/50 KB 8/48 KB 21/35 KB 11/153 KB 11/50 KB 11/48 KB 21/35 KB 13/153 KB 11/50 KB 11/48 KB 21/35 KB 13/153 KB 11/50 KB 13/48 KB 21/35 KB 13/153 KB 3/190 KB 11/50 KB 13/48 KB 24/35 KB 13/153 KB 3/190 KB 11/50 KB 13/48 KB 27/35 KB 13/153 KB 5/190 KB 14/50 KB 13/48 KB 29/35 KB 13/153 KB 5/190 KB 14/50 KB 13/48 KB 24/35 KB 13/153 KB 5/190 KB 14/50 KB 13/48 KB 24/35 KB 13/153 KB 3/190 KB 14/50 KB 13/48 KB 29/35 KB 13/153 KB 5/190 KB 16/50 KB 13/48 KB 29/35 KB 13/153 KB 8/190 KB 16/50 KB 13/48 KB 29/35 KB 16/153 KB 8/190 KB 16/50 KB 13/48 KB 29/35 KB 16/153 KB 11/190 KB 16/50 KB 13/48 KB 32/35 KB 16/153 KB 13/190 KB 19/50 KB 13/48 KB 32/35 KB 16/153 KB 16/190 KB 19/50 KB 16/48 KB 32/35 KB 16/153 KB 11/190 KB 19/50 KB 13/48 KB 29/35 KB 16/153 KB 11/190 KB 19/50 KB 13/48 KB 32/35 KB 16/153 KB 13/190 KB 19/50 KB 16/48 KB 32/35 KB 16/153 KB 16/190 KB 22/50 KB 16/48 KB 35/35 KB 16/153 KB 16/190 KB 25/50 KB 16/48 KB 35/35 KB 19/153 KB 16/190 KB 25/50 KB 16/48 KB 35/35 KB 16/153 KB 16/190 KB 22/50 KB 16/48 KB 35/35 KB 19/153 KB 16/190 KB 25/50 KB 16/48 KB 35/35 KB 19/153 KB 19/190 KB 25/50 KB 16/48 KB 35/35 KB 19/153 KB 21/190 KB 27/50 KB 16/48 KB 35/35 KB 21/153 KB 24/190 KB 27/50 KB 19/48 KB 35/35 KB 19/153 KB 19/190 KB 27/50 KB 16/48 KB 35/35 KB 21/153 KB 21/190 KB 27/50 KB 19/48 KB 35/35 KB 21/153 KB 24/190 KB 27/50 KB 21/48 KB 35/35 KB 21/153 KB 24/190 KB 27/50 KB 24/48 KB 35/35 KB 21/153 KB 24/190 KB 27/50 KB 27/48 KB 35/35 KB 21/153 KB 24/190 KB 27/50 KB 29/48 KB 35/35 KB 21/153 KB 21/190 KB 27/50 KB 16/48 KB 35/35 KB 24/153 KB 24/190 KB 27/50 KB 29/48 KB 35/35 KB 27/153 KB 24/190 KB 27/50 KB 29/48 KB 35/35 KB 29/153 KB 24/190 KB 27/50 KB 29/48 KB 35/35 KB 32/153 KB 24/190 KB 27/50 KB 29/48 KB 35/35 KB 32/153 KB 24/190 KB 27/50 KB 32/48 KB 35/35 KB 32/153 KB 24/190 KB 30/50 KB 32/48 KB 35/35 KB 32/153 KB 24/190 KB 32/50 KB 32/48 KB 35/35 KB 32/153 KB 27/190 KB 32/50 KB 32/48 KB 35/35 KB 32/153 KB 29/190 KB 32/50 KB 32/48 KB 35/35 KB 32/153 KB 29/190 KB 36/50 KB 32/48 KB 35/35 KB 32/153 KB 32/190 KB 40/50 KB 32/48 KB 35/35 KB 32/153 KB 32/190 KB 36/50 KB 32/48 KB 35/35 KB 32/153 KB 32/190 KB 44/50 KB 32/48 KB 35/35 KB 32/153 KB 32/190 KB 44/50 KB 36/48 KB 35/35 KB 32/153 KB 32/190 KB 44/50 KB 40/48 KB 35/35 KB 32/153 KB 32/190 KB 44/50 KB 44/48 KB 35/35 KB 32/153 KB 32/190 KB 44/50 KB 48/48 KB 35/35 KB 32/153 KB 32/190 KB 44/50 KB 48/48 KB 35/35 KB 32/153 KB 32/190 KB 48/50 KB 48/48 KB 35/35 KB 36/153 KB 36/190 KB 48/50 KB 48/48 KB 35/35 KB 40/153 KB 36/190 KB 48/50 KB 48/48 KB 35/35 KB 44/153 KB 36/190 KB 48/50 KB 48/48 KB 35/35 KB 48/153 KB 36/190 KB 48/50 KB 48/48 KB 35/35 KB 48/153 KB 36/190 KB 50/50 KB 48/48 KB 35/35 KB 32/153 KB 36/190 KB 48/50 KB 48/48 KB 35/35 KB 48/153 KB 40/190 KB 50/50 KB 48/48 KB 35/35 KB 48/153 KB 44/190 KB 50/50 KB 48/48 KB 35/35 KB 48/153 KB 48/190 KB 50/50 KB 48/48 KB 35/35 KB 48/153 KB 52/190 KB 50/50 KB 48/48 KB 35/35 KB 48/153 KB 56/190 KB 50/50 KB 48/48 KB 35/35 KB 48/153 KB 60/190 KB 50/50 KB 48/48 KB 35/35 KB 48/153 KB 64/190 KB 50/50 KB unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 48/48 KB 35/35 KB 48/153 KB 68/190 KB 50/50 KB 48/48 KB 35/35 KB 48/153 KB 72/190 KB 50/50 KB 48/48 KB 35/35 KB 52/153 KB 72/190 KB 50/50 KB 48/48 KB 35/35 KB 56/153 KB 72/190 KB 50/50 KB 48/48 KB 35/35 KB 60/153 KB 72/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 72/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 76/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 80/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 84/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 88/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 92/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 96/190 KB 50/50 KB 48/48 KB 35/35 KB 64/153 KB 100/190 KB 50/50 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 392.4 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 520.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 35/35 KB 68/153 KB 100/190 KB 50/50 KB 48/48 KB 72/153 KB 104/190 KB 76/153 KB 104/190 KB 80/153 KB 104/190 KB 84/153 KB 104/190 KB 88/153 KB 104/190 KB 92/153 KB 104/190 KB 96/153 KB 104/190 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 585.2 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 68/153 KB 104/190 KB 96/153 KB 108/190 KB 96/153 KB 112/190 KB 96/153 KB 116/190 KB 96/153 KB 120/190 KB 96/153 KB 124/190 KB 96/153 KB 128/190 KB 96/153 KB 132/190 KB 96/153 KB 136/190 KB 96/153 KB 140/190 KB 96/153 KB 144/190 KB 96/153 KB 148/190 KB 96/153 KB 152/190 KB 96/153 KB 156/190 KB 96/153 KB 160/190 KB 100/153 KB 160/190 KB 104/153 KB 160/190 KB 108/153 KB 160/190 KB 112/153 KB 160/190 KB 112/153 KB 164/190 KB 112/153 KB 168/190 KB 112/153 KB 168/190 KB 3/119 KB 112/153 KB 3/37 KB 168/190 KB 6/119 KB 112/153 KB 3/37 KB 168/190 KB 7/119 KB 112/153 KB 3/37 KB 168/190 KB 10/119 KB 112/153 KB 3/37 KB 168/190 KB 12/119 KB 112/153 KB 3/37 KB 168/190 KB 15/119 KB 112/153 KB 3/37 KB 168/190 KB 18/119 KB 112/153 KB 3/37 KB 168/190 KB 20/119 KB 116/153 KB 3/37 KB 168/190 KB 23/119 KB 112/153 KB 3/37 KB 168/190 KB 3/119 KB 116/153 KB 5/37 KB 168/190 KB 23/119 KB 116/153 KB 8/37 KB 168/190 KB 4/86 KB 23/119 KB 116/153 KB 11/37 KB 168/190 KB 4/86 KB 23/119 KB 116/153 KB 13/37 KB 168/190 KB 4/86 KB 23/119 KB 116/153 KB 16/37 KB 168/190 KB 4/86 KB 23/119 KB 116/153 KB 3/37 KB 168/190 KB 20/119 KB 120/153 KB 16/37 KB 168/190 KB 4/86 KB 23/119 KB 124/153 KB 16/37 KB 168/190 KB 4/86 KB 23/119 KB 128/153 KB 19/37 KB 168/190 KB 4/86 KB 23/119 KB 132/153 KB 19/37 KB 168/190 KB 4/86 KB 26/119 KB 116/153 KB 5/37 KB 168/190 KB 4/86 KB 23/119 KB 132/153 KB 19/37 KB 172/190 KB 8/86 KB 26/119 KB 132/153 KB 19/37 KB 172/190 KB 12/86 KB 26/119 KB 132/153 KB 19/37 KB 172/190 KB 16/86 KB 26/119 KB 132/153 KB 19/37 KB 172/190 KB 20/86 KB 26/119 KB 132/153 KB 19/37 KB 172/190 KB 24/86 KB 26/119 KB 132/153 KB 19/37 KB 172/190 KB 28/86 KB 26/119 KB 132/153 KB 19/37 KB 172/190 KB 32/86 KB 26/119 KB 132/153 KB 19/37 KB 172/190 KB 4/86 KB 26/119 KB 128/153 KB 19/37 KB 168/190 KB 4/86 KB 26/119 KB 124/153 KB 19/37 KB 168/190 KB 4/86 KB 23/119 KB 132/153 KB 21/37 KB 176/190 KB 32/86 KB 26/119 KB 132/153 KB 24/37 KB 176/190 KB 32/86 KB 28/119 KB 132/153 KB 21/37 KB 176/190 KB 32/86 KB 28/119 KB 132/153 KB 24/37 KB 176/190 KB 32/86 KB 31/119 KB 132/153 KB 27/37 KB 176/190 KB 36/86 KB 34/119 KB 132/153 KB 27/37 KB 176/190 KB 36/86 KB 31/119 KB 136/153 KB 29/37 KB 176/190 KB 36/86 KB 34/119 KB 136/153 KB 32/37 KB 176/190 KB 36/86 KB 34/119 KB 132/153 KB 24/37 KB 176/190 KB 36/86 KB 31/119 KB 136/153 KB 32/37 KB 176/190 KB 40/86 KB 36/119 KB 136/153 KB 32/37 KB 176/190 KB 44/86 KB 36/119 KB 136/153 KB 32/37 KB 176/190 KB 48/86 KB 36/119 KB 136/153 KB 32/37 KB 176/190 KB 36/86 KB 36/119 KB 132/153 KB 29/37 KB 176/190 KB 36/86 KB 34/119 KB 136/153 KB 27/37 KB 176/190 KB 36/86 KB 34/119 KB 140/153 KB 35/37 KB 176/190 KB 48/86 KB 36/119 KB 144/153 KB 35/37 KB 176/190 KB 48/86 KB 36/119 KB 148/153 KB 35/37 KB 180/190 KB 48/86 KB 36/119 KB 152/153 KB 35/37 KB 180/190 KB 52/86 KB 39/119 KB 153/153 KB 35/37 KB 180/190 KB 52/86 KB 39/119 KB 136/153 KB 35/37 KB 176/190 KB 48/86 KB 36/119 KB 153/153 KB 37/37 KB 180/190 KB 52/86 KB 39/119 KB 148/153 KB 35/37 KB 180/190 KB 52/86 KB 39/119 KB 153/153 KB 37/37 KB 180/190 KB 56/86 KB 39/119 KB 153/153 KB 37/37 KB 180/190 KB 60/86 KB 39/119 KB 153/153 KB 37/37 KB 180/190 KB 64/86 KB 39/119 KB 153/153 KB 37/37 KB 180/190 KB 68/86 KB 39/119 KB 153/153 KB 37/37 KB 180/190 KB 72/86 KB 39/119 KB 148/153 KB 35/37 KB 180/190 KB 48/86 KB 39/119 KB 144/153 KB 35/37 KB unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 180/190 KB 48/86 KB 36/119 KB 153/153 KB 37/37 KB 184/190 KB 72/86 KB 39/119 KB 153/153 KB 37/37 KB 188/190 KB 72/86 KB 43/119 KB 153/153 KB 37/37 KB 190/190 KB 72/86 KB 43/119 KB 153/153 KB 37/37 KB 184/190 KB 72/86 KB 43/119 KB 153/153 KB 37/37 KB 190/190 KB 72/86 KB 47/119 KB 153/153 KB 37/37 KB 190/190 KB 72/86 KB 51/119 KB 153/153 KB 37/37 KB 190/190 KB 72/86 KB 55/119 KB 153/153 KB 37/37 KB 190/190 KB 72/86 KB 59/119 KB 153/153 KB 190/190 KB 72/86 KB 63/119 KB 153/153 KB 190/190 KB 76/86 KB 67/119 KB 153/153 KB 190/190 KB 76/86 KB 71/119 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 318.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 153/153 KB 190/190 KB 76/86 KB 63/119 KB 153/153 KB 190/190 KB 80/86 KB 75/119 KB 153/153 KB 190/190 KB 84/86 KB 75/119 KB 190/190 KB 86/86 KB 75/119 KB 153/153 KB 190/190 KB 76/86 KB 75/119 KB 190/190 KB 86/86 KB 79/119 KB 190/190 KB 86/86 KB 83/119 KB 190/190 KB 86/86 KB 87/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1211.3 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 1593.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 86/86 KB 91/119 KB 86/86 KB 95/119 KB 86/86 KB 99/119 KB 86/86 KB 103/119 KB 107/119 KB 111/119 KB 115/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 668.2 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 3/66 KB 115/119 KB 6/66 KB 115/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 6/66 KB 4/26 KB 115/119 KB 6/66 KB 4/26 KB 4/324 KB 115/119 KB 9/66 KB 4/26 KB 4/324 KB 115/119 KB 11/66 KB 8/26 KB 8/324 KB 115/119 KB 9/66 KB 8/26 KB 4/324 KB 115/119 KB 11/66 KB 12/26 KB 8/324 KB 115/119 KB 11/66 KB 16/26 KB 8/324 KB 115/119 KB 9/66 KB 8/26 KB 8/324 KB 115/119 KB 11/66 KB 16/26 KB 12/324 KB 115/119 KB 11/66 KB 16/26 KB 16/324 KB 115/119 KB 11/66 KB 20/26 KB 16/324 KB 115/119 KB 14/66 KB 24/26 KB 20/324 KB 119/119 KB 14/66 KB 26/26 KB 20/324 KB 119/119 KB 14/66 KB 20/26 KB 20/324 KB 119/119 KB 14/66 KB 20/26 KB 16/324 KB 115/119 KB 16/66 KB 26/26 KB 20/324 KB 119/119 KB 19/66 KB 26/26 KB 20/324 KB 119/119 KB 22/66 KB 26/26 KB 20/324 KB 119/119 KB 14/66 KB 20/26 KB 20/324 KB 115/119 KB 22/66 KB 26/26 KB 24/324 KB 119/119 KB 22/66 KB 26/26 KB 28/324 KB 119/119 KB 22/66 KB 26/26 KB 32/324 KB 119/119 KB 25/66 KB 26/26 KB 32/324 KB 119/119 KB 4/79 KB 27/66 KB 36/324 KB 4/79 KB 25/66 KB 36/324 KB 4/79 KB 30/66 KB 40/324 KB 4/79 KB 32/66 KB 40/324 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 832.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 4/79 KB 25/66 KB 32/324 KB 119/119 KB 8/79 KB 32/66 KB 40/324 KB 12/79 KB 32/66 KB 40/324 KB 16/79 KB 32/66 KB 40/324 KB 20/79 KB 32/66 KB 40/324 KB 24/79 KB 36/66 KB 40/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 174.0 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 28/79 KB 36/66 KB 40/324 KB 32/79 KB 36/66 KB 40/324 KB 20/79 KB 36/66 KB 40/324 KB 32/79 KB 40/66 KB 40/324 KB 32/79 KB 44/66 KB 40/324 KB Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 4/79 KB 27/66 KB 40/324 KB 32/79 KB 44/66 KB 44/324 KB 32/79 KB 44/66 KB 48/324 KB 32/79 KB 44/66 KB 52/324 KB 32/79 KB 44/66 KB 56/324 KB 32/79 KB 44/66 KB 60/324 KB 32/79 KB 44/66 KB 64/324 KB 36/79 KB 44/66 KB 64/324 KB 40/79 KB 48/66 KB 68/324 KB 36/79 KB 48/66 KB 68/324 KB 40/79 KB 48/66 KB 72/324 KB 40/79 KB 48/66 KB 76/324 KB 36/79 KB 48/66 KB 64/324 KB 40/79 KB 52/66 KB 76/324 KB 40/79 KB 56/66 KB 76/324 KB 40/79 KB 60/66 KB 76/324 KB 44/79 KB 64/66 KB 80/324 KB 44/79 KB 60/66 KB 80/324 KB 44/79 KB 64/66 KB 84/324 KB 44/79 KB 64/66 KB 88/324 KB 44/79 KB 4/228 KB 4/152 KB 66/66 KB 92/324 KB 44/79 KB 4/228 KB 4/152 KB 66/66 KB 96/324 KB 44/79 KB 4/228 KB 4/152 KB 66/66 KB 100/324 KB 44/79 KB 60/66 KB 76/324 KB 48/79 KB 4/228 KB 4/152 KB 66/66 KB 100/324 KB 52/79 KB 4/228 KB 4/152 KB 66/66 KB 100/324 KB 56/79 KB 4/228 KB 4/152 KB 66/66 KB 100/324 KB 60/79 KB 4/228 KB 4/152 KB 66/66 KB 100/324 KB 64/79 KB 4/228 KB 4/152 KB 66/66 KB 100/324 KB 68/79 KB 4/228 KB 4/152 KB 66/66 KB 100/324 KB 72/79 KB 4/228 KB 4/152 KB 66/66 KB 104/324 KB 76/79 KB 4/228 KB 4/152 KB 66/66 KB 104/324 KB 79/79 KB 4/228 KB 4/152 KB 66/66 KB 104/324 KB 44/79 KB 4/228 KB 4/152 KB 66/66 KB 88/324 KB 79/79 KB 4/228 KB 8/152 KB 66/66 KB 104/324 KB 79/79 KB 4/228 KB 12/152 KB 66/66 KB 104/324 KB 79/79 KB 4/228 KB 16/152 KB 66/66 KB 104/324 KB 79/79 KB 4/228 KB 20/152 KB 66/66 KB 104/324 KB 44/79 KB 4/228 KB 66/66 KB 88/324 KB 44/79 KB 4/228 KB 64/66 KB 88/324 KB 79/79 KB 8/228 KB 20/152 KB 66/66 KB 104/324 KB 79/79 KB 12/228 KB 20/152 KB 66/66 KB 104/324 KB 79/79 KB 16/228 KB 20/152 KB 66/66 KB 104/324 KB 79/79 KB 20/228 KB 20/152 KB 66/66 KB 104/324 KB 79/79 KB 24/228 KB 20/152 KB 66/66 KB 104/324 KB 79/79 KB 28/228 KB 20/152 KB 66/66 KB 104/324 KB 79/79 KB 32/228 KB 20/152 KB 66/66 KB 104/324 KB 79/79 KB 36/228 KB 20/152 KB 66/66 KB 104/324 KB 68/79 KB 4/228 KB 4/152 KB 66/66 KB 104/324 KB 79/79 KB 36/228 KB 20/152 KB 66/66 KB 108/324 KB 79/79 KB 36/228 KB 20/152 KB 66/66 KB 112/324 KB 79/79 KB 40/228 KB 20/152 KB 66/66 KB 112/324 KB 79/79 KB 44/228 KB 20/152 KB 66/66 KB 112/324 KB 79/79 KB 48/228 KB 20/152 KB 66/66 KB 112/324 KB 79/79 KB 48/228 KB 24/152 KB 66/66 KB 116/324 KB 79/79 KB 48/228 KB 28/152 KB 66/66 KB 116/324 KB 79/79 KB 48/228 KB 32/152 KB 66/66 KB 116/324 KB 79/79 KB 48/228 KB 36/152 KB 66/66 KB 116/324 KB 79/79 KB 48/228 KB 40/152 KB 66/66 KB 116/324 KB 79/79 KB 48/228 KB 44/152 KB 66/66 KB 116/324 KB 79/79 KB 48/228 KB 20/152 KB 66/66 KB 116/324 KB 79/79 KB 48/228 KB 44/152 KB 66/66 KB 120/324 KB 79/79 KB 48/228 KB 44/152 KB 66/66 KB 124/324 KB 79/79 KB 48/228 KB 44/152 KB 66/66 KB 128/324 KB 79/79 KB 48/228 KB 44/152 KB 66/66 KB 132/324 KB 79/79 KB 48/228 KB 48/152 KB 136/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 392.8 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 79/79 KB 48/228 KB 48/152 KB 66/66 KB 132/324 KB 79/79 KB 52/228 KB 48/152 KB 136/324 KB 79/79 KB 56/228 KB 48/152 KB 136/324 KB 60/228 KB 48/152 KB 136/324 KB 64/228 KB 48/152 KB 136/324 KB 68/228 KB 48/152 KB 136/324 KB 72/228 KB 52/152 KB 140/324 KB 76/228 KB 52/152 KB 140/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 458.7 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 68/228 KB 52/152 KB 140/324 KB 68/228 KB 52/152 KB 136/324 KB 76/228 KB 56/152 KB 140/324 KB 76/228 KB 60/152 KB 144/324 KB 80/228 KB 64/152 KB 144/324 KB 80/228 KB 68/152 KB 144/324 KB 80/228 KB 72/152 KB 144/324 KB 76/228 KB 56/152 KB 144/324 KB 80/228 KB 72/152 KB 148/324 KB 80/228 KB 72/152 KB 152/324 KB 80/228 KB 60/152 KB 144/324 KB 80/228 KB 72/152 KB 4/32 KB 152/324 KB 80/228 KB 72/152 KB 8/32 KB 152/324 KB 80/228 KB 72/152 KB 12/32 KB 152/324 KB 80/228 KB 72/152 KB 16/32 KB 152/324 KB 80/228 KB 72/152 KB 20/32 KB 152/324 KB 80/228 KB 72/152 KB 20/32 KB 156/324 KB 80/228 KB 72/152 KB 20/32 KB 160/324 KB 80/228 KB 72/152 KB 24/32 KB 160/324 KB 84/228 KB 76/152 KB 28/32 KB 160/324 KB 4/234 KB 84/228 KB 76/152 KB 32/32 KB 160/324 KB 4/234 KB 84/228 KB 76/152 KB 32/32 KB 164/324 KB 4/234 KB 84/228 KB 76/152 KB 24/32 KB 160/324 KB 4/234 KB 84/228 KB 76/152 KB 24/32 KB 160/324 KB 80/228 KB 76/152 KB 24/32 KB 160/324 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 165.5 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 84/228 KB 80/152 KB 164/324 KB 4/234 KB 88/228 KB 80/152 KB 164/324 KB 4/234 KB 92/228 KB 80/152 KB 164/324 KB 4/234 KB 96/228 KB 80/152 KB 164/324 KB 4/234 KB 100/228 KB 80/152 KB 164/324 KB 4/234 KB 104/228 KB 84/152 KB 168/324 KB 8/234 KB 108/228 KB 84/152 KB 168/324 KB 8/234 KB 112/228 KB 84/152 KB 168/324 KB 8/234 KB 100/228 KB 84/152 KB 168/324 KB 8/234 KB 112/228 KB 84/152 KB 172/324 KB 8/234 KB 112/228 KB 84/152 KB 176/324 KB 8/234 KB 100/228 KB 84/152 KB 164/324 KB 8/234 KB 112/228 KB 84/152 KB 176/324 KB 12/234 KB 112/228 KB 84/152 KB 176/324 KB 16/234 KB 112/228 KB 84/152 KB 176/324 KB 20/234 KB 116/228 KB 84/152 KB 180/324 KB 24/234 KB 116/228 KB 84/152 KB 180/324 KB 28/234 KB 116/228 KB 84/152 KB 180/324 KB 32/234 KB 100/228 KB 84/152 KB 164/324 KB 4/234 KB 116/228 KB 88/152 KB 180/324 KB 32/234 KB 116/228 KB 92/152 KB 180/324 KB 32/234 KB 116/228 KB 96/152 KB 180/324 KB 32/234 KB 116/228 KB 100/152 KB 180/324 KB 32/234 KB 116/228 KB 104/152 KB 180/324 KB 32/234 KB 116/228 KB 108/152 KB 180/324 KB 32/234 KB 116/228 KB 112/152 KB 180/324 KB 32/234 KB 116/228 KB 116/152 KB 180/324 KB 32/234 KB 116/228 KB 84/152 KB 180/324 KB 20/234 KB 120/228 KB 116/152 KB 180/324 KB 36/234 KB 124/228 KB 116/152 KB 180/324 KB 36/234 KB 128/228 KB 116/152 KB 180/324 KB 36/234 KB 112/228 KB 84/152 KB 180/324 KB 20/234 KB 128/228 KB 116/152 KB 184/324 KB 36/234 KB 128/228 KB 116/152 KB 188/324 KB 36/234 KB 128/228 KB 116/152 KB 192/324 KB 36/234 KB 132/228 KB 116/152 KB 192/324 KB 36/234 KB 136/228 KB 116/152 KB 196/324 KB 36/234 KB 116/228 KB 116/152 KB 180/324 KB 36/234 KB 136/228 KB 120/152 KB 196/324 KB 40/234 KB 136/228 KB 120/152 KB 196/324 KB 44/234 KB 136/228 KB 120/152 KB 196/324 KB 48/234 KB 140/228 KB 120/152 KB 196/324 KB 48/234 KB 144/228 KB 120/152 KB 196/324 KB 48/234 KB 136/228 KB 120/152 KB 196/324 KB 36/234 KB 144/228 KB 124/152 KB 196/324 KB 48/234 KB 144/228 KB 128/152 KB 196/324 KB 48/234 KB 148/228 KB 132/152 KB 196/324 KB 48/234 KB 148/228 KB 136/152 KB 196/324 KB 52/234 KB 148/228 KB 140/152 KB 196/324 KB 52/234 KB 148/228 KB 144/152 KB 196/324 KB 52/234 KB 132/228 KB 116/152 KB 196/324 KB 36/234 KB 148/228 KB 144/152 KB 200/324 KB 52/234 KB 148/228 KB 144/152 KB 204/324 KB 52/234 KB 148/228 KB 144/152 KB 208/324 KB 52/234 KB 148/228 KB 144/152 KB 212/324 KB 52/234 KB 148/228 KB 144/152 KB 216/324 KB 52/234 KB 148/228 KB 132/152 KB 196/324 KB 52/234 KB 148/228 KB 144/152 KB 216/324 KB 56/234 KB 148/228 KB 144/152 KB 216/324 KB 60/234 KB 148/228 KB 144/152 KB 216/324 KB 64/234 KB 148/228 KB 128/152 KB 196/324 KB 48/234 KB 152/228 KB 144/152 KB 216/324 KB 64/234 KB 152/228 KB 144/152 KB 220/324 KB 64/234 KB 156/228 KB 144/152 KB 224/324 KB 64/234 KB 156/228 KB 144/152 KB 220/324 KB 64/234 KB 160/228 KB 144/152 KB 224/324 KB 64/234 KB 164/228 KB 144/152 KB 224/324 KB 64/234 KB 168/228 KB 148/152 KB 228/324 KB 68/234 KB 172/228 KB 148/152 KB 228/324 KB 68/234 KB 176/228 KB 148/152 KB 228/324 KB 68/234 KB 180/228 KB 148/152 KB 228/324 KB 68/234 KB 184/228 KB 148/152 KB 228/324 KB 68/234 KB 188/228 KB 148/152 KB 228/324 KB 68/234 KB 192/228 KB 148/152 KB 228/324 KB 68/234 KB 164/228 KB 148/152 KB 228/324 KB 68/234 KB 192/228 KB 148/152 KB 232/324 KB 68/234 KB 192/228 KB 148/152 KB 236/324 KB 68/234 KB 192/228 KB 148/152 KB 240/324 KB 68/234 KB 164/228 KB 148/152 KB 224/324 KB 68/234 KB 192/228 KB 152/1 unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 52 KB 240/324 KB 68/234 KB 192/228 KB 152/152 KB 240/324 KB 68/234 KB 164/228 KB 144/152 KB 224/324 KB 68/234 KB 192/228 KB 152/152 KB 240/324 KB 72/234 KB 192/228 KB 152/152 KB 240/324 KB 76/234 KB 192/228 KB 152/152 KB 240/324 KB 80/234 KB 192/228 KB 152/152 KB 240/324 KB 84/234 KB 196/228 KB 152/152 KB 244/324 KB 88/234 KB 196/228 KB 152/152 KB 244/324 KB 92/234 KB 196/228 KB 152/152 KB 244/324 KB 96/234 KB 196/228 KB 152/152 KB 244/324 KB 100/234 KB 196/228 KB 152/152 KB 244/324 KB 104/234 KB 196/228 KB 152/152 KB 244/324 KB 108/234 KB 196/228 KB 152/152 KB 244/324 KB 112/234 KB 196/228 KB 152/152 KB 244/324 KB 116/234 KB 196/228 KB 244/324 KB 120/234 KB 196/228 KB 244/324 KB 124/234 KB 196/228 KB 244/324 KB 128/234 KB 196/228 KB 244/324 KB 132/234 KB 196/228 KB 244/324 KB 136/234 KB 196/228 KB 152/152 KB 244/324 KB 84/234 KB 200/228 KB 244/324 KB 136/234 KB 204/228 KB 244/324 KB 136/234 KB 208/228 KB 244/324 KB 136/234 KB 192/228 KB 152/152 KB 244/324 KB 84/234 KB 208/228 KB 248/324 KB 136/234 KB 208/228 KB 252/324 KB 136/234 KB 208/228 KB 256/324 KB 136/234 KB 208/228 KB 260/324 KB 136/234 KB 208/228 KB 264/324 KB 136/234 KB 208/228 KB 268/324 KB 136/234 KB 208/228 KB 272/324 KB 136/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 699.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 208/228 KB 276/324 KB 136/234 KB 212/228 KB 280/324 KB 136/234 KB 212/228 KB 284/324 KB 136/234 KB 212/228 KB 288/324 KB 136/234 KB 212/228 KB 276/324 KB 136/234 KB 214/228 KB 288/324 KB 136/234 KB 218/228 KB 288/324 KB 136/234 KB 222/228 KB 288/324 KB 136/234 KB 226/228 KB 288/324 KB 136/234 KB 228/228 KB 288/324 KB 136/234 KB 228/228 KB 292/324 KB 140/234 KB 228/228 KB 292/324 KB 144/234 KB 228/228 KB 292/324 KB 136/234 KB 228/228 KB 296/324 KB 144/234 KB 228/228 KB 300/324 KB 144/234 KB 228/228 KB 304/324 KB 144/234 KB 228/228 KB 308/324 KB 144/234 KB 228/228 KB 312/324 KB 148/234 KB 228/228 KB 316/324 KB 148/234 KB 228/228 KB 320/324 KB 148/234 KB 228/228 KB 324/324 KB 148/234 KB 228/228 KB 324/324 KB 148/234 KB 228/228 KB 308/324 KB 148/234 KB 324/324 KB 152/234 KB 324/324 KB 156/234 KB 324/324 KB 160/234 KB 324/324 KB 164/234 KB 324/324 KB 168/234 KB 324/324 KB 172/234 KB 324/324 KB 176/234 KB 324/324 KB 180/234 KB 324/324 KB 184/234 KB 324/324 KB 188/234 KB 324/324 KB 192/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 984.0 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 324/324 KB 196/234 KB 200/234 KB 204/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1372.6 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install 208/234 KB 212/234 KB 216/234 KB 220/234 KB 224/234 KB 228/234 KB 232/234 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 956.4 KB/sec) unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-base-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5875121760070760662.pom to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.pom unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.686 s unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-22T11:00:28+00:00 unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:28 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-epc-0: 11:00:29 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 11:00:29 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:00:29 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 11:00:29 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 11:00:29 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 11:00:29 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 11:00:29 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 11:00:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 11:00:30 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 11:00:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 11:00:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 11:00:30 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 11:00:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:00:30 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 11:00:30 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 11:00:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:00:30 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:30 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:30 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 11:00:30 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:30 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:30 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-oai-epc-0: 11:00:31 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 11:00:31 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 11:00:31 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-ssh-3.0.86.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall493429005218070505.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.675 s unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-22T11:00:31+00:00 unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:31 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-epc-0: 11:00:31 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 11:00:31 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 11:00:31 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 11:00:31 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-oai-epc-0: 11:00:32 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 11:00:32 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 11:00:32 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 11:00:32 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:00:32 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:00:32 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-s1ap-3.0.85.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6044258278845442092.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.652 s unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-22T11:00:33+00:00 unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 11:00:33 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-2.1.2.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-controllers.tests.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-services.tests.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-main.tests.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777777_256x240.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777620_256x240.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_555555_256x240.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_444444_256x240.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_cc0000_256x240.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_ffffff_256x240.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/jquery.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 11:00:34 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 5.1MB/s eta 0:00:01  17% |##### | 20kB 915kB/s eta 0:00:01  25% |######## | 30kB 1.1MB/s eta 0:00:01  34% |########## | 40kB 967kB/s eta 0:00:01  42% |############# | 51kB 1.1MB/s eta 0:00:01  51% |################ | 61kB 1.3MB/s eta 0:00:01  59% |################### | 71kB 1.4MB/s eta 0:00:01  68% |##################### | 81kB 1.3MB/s eta 0:00:01  76% |######################## | 92kB 1.5MB/s eta 0:00:01  85% |########################### | 102kB 1.5MB/s eta 0:00:01  93% |############################## | 112kB 1.5MB/s eta 0:00:01  100% |################################| 122kB 1.9MB/s unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/8c/4b/5cbc4cb46095f369117dcb751821e1bef9dd86a07c968d8757e9204c324c/urllib3-1.24-py2.py3-none-any.whl (117kB) unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 79.4MB/s eta 0:00:01  17% |##### | 20kB 3.2MB/s eta 0:00:01  26% |######## | 30kB 4.7MB/s eta 0:00:01  34% |########### | 40kB 3.0MB/s eta 0:00:01  43% |############# | 51kB 2.6MB/s eta 0:00:01  52% |################ | 61kB 3.0MB/s eta 0:00:01  60% |################### | 71kB 2.7MB/s eta 0:00:01  69% |###################### | 81kB 2.5MB/s eta 0:00:01  78% |######################### | 92kB 2.8MB/s eta 0:00:01  86% |########################### | 102kB 2.7MB/s eta 0:00:01  95% |############################## | 112kB 2.7MB/s eta 0:00:01  100% |################################| 122kB 2.5MB/s unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 11:00:35 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24 unit-abot-epc-basic-0: 11:00:36 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 11:00:36 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 11:00:36 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 2.3MB/s eta 0:00:01  22% |####### | 20kB 908kB/s eta 0:00:01  33% |########## | 30kB 1.2MB/s eta 0:00:01  44% |############## | 40kB 972kB/s eta 0:00:01  56% |################# | 51kB 1.1MB/s eta 0:00:01  67% |##################### | 61kB 1.3MB/s eta 0:00:01  78% |######################### | 71kB 1.4MB/s eta 0:00:01  89% |############################ | 81kB 1.5MB/s eta 0:00:01  100% |################################| 92kB 1.5MB/s unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 91.6MB/s eta 0:00:01  16% |##### | 20kB 7.2MB/s eta 0:00:01  24% |####### | 30kB 10.1MB/s eta 0:00:01  32% |########## | 40kB 6.2MB/s eta 0:00:01  40% |############ | 51kB 5.2MB/s eta 0:00:01  48% |############### | 61kB 6.1MB/s eta 0:00:01  56% |################## | 71kB 4.9MB/s eta 0:00:01  64% |#################### | 81kB 4.3MB/s eta 0:00:01  72% |####################### | 92kB 4.7MB/s eta 0:00:01  81% |######################### | 102kB 4.6MB/s eta 0:00:01  89% |############################ | 112kB 4.5MB/s eta 0:00:01  97% |############################### | 122kB 4.6MB/s eta 0:00:01  100% |################################| 133kB 3.4MB/s unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/c9/c3/8dadb353944803796515ce68ad3944e6e7acc934f5036c40829cb96e64a1/ItsDangerous-1.0.0-py2.py3-none-any.whl unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 90.6MB/s eta 0:00:01  6% |## | 20kB 6.9MB/s eta 0:00:01  9% |### | 30kB 9.4MB/s eta 0:00:01  12% |#### | 40kB 6.3MB/s eta 0:00:01  15% |##### | 51kB 5.3MB/s eta 0:00:01  19% |###### | 61kB 6.3MB/s eta 0:00:01  22% |####### | 71kB 5.2MB/s eta 0:00:01  25% |######## | 81kB 4.3MB/s eta 0:00:01  28% |######### | 92kB 4.8MB/s eta 0:00:01  31% |########## | 102kB 4.6MB/s eta 0:00:01  34% |########### | 112kB 4.6MB/s eta 0:00:01  38% |############ | 122kB 4.5MB/s eta 0:00:01  41% |############# | 133kB 3.9MB/s eta 0:00:01  44% |############## | 143kB 4.4MB/s eta 0:00:01  47% |############### | 153kB 4.3MB/s eta 0:00:01  50% |################ | 163kB 3.6MB/s eta 0:00:01  53% |################# | 174kB 4.1MB/s eta 0:00:01  57% |################## | 184kB 4.6MB/s eta 0:00:01  60% |################### | 194kB 4.6MB/s eta 0:00:01  63% |#################### | 204kB 4.6MB/s eta 0:00:01  66% |##################### | 215kB 4.0MB/s eta 0:00:01  69% |###################### | 225kB 4.5MB/s eta 0:00:01  72% |####################### | 235kB 4.6MB/s eta 0:00:01  76% |######################## | 245kB 4.1MB/s eta 0:00:01  79% |######################### | 256kB 4.8MB/s eta 0:00:01  82% |########################## | 266kB 4.7MB/s eta 0:00:01  85% |########################### | 276kB 4.7MB/s eta 0:00:01  88% |############################ | 286kB 4.6MB/s eta 0:00:01  91% |############################# | 296kB 4.0MB/s eta 0:00:01  95% |############################## | 307kB 4.6MB/s eta 0:00:01  98% |############################### | 317kB 4.8MB/s eta 0:00:01  100% |################################| 327kB 2.5MB/s unit-abot-epc-basic-0: 11:00:37 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB) unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 70.2MB/s eta 0:00:01  25% |######## | 20kB 7.8MB/s eta 0:00:01  37% |############ | 30kB 10.6MB/s eta 0:00:01  50% |################ | 40kB 7.0MB/s eta 0:00:01  62% |#################### | 51kB 5.6MB/s eta 0:00:01  75% |######################## | 61kB 6.6MB/s eta 0:00:01  88% |############################ | 71kB 5.5MB/s eta 0:00:01  100% |################################| 81kB 4.6MB/s unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: MarkupSafe unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install Successfully built MarkupSafe unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 11:00:38 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.14.1 click-7.0 flask-1.0.2 itsdangerous-1.0.0 unit-abot-epc-basic-0: 11:00:39 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 11:00:39 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 11:00:39 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 11:00:39 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/f8/c7/741c97d7366f4779ca73d244904978b43a81fd37d85fcf05ad19d472c1ce/beautifulsoup4-4.6.3-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 5.1MB/s eta 0:00:01  22% |####### | 20kB 843kB/s eta 0:00:01  33% |########## | 30kB 1.0MB/s eta 0:00:01  45% |############## | 40kB 913kB/s eta 0:00:01  56% |################## | 51kB 1.0MB/s eta 0:00:01  67% |##################### | 61kB 1.2MB/s eta 0:00:01  79% |######################### | 71kB 1.2MB/s eta 0:00:01  90% |############################ | 81kB 1.3MB/s eta 0:00:01  100% |################################| 92kB 1.3MB/s unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 11:00:40 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 11:00:42 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:00:42 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:42 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 11:00:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 10.9 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 529.0 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 909.1 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 612.7 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 740.9 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 88.8 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 384.1 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 875.3 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 209.4 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 220.6 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 544.1 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 583.4 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 661.0 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/221 KB 5/221 KB 8/221 KB 11/221 KB 13/221 KB 16/221 KB 19/221 KB 21/221 KB 24/221 KB 27/221 KB 29/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 3066.3 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 160.9 KB/sec) unit-abot-epc-basic-0: 11:00:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 78.2 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 156.6 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 93.2 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 515.2 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 128.0 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 95.1 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 96.3 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 76.0 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 180.9 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 682.1 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 60.8 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 323.9 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 470.7 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 506.6 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 3/114 KB 5/114 KB 3/48 KB 8/114 KB 3/48 KB 11/114 KB 3/48 KB 5/114 KB 5/48 KB 11/114 KB 6/48 KB 11/114 KB 9/48 KB 11/114 KB 12/48 KB 11/114 KB 15/48 KB 13/114 KB 17/48 KB 13/114 KB 20/48 KB 13/114 KB 12/48 KB 13/114 KB 20/48 KB 16/114 KB 20/48 KB 19/114 KB 20/48 KB 21/114 KB 22/48 KB 24/114 KB 22/48 KB 21/114 KB 25/48 KB 24/114 KB 28/48 KB 24/114 KB 28/48 KB 27/114 KB 28/48 KB 29/114 KB 28/48 KB 32/114 KB 31/48 KB 32/114 KB 33/48 KB 32/114 KB 36/48 KB 36/114 KB 38/48 KB 36/114 KB 42/48 KB 36/114 KB 46/48 KB 36/114 KB 48/48 KB 36/114 KB 33/48 KB 36/114 KB 48/48 KB 40/114 KB 48/48 KB 44/114 KB 48/48 KB 48/114 KB 48/48 KB 52/114 KB 48/48 KB 56/114 KB 48/48 KB 60/114 KB 48/48 KB 64/114 KB 48/48 KB 68/114 KB 48/48 KB 72/114 KB 48/48 KB 76/114 KB 48/48 KB 80/114 KB 3/35 KB 48/48 KB 84/114 KB 3/35 KB 48/48 KB 80/114 KB 6/35 KB 84/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 1453.0 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 9/35 KB 84/114 KB 11/35 KB 84/114 KB 11/35 KB 88/114 KB 14/35 KB 88/114 KB 16/35 KB 92/114 KB 19/35 KB 92/114 KB 14/35 KB 92/114 KB 19/35 KB 96/114 KB 19/35 KB 100/114 KB 22/35 KB 104/114 KB 22/35 KB 108/114 KB 22/35 KB 112/114 KB 22/35 KB 114/114 KB 22/35 KB 100/114 KB 25/35 KB 114/114 KB 27/35 KB 114/114 KB 30/35 KB 114/114 KB 30/35 KB 4/85 KB 114/114 KB 30/35 KB 3/29 KB 8/85 KB 114/114 KB 30/35 KB 3/29 KB 12/85 KB 114/114 KB 30/35 KB 3/29 KB 16/85 KB 114/114 KB 30/35 KB 3/29 KB 20/85 KB 114/114 KB 32/35 KB 3/29 KB 24/85 KB 30/35 KB 3/29 KB 4/85 KB 114/114 KB 32/35 KB 6/29 KB 24/85 KB 32/35 KB 9/29 KB 24/85 KB 32/35 KB 11/29 KB 24/85 KB 32/35 KB 14/29 KB 24/85 KB 32/35 KB 16/29 KB 24/85 KB 32/35 KB 3/29 KB 20/85 KB 35/35 KB 16/29 KB 24/85 KB 35/35 KB 19/29 KB 24/85 KB 35/35 KB 19/29 KB 28/85 KB 35/35 KB 22/29 KB 32/85 KB 35/35 KB 22/29 KB 36/85 KB 35/35 KB 22/29 KB 40/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 2101.1 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 35/35 KB 22/29 KB 28/85 KB 35/35 KB 25/29 KB 44/85 KB 35/35 KB 27/29 KB 44/85 KB 35/35 KB 29/29 KB 44/85 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 35/35 KB 29/29 KB 44/85 KB 35/35 KB 29/29 KB 48/85 KB 35/35 KB 29/29 KB 52/85 KB 29/29 KB 56/85 KB 29/29 KB 60/85 KB 29/29 KB 64/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 614.6 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 29/29 KB 64/85 KB 3/56 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 29/29 KB 64/85 KB 5/56 KB 29/29 KB 64/85 KB 8/56 KB 29/29 KB 64/85 KB 11/56 KB 29/29 KB 68/85 KB 11/56 KB 72/85 KB 3/24 KB 13/56 KB 76/85 KB 3/24 KB 13/56 KB 80/85 KB 3/86 KB 3/24 KB 13/56 KB 68/85 KB 3/24 KB 13/56 KB 80/85 KB 3/86 KB 6/24 KB 13/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 463.0 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 29/29 KB 68/85 KB 13/56 KB 80/85 KB 3/86 KB 9/24 KB 16/56 KB 80/85 KB 3/86 KB 9/24 KB 19/56 KB 80/85 KB 3/86 KB 9/24 KB 13/56 KB 80/85 KB 3/86 KB 11/24 KB 19/56 KB 80/85 KB 6/86 KB 14/24 KB 21/56 KB 80/85 KB 11/24 KB 21/56 KB 80/85 KB 6/86 KB 11/24 KB 21/56 KB 80/85 KB 6/86 KB 11/24 KB 19/56 KB 80/85 KB 6/86 KB 14/24 KB 24/56 KB 84/85 KB 9/86 KB 14/24 KB 27/56 KB 84/85 KB 9/86 KB 16/24 KB 29/56 KB 84/85 KB 9/86 KB 14/24 KB 24/56 KB 85/85 KB 9/86 KB 16/24 KB 29/56 KB 80/85 KB 9/86 KB 14/24 KB 24/56 KB 84/85 KB 9/86 KB 16/24 KB 27/56 KB 85/85 KB 11/86 KB 16/24 KB 29/56 KB 85/85 KB 14/86 KB 16/24 KB 29/56 KB 85/85 KB 14/86 KB 19/24 KB 29/56 KB 85/85 KB 14/86 KB 22/24 KB 29/56 KB 85/85 KB 16/86 KB 24/24 KB 32/56 KB 85/85 KB 16/86 KB 22/24 KB 32/56 KB 85/85 KB 14/86 KB 22/24 KB 32/56 KB 3/218 KB 85/85 KB 16/86 KB 24/24 KB 32/56 KB 6/218 KB 85/85 KB 16/86 KB 24/24 KB 32/56 KB 9/218 KB 85/85 KB 19/86 KB 24/24 KB 36/56 KB 11/218 KB 85/85 KB 19/86 KB 24/24 KB 36/56 KB 6/218 KB 85/85 KB 19/86 KB 24/24 KB 36/56 KB 6/218 KB 85/85 KB 19/86 KB 24/24 KB 32/56 KB 11/218 KB 85/85 KB 22/86 KB 24/24 KB 40/56 KB 11/218 KB 85/85 KB 25/86 KB 24/24 KB 40/56 KB 11/218 KB 27/86 KB 24/24 KB 40/56 KB 14/218 KB 30/86 KB 24/24 KB 40/56 KB 11/218 KB 85/85 KB 19/86 KB 24/24 KB 40/56 KB 14/218 KB 30/86 KB 24/24 KB 44/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 1205.2 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 14/218 KB 30/86 KB 24/24 KB 48/56 KB 14/218 KB 27/86 KB 24/24 KB 40/56 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 16/218 KB 30/86 KB 24/24 KB 48/56 KB 19/218 KB 30/86 KB 24/24 KB 52/56 KB 22/218 KB 32/86 KB 52/56 KB 16/218 KB 30/86 KB 24/24 KB 52/56 KB 22/218 KB 32/86 KB 56/56 KB 19/218 KB 32/86 KB 24/24 KB 52/56 KB 22/218 KB 36/86 KB 56/56 KB 25/218 KB 40/86 KB 56/56 KB 25/218 KB 36/86 KB 56/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 459.6 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 27/218 KB 44/86 KB 56/56 KB 27/218 KB 44/86 KB 56/56 KB 27/218 KB 3/12 KB 48/86 KB 56/56 KB 27/218 KB 3/12 KB 52/86 KB 56/56 KB 30/218 KB 3/12 KB 56/86 KB 27/218 KB 3/12 KB 44/86 KB 56/56 KB 30/218 KB 4/12 KB 60/86 KB 30/218 KB 7/12 KB 60/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 951.4 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 30/218 KB 3/12 KB 52/86 KB 56/56 KB 32/218 KB 10/12 KB 60/86 KB 36/218 KB 10/12 KB 60/86 KB 40/218 KB 10/12 KB 60/86 KB 44/218 KB 10/12 KB 60/86 KB 48/218 KB 10/12 KB 60/86 KB 30/218 KB 10/12 KB 60/86 KB 30/218 KB 3/12 KB 60/86 KB 48/218 KB 10/12 KB 64/86 KB 48/218 KB 12/12 KB 64/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 163.1 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 52/218 KB 64/86 KB 56/218 KB 68/86 KB 60/218 KB 68/86 KB 64/218 KB 68/86 KB 68/218 KB 68/86 KB 72/218 KB 68/86 KB 76/218 KB 68/86 KB 80/218 KB 68/86 KB 52/218 KB 68/86 KB 80/218 KB 72/86 KB 80/218 KB 76/86 KB 80/218 KB 80/86 KB 80/218 KB 84/86 KB 80/218 KB 86/86 KB 84/218 KB 86/86 KB 88/218 KB 86/86 KB 92/218 KB 86/86 KB 96/218 KB 86/86 KB 100/218 KB 86/86 KB 104/218 KB 108/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 1040.4 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install 112/218 KB 116/218 KB 120/218 KB 124/218 KB 128/218 KB 132/218 KB 136/218 KB 140/218 KB 144/218 KB 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 2201.4 KB/sec) unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8365149931265835259.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3529137571425888650.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7133872202289817717.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8939628579955773127.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2321425833446144269.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8312826096741215674.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.283 s unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-22T11:00:44+00:00 unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 11:00:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:46 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:00:46 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:00:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:46 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 11:00:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 16.9 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 427.7 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/30 KB 5/30 KB 8/30 KB 11/30 KB 13/30 KB 16/30 KB 19/30 KB 21/30 KB 24/30 KB 27/30 KB 29/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 1001.6 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 657.4 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1253.4 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 387.0 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1024.0 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/6 KB 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 286.0 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 819.1 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1214.1 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 716.0 KB/sec) unit-abot-epc-basic-0: 11:00:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install 3/38 KB 6/38 KB 9/38 KB 11/38 KB 14/38 KB 16/38 KB 19/38 KB 22/38 KB 25/38 KB 27/38 KB 30/38 KB 32/38 KB 35/38 KB 38/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1172.0 KB/sec) unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 335.1 KB/sec) unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1145.7 KB/sec) unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom (7 KB at 213.0 KB/sec) unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 277.1 KB/sec) unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 448.7 KB/sec) unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 203.9 KB/sec) unit-abot-epc-basic-0: 11:00:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 11:00:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 11:00:49 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 509.1 KB/sec) unit-abot-epc-basic-0: 11:00:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-oai-hss-0: 11:00:58 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 11:00:58 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:00:58 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 11:00:58 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 11:00:58 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 11:00:58 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 11:00:58 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 11:00:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 11:00:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 11:00:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:00:59 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:00:59 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:00:59 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:01:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:01:00 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 11:01:00 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:01:01 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:01:01 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 11:01:01 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 11:01:01 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 11:01:01 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 11:01:01 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 11:01:01 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 11:01:01 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-hss-0: 11:01:02 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-hss-0: 11:01:02 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 11:01:02 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 11:01:02 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:01:02 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:01:02 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:01:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 5.7 KB/sec) unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 230.6 KB/sec) unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom (3 KB at 146.1 KB/sec) unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 11:01:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1254.4 KB/sec) unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 267.4 KB/sec) unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 225.5 KB/sec) unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom (4 KB at 151.2 KB/sec) unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom (5 KB at 288.4 KB/sec) unit-abot-epc-basic-0: 11:01:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 104.0 KB/sec) unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install 766/766 B Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 35.6 KB/sec) unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 101.4 KB/sec) unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 35.1 KB/sec) unit-abot-epc-basic-0: 11:01:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom (2 KB at 79.6 KB/sec) unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 506.1 KB/sec) unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 498.1 KB/sec) unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1541.1 KB/sec) unit-abot-epc-basic-0: 11:01:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 887.1 KB/sec) unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 628.5 KB/sec) unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 200.0 KB/sec) unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 195.3 KB/sec) unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 143.0 KB/sec) unit-abot-epc-basic-0: 11:01:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 937.8 KB/sec) unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install 3/55 KB 5/55 KB 8/55 KB 11/55 KB 13/55 KB 16/55 KB 19/55 KB 21/55 KB 24/55 KB 27/55 KB 29/55 KB 32/55 KB 36/55 KB 40/55 KB 44/55 KB 48/55 KB 52/55 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 1762.3 KB/sec) unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom (5 KB at 307.1 KB/sec) unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 175.0 KB/sec) unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 20.9 KB/sec) unit-abot-epc-basic-0: 11:01:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 93.9 KB/sec) unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom (2 KB at 93.5 KB/sec) unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 339.3 KB/sec) unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 36.8 KB/sec) unit-abot-epc-basic-0: 11:01:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install 3/10 KB 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 527.7 KB/sec) unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 678.5 KB/sec) unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 274.4 KB/sec) unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 995.0 KB/sec) unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install 3/52 KB 5/52 KB 8/52 KB 11/52 KB 13/52 KB 16/52 KB 19/52 KB 21/52 KB 24/52 KB 27/52 KB 29/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 1728.1 KB/sec) unit-abot-epc-basic-0: 11:01:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom (2 KB at 117.7 KB/sec) unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 398.8 KB/sec) unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (2 KB at 83.1 KB/sec) unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 11:01:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 218.8 KB/sec) unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 794.5 KB/sec) unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 187.7 KB/sec) unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 72.9 KB/sec) unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (2 KB at 67.8 KB/sec) unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 463.6 KB/sec) unit-abot-epc-basic-0: 11:01:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 320.8 KB/sec) unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom (4 KB at 176.7 KB/sec) unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom (14 KB at 168.5 KB/sec) unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 308.5 KB/sec) unit-abot-epc-basic-0: 11:01:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 683.2 KB/sec) unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 1003.0 KB/sec) unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 758.7 KB/sec) unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1659.8 KB/sec) unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom (3 KB at 209.2 KB/sec) unit-abot-epc-basic-0: 11:01:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 311.1 KB/sec) unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install 2/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 519.0 KB/sec) unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 833.9 KB/sec) unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 516.1 KB/sec) unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 284.7 KB/sec) unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 67.4 KB/sec) unit-abot-epc-basic-0: 11:01:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 62.0 KB/sec) unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 114.5 KB/sec) unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 86.3 KB/sec) unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 72.3 KB/sec) unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 100.3 KB/sec) unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 407.6 KB/sec) unit-abot-epc-basic-0: 11:01:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 352.5 KB/sec) unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 1048.3 KB/sec) unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 169.4 KB/sec) unit-abot-epc-basic-0: 11:01:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 732.6 KB/sec) unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom (2 KB at 114.6 KB/sec) unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 428.2 KB/sec) unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 11:01:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 365.8 KB/sec) unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (3 KB at 187.6 KB/sec) unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 501.2 KB/sec) unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 345.3 KB/sec) unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 741.8 KB/sec) unit-abot-epc-basic-0: 11:01:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install 3/27 KB 5/27 KB 8/27 KB 11/27 KB 13/27 KB 16/27 KB 19/27 KB 21/27 KB 24/27 KB 27/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1108.5 KB/sec) unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 363.4 KB/sec) unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 1001.6 KB/sec) unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install 3/18 KB 5/18 KB 8/18 KB 11/18 KB 13/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 853.5 KB/sec) unit-abot-epc-basic-0: 11:01:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install 3/49 KB 3/49 KB 6/49 KB 9/49 KB 11/49 KB 14/49 KB 17/49 KB 19/49 KB 22/49 KB 25/49 KB 27/49 KB 30/49 KB 33/49 KB 35/49 KB 39/49 KB 43/49 KB 47/49 KB 49/49 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (49 KB at 1749.1 KB/sec) unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom (5 KB at 333.8 KB/sec) unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 319.1 KB/sec) unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1153.3 KB/sec) unit-abot-epc-basic-0: 11:01:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom (6 KB at 295.4 KB/sec) unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 263.7 KB/sec) unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.4 KB/sec) unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 465.7 KB/sec) unit-abot-epc-basic-0: 11:01:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 413.1 KB/sec) unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 530.1 KB/sec) unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 814.1 KB/sec) unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1019.8 KB/sec) unit-abot-epc-basic-0: 11:01:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 909.9 KB/sec) unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install 161/161 B Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom (161 B at 9.8 KB/sec) unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 625.4 KB/sec) unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 215.5 KB/sec) unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 150.0 KB/sec) unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 70.5 KB/sec) unit-abot-epc-basic-0: 11:01:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 598.6 KB/sec) unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install 3/47 KB 6/47 KB 9/47 KB 11/47 KB 14/47 KB 16/47 KB 19/47 KB 22/47 KB 25/47 KB 27/47 KB 30/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1709.5 KB/sec) unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 296.4 KB/sec) unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install 680/680 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 41.5 KB/sec) unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 410.3 KB/sec) unit-abot-epc-basic-0: 11:01:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 650.8 KB/sec) unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.6 KB/sec) unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 386.2 KB/sec) unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 11:01:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 11:01:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 16/966 KB 20/966 KB 24/966 KB 28/966 KB 31/966 KB Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 11:01:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 34/966 KB 38/966 KB 42/966 KB 46/966 KB 50/966 KB 54/966 KB 58/966 KB 62/966 KB 63/966 KB Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 849/966 KB 853/966 KB 857/966 KB 861/966 KB 865/966 KB 869/966 KB 873/966 KB 877/966 KB 881/966 KB 885/966 KB 889/966 KB 893/966 KB 897/966 KB 901/966 KB 905/966 KB 909/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 329.5 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 3/590 KB 5/590 KB 8/590 KB 11/590 KB 13/590 KB 16/590 KB 19/590 KB 21/590 KB 24/590 KB 27/590 KB 29/590 KB 32/590 KB 36/590 KB 40/590 KB 44/590 KB 48/590 KB 52/590 KB 56/590 KB 60/590 KB 64/590 KB 68/590 KB 72/590 KB 76/590 KB 80/590 KB 84/590 KB 88/590 KB 92/590 KB 96/590 KB 96/590 KB 3/10 KB 96/590 KB 6/10 KB 96/590 KB 9/10 KB 96/590 KB 10/10 KB 3/240 KB 96/590 KB 10/10 KB 5/240 KB 96/590 KB 10/10 KB 8/240 KB 96/590 KB 10/10 KB 11/240 KB 96/590 KB 10/10 KB 13/240 KB 96/590 KB 10/10 KB 13/240 KB 100/590 KB 10/10 KB 13/240 KB 104/590 KB 10/10 KB 13/240 KB 108/590 KB 10/10 KB 13/240 KB 112/590 KB 10/10 KB 3/1710 KB 13/240 KB 112/590 KB 10/10 KB 5/1710 KB 13/240 KB 112/590 KB 10/10 KB 8/1710 KB 13/240 KB 112/590 KB 10/10 KB 11/1710 KB 13/240 KB 112/590 KB 10/10 KB 13/1710 KB 13/240 KB 112/590 KB 10/10 KB 13/1710 KB 13/240 KB 116/590 KB 10/10 KB 13/1710 KB 13/240 KB 120/590 KB 10/10 KB 13/1710 KB 13/240 KB 124/590 KB 10/10 KB 13/1710 KB 13/240 KB 128/590 KB 10/10 KB 13/1710 KB 13/240 KB 132/590 KB 10/10 KB 13/1710 KB 13/240 KB 136/590 KB 10/10 KB 13/1710 KB 13/240 KB 140/590 KB 10/10 KB 13/1710 KB 13/240 KB 144/590 KB 10/10 KB 13/1710 KB 16/240 KB 144/590 KB 10/10 KB 13/1710 KB 19/240 KB 144/590 KB 10/10 KB 13/1710 KB 21/240 KB 144/590 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 146.8 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 16/1710 KB 24/240 KB 144/590 KB 3/232 KB 19/1710 KB 24/240 KB 144/590 KB 3/232 KB 21/1710 KB 24/240 KB 144/590 KB 3/232 KB 13/1710 KB 24/240 KB 144/590 KB 3/232 KB 21/1710 KB 27/240 KB 144/590 KB 3/232 KB 24/1710 KB 29/240 KB 144/590 KB 3/232 KB 24/1710 KB 32/240 KB 144/590 KB 3/232 KB 13/1710 KB 21/240 KB 144/590 KB 3/232 KB 24/1710 KB 32/240 KB 144/590 KB 5/232 KB 24/1710 KB 32/240 KB 144/590 KB 8/232 KB 24/1710 KB 32/240 KB 144/590 KB 11/232 KB 24/1710 KB 32/240 KB 144/590 KB 13/232 KB 24/1710 KB 27/240 KB 144/590 KB 3/232 KB 27/1710 KB 32/240 KB 144/590 KB 13/232 KB 29/1710 KB 32/240 KB 144/590 KB 13/232 KB 32/1710 KB 32/240 KB 144/590 KB 13/232 KB 32/1710 KB 36/240 KB 144/590 KB 13/232 KB 32/1710 KB 40/240 KB 144/590 KB 13/232 KB 32/1710 KB 44/240 KB 144/590 KB 13/232 KB 32/1710 KB 48/240 KB 144/590 KB 13/232 KB 32/1710 KB 48/240 KB 148/590 KB 13/232 KB 32/1710 KB 48/240 KB 152/590 KB 13/232 KB 32/1710 KB 52/240 KB 156/590 KB 16/232 KB 32/1710 KB 52/240 KB 160/590 KB 16/232 KB 32/1710 KB 48/240 KB 152/590 KB 16/232 KB 32/1710 KB 52/240 KB 160/590 KB 19/232 KB 36/1710 KB 52/240 KB 160/590 KB 21/232 KB 36/1710 KB 52/240 KB 160/590 KB 24/232 KB 36/1710 KB 52/240 KB 160/590 KB 27/232 KB 36/1710 KB 52/240 KB 160/590 KB 29/232 KB 32/1710 KB 52/240 KB 152/590 KB 16/232 KB 36/1710 KB 52/240 KB 160/590 KB 19/232 KB 40/1710 KB 52/240 KB 160/590 KB 29/232 KB 44/1710 KB 52/240 KB 160/590 KB 29/232 KB 48/1710 KB 52/240 KB 160/590 KB 29/232 KB 52/1710 KB 52/240 KB 160/590 KB 29/232 KB 56/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 60/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 64/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 68/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 72/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 76/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 80/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 84/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 88/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 92/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 96/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 52/1710 KB 56/240 KB 3/44 KB 164/590 KB 32/232 KB 52/1710 KB 56/240 KB 3/44 KB 160/590 KB 32/232 KB 52/1710 KB 56/240 KB 160/590 KB 32/232 KB 96/1710 KB 56/240 KB 3/44 KB 164/590 KB 36/232 KB 96/1710 KB 56/240 KB 6/44 KB 164/590 KB 40/232 KB 96/1710 KB 56/240 KB 6/44 KB 164/590 KB 44/232 KB 52/1710 KB 56/240 KB 160/590 KB 29/232 KB 96/1710 KB 60/240 KB 6/44 KB 164/590 KB 44/232 KB 96/1710 KB 64/240 KB 6/44 KB 164/590 KB 44/232 KB 96/1710 KB 68/240 KB 6/44 KB 164/590 KB 44/232 KB 96/1710 KB 72/240 KB 6/44 KB 164/590 KB 44/232 KB 96/1710 KB 76/240 KB 6/44 KB 164/590 KB 44/232 KB 96/1710 KB 80/240 KB 6/44 KB 164/590 KB 44/232 KB 96/1710 KB 84/240 KB 6/44 KB 164/590 KB 44/232 KB 96/1710 KB 88/240 KB 6/44 KB 164/590 KB 48/232 KB 96/1710 KB 92/240 KB 6/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 6/44 KB 164/590 KB 48/232 KB 96/1710 KB 56/240 KB 6/44 KB 164/590 KB 36/232 KB 96/1710 KB 96/240 KB 9/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 11/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 14/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 16/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 19/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 22/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 25/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 27/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 30 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install /44 KB 164/590 KB 48/232 KB 96/1710 KB 84/240 KB 6/44 KB 164/590 KB 48/232 KB 96/1710 KB 96/240 KB 30/44 KB 168/590 KB 52/232 KB 96/1710 KB 96/240 KB 30/44 KB 168/590 KB 56/232 KB 96/1710 KB 96/240 KB 30/44 KB 168/590 KB 60/232 KB 96/1710 KB 96/240 KB 32/44 KB 168/590 KB 64/232 KB 96/1710 KB 96/240 KB 30/44 KB 168/590 KB 48/232 KB 96/1710 KB 96/240 KB 32/44 KB 172/590 KB 64/232 KB 96/1710 KB 96/240 KB 32/44 KB 176/590 KB 64/232 KB 96/1710 KB 96/240 KB 32/44 KB 180/590 KB 64/232 KB 100/1710 KB 100/240 KB 32/44 KB 184/590 KB 68/232 KB 100/1710 KB 100/240 KB 32/44 KB 188/590 KB 68/232 KB 100/1710 KB 100/240 KB 32/44 KB 192/590 KB 68/232 KB 96/1710 KB 96/240 KB 32/44 KB 168/590 KB 60/232 KB 100/1710 KB 100/240 KB 36/44 KB 192/590 KB 68/232 KB 100/1710 KB 100/240 KB 40/44 KB 192/590 KB 68/232 KB 100/1710 KB 100/240 KB 44/44 KB 192/590 KB 68/232 KB 100/1710 KB 100/240 KB 32/44 KB 180/590 KB 68/232 KB 104/1710 KB 100/240 KB 44/44 KB 192/590 KB 68/232 KB 108/1710 KB 100/240 KB 44/44 KB 192/590 KB 68/232 KB 112/1710 KB 100/240 KB 44/44 KB 192/590 KB 68/232 KB 96/1710 KB 100/240 KB 32/44 KB 180/590 KB 68/232 KB 96/1710 KB 96/240 KB 32/44 KB 180/590 KB 68/232 KB 112/1710 KB 100/240 KB 44/44 KB 192/590 KB 72/232 KB 112/1710 KB 100/240 KB 44/44 KB 192/590 KB 76/232 KB 112/1710 KB 100/240 KB 44/44 KB 192/590 KB 80/232 KB 112/1710 KB 104/240 KB 44/44 KB 192/590 KB 80/232 KB 112/1710 KB 108/240 KB 44/44 KB 192/590 KB 80/232 KB 112/1710 KB 112/240 KB 44/44 KB 192/590 KB 80/232 KB 116/1710 KB 116/240 KB 44/44 KB 196/590 KB 84/232 KB 116/1710 KB 112/240 KB 44/44 KB 196/590 KB 84/232 KB 116/1710 KB 120/240 KB 44/44 KB 196/590 KB 88/232 KB 116/1710 KB 120/240 KB 44/44 KB 196/590 KB 92/232 KB 116/1710 KB 120/240 KB 44/44 KB 196/590 KB 96/232 KB 116/1710 KB 112/240 KB 44/44 KB 196/590 KB 80/232 KB 116/1710 KB 120/240 KB 44/44 KB 200/590 KB 96/232 KB 116/1710 KB 120/240 KB 44/44 KB 204/590 KB 96/232 KB 116/1710 KB 120/240 KB 44/44 KB 208/590 KB 96/232 KB 116/1710 KB 120/240 KB 44/44 KB 212/590 KB 96/232 KB 116/1710 KB 120/240 KB 44/44 KB 216/590 KB 100/232 KB 116/1710 KB 120/240 KB 44/44 KB 220/590 KB 100/232 KB 116/1710 KB 120/240 KB 44/44 KB 224/590 KB 100/232 KB 116/1710 KB 112/240 KB 44/44 KB 192/590 KB 80/232 KB 120/1710 KB 120/240 KB 44/44 KB 224/590 KB 100/232 KB 124/1710 KB 120/240 KB 44/44 KB 224/590 KB 100/232 KB 128/1710 KB 120/240 KB 44/44 KB 224/590 KB 100/232 KB 132/1710 KB 120/240 KB 44/44 KB 224/590 KB 100/232 KB 136/1710 KB 120/240 KB 224/590 KB 100/232 KB 116/1710 KB 120/240 KB 44/44 KB 212/590 KB 100/232 KB 140/1710 KB 120/240 KB 224/590 KB 104/232 KB 140/1710 KB 120/240 KB 224/590 KB 108/232 KB 140/1710 KB 120/240 KB 224/590 KB 112/232 KB 116/1710 KB 120/240 KB 44/44 KB 196/590 KB 96/232 KB 140/1710 KB 124/240 KB 224/590 KB 112/232 KB 140/1710 KB 128/240 KB 224/590 KB 112/232 KB 140/1710 KB 132/240 KB 224/590 KB 112/232 KB 140/1710 KB 136/240 KB 224/590 KB 112/232 KB 140/1710 KB 140/240 KB 224/590 KB 112/232 KB 140/1710 KB 144/240 KB 224/590 KB 112/232 KB 140/1710 KB 148/240 KB 224/590 KB 116/232 KB 140/1710 KB 152/240 KB 228/590 KB 116/232 KB 140/1710 KB 156/240 KB 228/590 KB 116/232 KB 140/1710 KB 160/240 KB 228/590 KB 116/232 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 448.7 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 140/1710 KB 148/240 KB 228/590 KB 116/232 KB 140/1710 KB 160/240 KB 232/590 KB 116/232 KB 140/1710 KB 160/240 KB 236/590 KB 116/232 KB 140/1710 KB 160/240 KB 240/590 KB 116/232 KB 140/1710 KB 144/240 KB 224/590 KB 116/232 KB 140/1710 KB 140/240 KB 224/590 KB 112/232 KB 144/1710 KB 160/240 KB 240/590 KB 120/232 KB 148/1710 KB 160/240 KB 240/590 KB 120/232 KB 152/1710 KB 160/240 KB 240/590 KB 120/232 KB 156/1710 KB 160/240 KB 240/590 KB 120/232 KB 160/1710 KB 160/240 KB 240/590 KB 120/232 KB 164/1710 KB 160/240 KB 240/590 KB 120/232 KB 168/1710 KB 164/240 KB 244/590 KB 120/232 KB 172/1710 KB 164/240 KB 244/590 KB 120/232 KB 176/1710 KB 164/240 KB 244/590 KB 120/232 KB 140/1710 KB 160/240 KB 240/590 KB 120/232 KB 176/1710 KB 164/240 KB 244/590 KB 124/232 KB 176/1710 KB 164/240 KB 244/590 KB 128/232 KB 176/1710 KB 164/240 KB 244/590 KB 132/232 KB 176/1710 KB 164/240 KB 244/590 KB 136/232 KB 176/1710 KB 164/240 KB 244/590 KB 140/232 KB 176/1710 KB 164/240 KB 244/590 KB 144/232 KB 180/1710 KB 164/240 KB 244/590 KB 148/232 KB 180/1710 KB 164/240 KB 244/590 KB 152/232 KB 180/1710 KB 164/240 KB 244/590 KB 156/232 KB 180/1710 KB 164/240 KB 244/590 KB 160/232 KB 164/1710 KB 164/240 KB 244/590 KB 120/232 KB 164/1710 KB 164/240 KB 240/590 KB 120/232 KB 180/1710 KB 168/240 KB 244/590 KB 160/232 KB 180/1710 KB 172/240 KB 244/590 KB 3/258 KB 160/232 KB 180/1710 KB 172/240 KB 248/590 KB 3/258 KB 160/232 KB 180/1710 KB 172/240 KB 252/590 KB 3/258 KB 160/232 KB 180/1710 KB 176/240 KB 256/590 KB 3/258 KB 160/232 KB 180/1710 KB 176/240 KB 260/590 KB 3/258 KB 160/232 KB 180/1710 KB 176/240 KB 264/590 KB 3/258 KB 164/232 KB 180/1710 KB 164/240 KB 244/590 KB 144/232 KB 184/1710 KB 176/240 KB 264/590 KB 3/258 KB 164/232 KB 188/1710 KB 176/240 KB 264/590 KB 3/258 KB 164/232 KB 192/1710 KB 176/240 KB 264/590 KB 3/258 KB 164/232 KB 196/1710 KB 176/240 KB 264/590 KB 3/258 KB 164/232 KB 200/1710 KB 176/240 KB 268/590 KB 3/258 KB 164/232 KB 204/1710 KB 176/240 KB 268/590 KB 3/258 KB 164/232 KB 208/1710 KB 176/240 KB 268/590 KB 3/258 KB 164/232 KB 180/1710 KB 176/240 KB 260/590 KB 3/258 KB 164/232 KB 208/1710 KB 176/240 KB 268/590 KB 3/258 KB 168/232 KB 208/1710 KB 176/240 KB 268/590 KB 3/258 KB 172/232 KB 208/1710 KB 176/240 KB 268/590 KB 3/258 KB 176/232 KB 208/1710 KB 176/240 KB 268/590 KB 3/258 KB 180/232 KB 180/1710 KB 176/240 KB 252/590 KB 3/258 KB 160/232 KB 180/1710 KB 168/240 KB 244/590 KB 3/258 KB 160/232 KB 212/1710 KB 176/240 KB 268/590 KB 6/258 KB 180/232 KB 212/1710 KB 176/240 KB 268/590 KB 9/258 KB 180/232 KB 212/1710 KB 180/240 KB 268/590 KB 9/258 KB 180/232 KB 212/1710 KB 184/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 188/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 192/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 196/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 200/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 204/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 208/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 212/240 KB 268/590 KB 11/258 KB 180/232 KB 212/1710 KB 176/240 KB 268/590 KB 3/258 KB 180/232 KB 216/1710 KB 212/240 KB 268/590 KB 11/258 KB 184/232 KB 220/1710 KB 212/240 KB 268/590 KB 11/258 KB 184/232 KB 224/1710 KB 212/240 KB 268/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 268/590 KB 11/258 KB 184/232 KB 196/1710 KB 176/240 KB 268/590 KB 3/258 KB 164/232 KB 228/1710 KB 216/240 KB 272/590 KB 11/258 KB 184/232 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install KB 228/1710 KB 216/240 KB 276/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 280/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 284/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 288/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 292/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 296/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 300/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 304/590 KB 11/258 KB 184/232 KB 228/1710 KB 216/240 KB 308/590 KB 11/258 KB 184/232 KB 232/1710 KB 216/240 KB 312/590 KB 11/258 KB 184/232 KB 224/1710 KB 216/240 KB 268/590 KB 11/258 KB 184/232 KB 232/1710 KB 220/240 KB 312/590 KB 11/258 KB 184/232 KB 232/1710 KB 224/240 KB 312/590 KB 11/258 KB 184/232 KB 212/1710 KB 212/240 KB 268/590 KB 11/258 KB 184/232 KB 212/1710 KB 180/240 KB 268/590 KB 11/258 KB 180/232 KB 232/1710 KB 224/240 KB 312/590 KB 14/258 KB 184/232 KB 232/1710 KB 224/240 KB 312/590 KB 16/258 KB 184/232 KB 232/1710 KB 224/240 KB 312/590 KB 19/258 KB 184/232 KB 232/1710 KB 224/240 KB 312/590 KB 22/258 KB 184/232 KB 232/1710 KB 216/240 KB 308/590 KB 11/258 KB 184/232 KB 236/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 240/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 244/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 248/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 252/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 256/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 232/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 320/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 324/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 328/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 332/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 336/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 340/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 344/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 348/590 KB 22/258 KB 188/232 KB 260/1710 KB 228/240 KB 352/590 KB 22/258 KB 188/232 KB 232/1710 KB 228/240 KB 312/590 KB 22/258 KB 188/232 KB 260/1710 KB 232/240 KB 352/590 KB 22/258 KB 188/232 KB 260/1710 KB 236/240 KB 352/590 KB 22/258 KB 188/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 188/232 KB 232/1710 KB 224/240 KB 312/590 KB 22/258 KB 188/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 192/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 196/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 200/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 204/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 208/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 212/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 216/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 220/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 224/232 KB 260/1710 KB 240/240 KB 352/590 KB 22/258 KB 228/232 KB 260/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 260/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 260/1710 KB 228/240 KB 316/590 KB 22/258 KB 188/232 KB 264/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 268/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 272/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 276/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 280/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 284/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 288/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 292/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 296/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 300/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 304/1710 KB 240/240 KB 356/590 KB 22/258 KB 232/232 KB 260/1710 KB 240/240 KB 356/590 KB 22/258 KB 228/232 KB 304/1710 KB 240/240 KB 360/590 KB 22/258 KB 232/232 KB 304/1710 KB 240/240 KB 364/590 KB 22/258 KB 232/232 KB 304/1710 KB 240/240 KB 368/590 KB 22/258 KB 232/232 KB 304/1710 KB 240/240 KB 372/590 KB 22/258 KB 232/232 KB 304/1710 KB 376/590 KB 22/258 KB 232/232 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1673.4 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 304/1710 KB 380/590 KB 22/258 KB 232/232 KB 304/1710 KB 384/590 KB 22/258 KB 232/232 KB 304/1710 KB 388/590 KB 22/258 KB 232/232 KB 308/1710 KB 392/590 KB 22/258 KB 232/232 KB 308/1710 KB 388/590 KB 22/258 KB 232/232 KB 312/1710 KB 396/590 KB 22/258 KB 232/232 KB 316/1710 KB 396/590 KB 22/258 KB 232/232 KB 320/1710 KB 396/590 KB 22/258 KB 232/232 KB 324/1710 KB 396/590 KB 22/258 KB 232/232 KB 328/1710 KB 396/590 KB 25/258 KB 232/232 KB 332/1710 KB 396/590 KB 25/258 KB 232/232 KB 336/1710 KB 396/590 KB 25/258 KB 232/232 KB 340/1710 KB 396/590 KB 25/258 KB 232/232 KB 344/1710 KB 396/590 KB 25/258 KB 232/232 KB 308/1710 KB 396/590 KB 22/258 KB 232/232 KB 344/1710 KB 400/590 KB 25/258 KB 324/1710 KB 396/590 KB 25/258 KB 232/232 KB 344/1710 KB 400/590 KB 27/258 KB 344/1710 KB 400/590 KB 30/258 KB 344/1710 KB 400/590 KB 32/258 KB 344/1710 KB 400/590 KB 36/258 KB 344/1710 KB 400/590 KB 40/258 KB 344/1710 KB 400/590 KB 44/258 KB 344/1710 KB 400/590 KB 48/258 KB 344/1710 KB 400/590 KB 52/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1515.6 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 344/1710 KB 400/590 KB 56/258 KB 344/1710 KB 400/590 KB 60/258 KB 344/1710 KB 400/590 KB 64/258 KB Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 344/1710 KB 400/590 KB 68/258 KB 344/1710 KB 400/590 KB 72/258 KB 344/1710 KB 400/590 KB 76/258 KB 344/1710 KB 404/590 KB 80/258 KB 348/1710 KB 4/223 KB 404/590 KB 84/258 KB 348/1710 KB 4/223 KB 404/590 KB 88/258 KB 348/1710 KB 4/223 KB 404/590 KB 92/258 KB 348/1710 KB 4/223 KB 404/590 KB 96/258 KB 344/1710 KB 404/590 KB 76/258 KB 348/1710 KB 4/223 KB 408/590 KB 96/258 KB 348/1710 KB 4/223 KB 412/590 KB 96/258 KB 348/1710 KB 4/223 KB 416/590 KB 96/258 KB 348/1710 KB 4/223 KB 420/590 KB 96/258 KB 348/1710 KB 4/223 KB 424/590 KB 100/258 KB 348/1710 KB 4/223 KB 404/590 KB 80/258 KB 344/1710 KB 4/223 KB 404/590 KB 80/258 KB 348/1710 KB 8/223 KB 428/590 KB 100/258 KB 348/1710 KB 12/223 KB 428/590 KB 100/258 KB 348/1710 KB 16/223 KB 428/590 KB 100/258 KB 348/1710 KB 20/223 KB 428/590 KB 100/258 KB 348/1710 KB 24/223 KB 428/590 KB 100/258 KB 348/1710 KB 28/223 KB 428/590 KB 100/258 KB 348/1710 KB 32/223 KB 428/590 KB 100/258 KB 348/1710 KB 36/223 KB 428/590 KB 100/258 KB 348/1710 KB 4/223 KB 420/590 KB 100/258 KB 352/1710 KB 36/223 KB 428/590 KB 104/258 KB 352/1710 KB 36/223 KB 428/590 KB 108/258 KB 352/1710 KB 36/223 KB 428/590 KB 112/258 KB 348/1710 KB 36/223 KB 428/590 KB 100/258 KB 352/1710 KB 36/223 KB 432/590 KB 112/258 KB 352/1710 KB 36/223 KB 436/590 KB 112/258 KB 352/1710 KB 40/223 KB 440/590 KB 116/258 KB 352/1710 KB 40/223 KB 444/590 KB 116/258 KB 352/1710 KB 40/223 KB 448/590 KB 116/258 KB 352/1710 KB 36/223 KB 428/590 KB 100/258 KB 356/1710 KB 40/223 KB 448/590 KB 116/258 KB 360/1710 KB 40/223 KB 448/590 KB 116/258 KB 364/1710 KB 40/223 KB 448/590 KB 116/258 KB 368/1710 KB 40/223 KB 448/590 KB 116/258 KB 368/1710 KB 40/223 KB 448/590 KB 116/258 KB 4/208 KB 368/1710 KB 40/223 KB 448/590 KB 116/258 KB 8/208 KB 368/1710 KB 40/223 KB 448/590 KB 116/258 KB 12/208 KB 368/1710 KB 40/223 KB 448/590 KB 116/258 KB 16/208 KB 352/1710 KB 40/223 KB 436/590 KB 116/258 KB 352/1710 KB 40/223 KB 436/590 KB 112/258 KB 368/1710 KB 44/223 KB 448/590 KB 116/258 KB 16/208 KB 368/1710 KB 48/223 KB 448/590 KB 116/258 KB 16/208 KB 368/1710 KB 52/223 KB 448/590 KB 116/258 KB 16/208 KB 368/1710 KB 52/223 KB 448/590 KB 120/258 KB 16/208 KB 368/1710 KB 52/223 KB 448/590 KB 124/258 KB 16/208 KB 368/1710 KB 52/223 KB 448/590 KB 128/258 KB 16/208 KB 368/1710 KB 52/223 KB 448/590 KB 128/258 KB 20/208 KB 368/1710 KB 52/223 KB 448/590 KB 128/258 KB 24/208 KB 368/1710 KB 52/223 KB 448/590 KB 128/258 KB 28/208 KB 368/1710 KB 52/223 KB 448/590 KB 128/258 KB 32/208 KB 368/1710 KB 56/223 KB 448/590 KB 128/258 KB 32/208 KB 368/1710 KB 60/223 KB 448/590 KB 128/258 KB 32/208 KB 372/1710 KB 64/223 KB 448/590 KB 128/258 KB 32/208 KB 372/1710 KB 68/223 KB 452/590 KB 128/258 KB 32/208 KB 372/1710 KB 72/223 KB 452/590 KB 132/258 KB 36/208 KB 372/1710 KB 76/223 KB 452/590 KB 132/258 KB 36/208 KB 372/1710 KB 80/223 KB 452/590 KB 132/258 KB 36/208 KB 372/1710 KB 60/223 KB 448/590 KB 128/258 KB 32/208 KB 376/1710 KB 80/223 KB 452/590 KB 132/258 KB 36/208 KB 380/1710 KB 80/223 KB 452/590 KB 132/258 KB 36/208 KB 384/1710 KB 80/223 KB 452/590 KB 132/258 KB 36/208 KB 388/1710 KB 80/223 KB 452/590 KB 132/258 KB 36/208 KB 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 36/208 KB 372/1710 KB 68/223 KB 452/590 KB 132/258 KB 36/208 KB 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 40/208 KB 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 44/208 KB 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 48/208 KB unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 52/208 KB 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 56/208 KB 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 60/208 KB 392/1710 KB 80/223 KB 452/590 KB 132/258 KB 64/208 KB 372/1710 KB 68/223 KB 452/590 KB 132/258 KB 32/208 KB 392/1710 KB 80/223 KB 452/590 KB 136/258 KB 64/208 KB 392/1710 KB 80/223 KB 452/590 KB 140/258 KB 64/208 KB 392/1710 KB 80/223 KB 452/590 KB 144/258 KB 64/208 KB 392/1710 KB 80/223 KB 452/590 KB 148/258 KB 64/208 KB 396/1710 KB 80/223 KB 452/590 KB 152/258 KB 68/208 KB 396/1710 KB 80/223 KB 452/590 KB 156/258 KB 68/208 KB 396/1710 KB 80/223 KB 452/590 KB 160/258 KB 68/208 KB 396/1710 KB 80/223 KB 452/590 KB 164/258 KB 68/208 KB 372/1710 KB 64/223 KB 452/590 KB 128/258 KB 32/208 KB 396/1710 KB 84/223 KB 456/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 460/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 464/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 468/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 472/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 476/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 480/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 484/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 488/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 492/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 496/590 KB 164/258 KB 68/208 KB 396/1710 KB 84/223 KB 500/590 KB 168/258 KB 68/208 KB 396/1710 KB 84/223 KB 504/590 KB 168/258 KB 68/208 KB 396/1710 KB 84/223 KB 508/590 KB 168/258 KB 68/208 KB 396/1710 KB 84/223 KB 512/590 KB 168/258 KB 68/208 KB 396/1710 KB 84/223 KB 516/590 KB 168/258 KB 68/208 KB 396/1710 KB 84/223 KB 520/590 KB 168/258 KB 68/208 KB 396/1710 KB 84/223 KB 524/590 KB 168/258 KB 68/208 KB 396/1710 KB 84/223 KB 452/590 KB 164/258 KB 68/208 KB 396/1710 KB 80/223 KB 452/590 KB 148/258 KB 68/208 KB 400/1710 KB 84/223 KB 524/590 KB 168/258 KB 68/208 KB 404/1710 KB 84/223 KB 524/590 KB 168/258 KB 68/208 KB 408/1710 KB 84/223 KB 524/590 KB 168/258 KB 68/208 KB 392/1710 KB 80/223 KB 452/590 KB 148/258 KB 68/208 KB 412/1710 KB 84/223 KB 524/590 KB 168/258 KB 72/208 KB 412/1710 KB 84/223 KB 524/590 KB 168/258 KB 76/208 KB 412/1710 KB 84/223 KB 524/590 KB 168/258 KB 80/208 KB 412/1710 KB 84/223 KB 524/590 KB 168/258 KB 84/208 KB 412/1710 KB 84/223 KB 524/590 KB 168/258 KB 88/208 KB 412/1710 KB 88/223 KB 524/590 KB 168/258 KB 92/208 KB 412/1710 KB 88/223 KB 524/590 KB 168/258 KB 96/208 KB 412/1710 KB 88/223 KB 524/590 KB 168/258 KB 100/208 KB 412/1710 KB 88/223 KB 524/590 KB 168/258 KB 104/208 KB 412/1710 KB 88/223 KB 524/590 KB 168/258 KB 108/208 KB 412/1710 KB 88/223 KB 524/590 KB 168/258 KB 112/208 KB 396/1710 KB 84/223 KB 496/590 KB 168/258 KB 68/208 KB 412/1710 KB 88/223 KB 524/590 KB 172/258 KB 112/208 KB 412/1710 KB 88/223 KB 524/590 KB 176/258 KB 112/208 KB 412/1710 KB 88/223 KB 524/590 KB 168/258 KB 88/208 KB 412/1710 KB 92/223 KB 524/590 KB 176/258 KB 112/208 KB 412/1710 KB 96/223 KB 524/590 KB 176/258 KB 112/208 KB 412/1710 KB 84/223 KB 524/590 KB 168/258 KB 88/208 KB 416/1710 KB 96/223 KB 524/590 KB 176/258 KB 112/208 KB 416/1710 KB 100/223 KB 524/590 KB 176/258 KB 112/208 KB 420/1710 KB 104/223 KB 524/590 KB 180/258 KB 112/208 KB 420/1710 KB 108/223 KB 524/590 KB 180/258 KB 112/208 KB 420/1710 KB 112/223 KB 524/590 KB 180/258 KB 112/208 KB 420/1710 KB 100/223 KB 524/590 KB 180/258 KB 112/208 KB 424/1710 KB 112/223 KB 524/590 KB 180/2 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 58 KB 112/208 KB 428/1710 KB 112/223 KB 524/590 KB 180/258 KB 112/208 KB 432/1710 KB 112/223 KB 524/590 KB 180/258 KB 112/208 KB 436/1710 KB 112/223 KB 524/590 KB 180/258 KB 112/208 KB 440/1710 KB 116/223 KB 524/590 KB 180/258 KB 116/208 KB 416/1710 KB 100/223 KB 524/590 KB 180/258 KB 112/208 KB 440/1710 KB 116/223 KB 528/590 KB 184/258 KB 116/208 KB 440/1710 KB 116/223 KB 528/590 KB 188/258 KB 116/208 KB 440/1710 KB 116/223 KB 528/590 KB 192/258 KB 116/208 KB 440/1710 KB 116/223 KB 528/590 KB 196/258 KB 116/208 KB 440/1710 KB 116/223 KB 528/590 KB 180/258 KB 116/208 KB 436/1710 KB 116/223 KB 524/590 KB 180/258 KB 116/208 KB 444/1710 KB 116/223 KB 528/590 KB 196/258 KB 120/208 KB 444/1710 KB 116/223 KB 528/590 KB 196/258 KB 124/208 KB 444/1710 KB 116/223 KB 528/590 KB 196/258 KB 128/208 KB 436/1710 KB 116/223 KB 524/590 KB 180/258 KB 112/208 KB 444/1710 KB 120/223 KB 528/590 KB 200/258 KB 128/208 KB 444/1710 KB 124/223 KB 528/590 KB 200/258 KB 128/208 KB 444/1710 KB 128/223 KB 528/590 KB 200/258 KB 128/208 KB 444/1710 KB 132/223 KB 532/590 KB 200/258 KB 128/208 KB 444/1710 KB 136/223 KB 532/590 KB 200/258 KB 132/208 KB 444/1710 KB 140/223 KB 532/590 KB 200/258 KB 132/208 KB 444/1710 KB 144/223 KB 532/590 KB 200/258 KB 132/208 KB 444/1710 KB 116/223 KB 528/590 KB 200/258 KB 128/208 KB 444/1710 KB 144/223 KB 532/590 KB 204/258 KB 132/208 KB 444/1710 KB 144/223 KB 532/590 KB 208/258 KB 132/208 KB 444/1710 KB 144/223 KB 532/590 KB 212/258 KB 132/208 KB 444/1710 KB 144/223 KB 532/590 KB 216/258 KB 132/208 KB 444/1710 KB 144/223 KB 532/590 KB 220/258 KB 132/208 KB 444/1710 KB 144/223 KB 532/590 KB 224/258 KB 132/208 KB 444/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 444/1710 KB 116/223 KB 528/590 KB 196/258 KB 116/208 KB 448/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 452/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 456/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 460/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 464/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 468/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 472/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 476/1710 KB 148/223 KB 532/590 KB 228/258 KB 132/208 KB 444/1710 KB 148/223 KB 532/590 KB 224/258 KB 132/208 KB 476/1710 KB 152/223 KB 532/590 KB 232/258 KB 132/208 KB 476/1710 KB 156/223 KB 532/590 KB 232/258 KB 132/208 KB 476/1710 KB 160/223 KB 532/590 KB 232/258 KB 132/208 KB 476/1710 KB 164/223 KB 532/590 KB 232/258 KB 132/208 KB 480/1710 KB 168/223 KB 532/590 KB 232/258 KB 132/208 KB 444/1710 KB 132/223 KB 532/590 KB 200/258 KB 132/208 KB 444/1710 KB 128/223 KB 532/590 KB 200/258 KB 128/208 KB 480/1710 KB 168/223 KB 536/590 KB 232/258 KB 132/208 KB 480/1710 KB 168/223 KB 540/590 KB 232/258 KB 132/208 KB 480/1710 KB 168/223 KB 544/590 KB 232/258 KB 132/208 KB 480/1710 KB 168/223 KB 548/590 KB 232/258 KB 132/208 KB 480/1710 KB 168/223 KB 552/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 556/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 560/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 564/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 568/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 572/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 576/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 580/590 KB 232/258 KB 136/208 KB 480/1710 KB 164/223 KB 532/590 KB 232/258 KB 132/208 KB 476/1710 KB 148/223 KB 532/590 KB 232/258 KB 1 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 32/208 KB 480/1710 KB 172/223 KB 580/590 KB 236/258 KB 136/208 KB 480/1710 KB 172/223 KB 580/590 KB 240/258 KB 136/208 KB 480/1710 KB 172/223 KB 580/590 KB 244/258 KB 136/208 KB 484/1710 KB 172/223 KB 580/590 KB 248/258 KB 136/208 KB 484/1710 KB 172/223 KB 580/590 KB 252/258 KB 136/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 136/208 KB 480/1710 KB 172/223 KB 580/590 KB 232/258 KB 136/208 KB 480/1710 KB 168/223 KB 548/590 KB 232/258 KB 136/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 140/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 144/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 148/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 152/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 156/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 160/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 164/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 168/208 KB 484/1710 KB 172/223 KB 580/590 KB 256/258 KB 172/208 KB 484/1710 KB 172/223 KB 580/590 KB 244/258 KB 136/208 KB 488/1710 KB 176/223 KB 580/590 KB 256/258 KB 172/208 KB 492/1710 KB 176/223 KB 580/590 KB 256/258 KB 172/208 KB 496/1710 KB 176/223 KB 580/590 KB 256/258 KB 176/208 KB 484/1710 KB 176/223 KB 580/590 KB 256/258 KB 172/208 KB 492/1710 KB 176/223 KB 580/590 KB 256/258 KB 176/208 KB 496/1710 KB 180/223 KB 580/590 KB 256/258 KB 176/208 KB 500/1710 KB 184/223 KB 584/590 KB 258/258 KB 180/208 KB 500/1710 KB 188/223 KB 584/590 KB 258/258 KB 180/208 KB 500/1710 KB 192/223 KB 584/590 KB 258/258 KB 180/208 KB 500/1710 KB 180/223 KB 584/590 KB 258/258 KB 180/208 KB 500/1710 KB 192/223 KB 584/590 KB 258/258 KB 184/208 KB 500/1710 KB 192/223 KB 584/590 KB 258/258 KB 188/208 KB 500/1710 KB 192/223 KB 584/590 KB 258/258 KB 192/208 KB 500/1710 KB 180/223 KB 584/590 KB 258/258 KB 176/208 KB 500/1710 KB 180/223 KB 584/590 KB 256/258 KB 176/208 KB 500/1710 KB 192/223 KB 588/590 KB 258/258 KB 196/208 KB 500/1710 KB 192/223 KB 590/590 KB 258/258 KB 196/208 KB 500/1710 KB 180/223 KB 580/590 KB 256/258 KB 176/208 KB 504/1710 KB 192/223 KB 590/590 KB 258/258 KB 196/208 KB 508/1710 KB 192/223 KB 590/590 KB 258/258 KB 196/208 KB 512/1710 KB 196/223 KB 590/590 KB 258/258 KB 196/208 KB 516/1710 KB 196/223 KB 590/590 KB 258/258 KB 196/208 KB 508/1710 KB 196/223 KB 590/590 KB 258/258 KB 196/208 KB 516/1710 KB 200/223 KB 590/590 KB 258/258 KB 196/208 KB 516/1710 KB 204/223 KB 590/590 KB 258/258 KB 196/208 KB 516/1710 KB 208/223 KB 590/590 KB 258/258 KB 196/208 KB 516/1710 KB 212/223 KB 590/590 KB 258/258 KB 196/208 KB 520/1710 KB 216/223 KB 590/590 KB 258/258 KB 196/208 KB 520/1710 KB 220/223 KB 590/590 KB 258/258 KB 196/208 KB 520/1710 KB 223/223 KB 590/590 KB 258/258 KB 196/208 KB 500/1710 KB 192/223 KB 584/590 KB 258/258 KB 196/208 KB 520/1710 KB 223/223 KB 590/590 KB 258/258 KB 200/208 KB 520/1710 KB 223/223 KB 590/590 KB 258/258 KB 204/208 KB 520/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 520/1710 KB 212/223 KB 590/590 KB 258/258 KB 196/208 KB 524/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 528/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 532/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 536/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 540/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 544/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 548/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 552/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 556/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 560/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB 564/1710 KB 223/223 KB 590/590 KB 258/258 KB 208/208 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1275.5 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2742.6 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1004.9 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1072.6 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 568/1710 KB 572/1710 KB 576/1710 KB 580/1710 KB 584/1710 KB 588/1710 KB 592/1710 KB 596/1710 KB 596/1710 KB 4/38 KB 596/1710 KB 8/38 KB 596/1710 KB 12/38 KB 596/1710 KB 16/38 KB 596/1710 KB 20/38 KB 596/1710 KB 4/18 KB 20/38 KB 596/1710 KB 8/18 KB 20/38 KB 596/1710 KB 12/18 KB 20/38 KB 596/1710 KB 16/18 KB 20/38 KB 596/1710 KB 18/18 KB 20/38 KB 596/1710 KB 18/18 KB 24/38 KB 596/1710 KB 18/18 KB 28/38 KB 596/1710 KB 4/531 KB 18/18 KB 32/38 KB 596/1710 KB 4/531 KB 18/18 KB 28/38 KB 596/1710 KB 8/531 KB 18/18 KB 32/38 KB 596/1710 KB 12/531 KB 18/18 KB 32/38 KB 596/1710 KB 16/531 KB 18/18 KB 32/38 KB 596/1710 KB 20/531 KB 18/18 KB 4/214 KB 32/38 KB 596/1710 KB 20/531 KB 18/18 KB 4/214 KB 36/38 KB 596/1710 KB 20/531 KB 18/18 KB 8/214 KB 38/38 KB 596/1710 KB 20/531 KB 18/18 KB 8/214 KB 38/38 KB 596/1710 KB 20/531 KB 18/18 KB 12/214 KB 38/38 KB 596/1710 KB 20/531 KB 18/18 KB 16/214 KB 38/38 KB 596/1710 KB 20/531 KB 18/18 KB 16/214 KB 38/38 KB 596/1710 KB 24/531 KB 18/18 KB 16/214 KB 38/38 KB 596/1710 KB 28/531 KB 18/18 KB 16/214 KB 38/38 KB 596/1710 KB 32/531 KB 18/18 KB 16/214 KB 38/38 KB 600/1710 KB 32/531 KB 18/18 KB 16/214 KB 38/38 KB 604/1710 KB 32/531 KB 18/18 KB 16/214 KB 38/38 KB 608/1710 KB 32/531 KB 18/18 KB 16/214 KB 38/38 KB 612/1710 KB 36/531 KB 18/18 KB 16/214 KB 38/38 KB 616/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 620/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 624/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 628/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 632/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 636/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 640/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 608/1710 KB 36/531 KB 18/18 KB 16/214 KB 38/38 KB 640/1710 KB 40/531 KB 18/18 KB 20/214 KB 38/38 KB 640/1710 KB 44/531 KB 18/18 KB 20/214 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 80.5 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 612/1710 KB 36/531 KB 18/18 KB 20/214 KB 38/38 KB 640/1710 KB 44/531 KB 24/214 KB 38/38 KB 640/1710 KB 44/531 KB 28/214 KB 38/38 KB 640/1710 KB 44/531 KB 32/214 KB 38/38 KB 640/1710 KB 48/531 KB 32/214 KB 38/38 KB 640/1710 KB 52/531 KB 32/214 KB 38/38 KB 640/1710 KB 56/531 KB 32/214 KB 38/38 KB 640/1710 KB 60/531 KB 32/214 KB 38/38 KB 640/1710 KB 64/531 KB 32/214 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 169.5 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 640/1710 KB 64/531 KB 36/214 KB Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 640/1710 KB 64/531 KB 40/214 KB 640/1710 KB 64/531 KB 44/214 KB 640/1710 KB 64/531 KB 48/214 KB 640/1710 KB 68/531 KB 48/214 KB 644/1710 KB 72/531 KB 52/214 KB 644/1710 KB 68/531 KB 52/214 KB 644/1710 KB 76/531 KB 56/214 KB 644/1710 KB 76/531 KB 60/214 KB 644/1710 KB 76/531 KB 64/214 KB 644/1710 KB 76/531 KB 68/214 KB 644/1710 KB 76/531 KB 72/214 KB 644/1710 KB 68/531 KB 48/214 KB 644/1710 KB 76/531 KB 76/214 KB 3/109 KB 644/1710 KB 76/531 KB 76/214 KB 6/109 KB 644/1710 KB 76/531 KB 76/214 KB 9/109 KB 644/1710 KB 76/531 KB 76/214 KB 11/109 KB 644/1710 KB 76/531 KB 52/214 KB 648/1710 KB 80/531 KB 76/214 KB 11/109 KB 648/1710 KB 76/531 KB 76/214 KB 11/109 KB 652/1710 KB 84/531 KB 76/214 KB 14/109 KB 3/1267 KB 656/1710 KB 84/531 KB 76/214 KB 14/109 KB 3/1267 KB 648/1710 KB 84/531 KB 76/214 KB 14/109 KB 3/1267 KB 656/1710 KB 84/531 KB 76/214 KB 16/109 KB 3/1267 KB 656/1710 KB 84/531 KB 76/214 KB 19/109 KB 3/1267 KB 648/1710 KB 84/531 KB 76/214 KB 11/109 KB 3/1267 KB 656/1710 KB 88/531 KB 76/214 KB 19/109 KB 3/1267 KB 656/1710 KB 92/531 KB 76/214 KB 19/109 KB 3/1267 KB 644/1710 KB 76/531 KB 76/214 KB 11/109 KB 3/1267 KB 648/1710 KB 80/531 KB 76/214 KB 11/109 KB 3/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 5/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 8/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 11/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 13/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 16/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 19/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 21/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 24/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 27/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 29/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 32/1267 KB 656/1710 KB 92/531 KB 80/214 KB 22/109 KB 32/1267 KB 656/1710 KB 92/531 KB 84/214 KB 22/109 KB 32/1267 KB 660/1710 KB 96/531 KB 88/214 KB 22/109 KB 36/1267 KB 660/1710 KB 96/531 KB 92/214 KB 22/109 KB 36/1267 KB 660/1710 KB 96/531 KB 96/214 KB 22/109 KB 36/1267 KB 656/1710 KB 92/531 KB 76/214 KB 22/109 KB 3/1267 KB 660/1710 KB 96/531 KB 84/214 KB 22/109 KB 36/1267 KB 664/1710 KB 96/531 KB 96/214 KB 22/109 KB 36/1267 KB 668/1710 KB 96/531 KB 96/214 KB 25/109 KB 36/1267 KB 672/1710 KB 96/531 KB 96/214 KB 25/109 KB 36/1267 KB 656/1710 KB 96/531 KB 84/214 KB 22/109 KB 36/1267 KB 656/1710 KB 92/531 KB 84/214 KB 22/109 KB 36/1267 KB 672/1710 KB 96/531 KB 96/214 KB 25/109 KB 40/1267 KB 672/1710 KB 100/531 KB 96/214 KB 25/109 KB 44/1267 KB 672/1710 KB 100/531 KB 96/214 KB 25/109 KB 48/1267 KB 664/1710 KB 96/531 KB 96/214 KB 25/109 KB 36/1267 KB 672/1710 KB 100/531 KB 96/214 KB 27/109 KB 48/1267 KB 676/1710 KB 100/531 KB 96/214 KB 30/109 KB 48/1267 KB 676/1710 KB 100/531 KB 96/214 KB 32/109 KB 52/1267 KB 676/1710 KB 100/531 KB 100/214 KB 36/109 KB 52/1267 KB 672/1710 KB 100/531 KB 96/214 KB 25/109 KB 40/1267 KB 676/1710 KB 104/531 KB 100/214 KB 36/109 KB 52/1267 KB 676/1710 KB 108/531 KB 100/214 KB 36/109 KB 52/1267 KB 676/1710 KB 112/531 KB 100/214 KB 36/109 KB 52/1267 KB 676/1710 KB 100/531 KB 96/214 KB 36/109 KB 52/1267 KB 680/1710 KB 112/531 KB 100/214 KB 36/109 KB 52/1267 KB 684/1710 KB 112/531 KB 100/214 KB 36/109 KB 52/1267 KB 688/1710 KB 112/531 KB 100/214 KB 36/109 KB 52/1267 KB 692/1710 KB 112/531 KB 100/214 KB 36/109 KB 52/1267 KB 696/1710 KB 116/531 KB 100/214 KB 40/109 KB 52/1267 KB 700/1710 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install KB 116/531 KB 100/214 KB 40/109 KB 52/1267 KB 676/1710 KB 100/531 KB 100/214 KB 32/109 KB 52/1267 KB 700/1710 KB 116/531 KB 104/214 KB 40/109 KB 52/1267 KB 700/1710 KB 116/531 KB 108/214 KB 40/109 KB 52/1267 KB 700/1710 KB 116/531 KB 112/214 KB 40/109 KB 52/1267 KB 676/1710 KB 100/531 KB 96/214 KB 30/109 KB 52/1267 KB 700/1710 KB 116/531 KB 112/214 KB 40/109 KB 56/1267 KB 700/1710 KB 116/531 KB 112/214 KB 40/109 KB 60/1267 KB 700/1710 KB 116/531 KB 112/214 KB 40/109 KB 64/1267 KB 700/1710 KB 116/531 KB 112/214 KB 40/109 KB 68/1267 KB 700/1710 KB 116/531 KB 116/214 KB 40/109 KB 72/1267 KB 704/1710 KB 116/531 KB 116/214 KB 40/109 KB 76/1267 KB 704/1710 KB 116/531 KB 116/214 KB 40/109 KB 80/1267 KB 692/1710 KB 116/531 KB 100/214 KB 40/109 KB 52/1267 KB 704/1710 KB 116/531 KB 116/214 KB 44/109 KB 80/1267 KB 704/1710 KB 116/531 KB 116/214 KB 48/109 KB 80/1267 KB 692/1710 KB 116/531 KB 100/214 KB 36/109 KB 52/1267 KB 704/1710 KB 120/531 KB 116/214 KB 48/109 KB 80/1267 KB 704/1710 KB 124/531 KB 116/214 KB 48/109 KB 80/1267 KB 704/1710 KB 128/531 KB 116/214 KB 52/109 KB 80/1267 KB 704/1710 KB 132/531 KB 116/214 KB 52/109 KB 80/1267 KB 704/1710 KB 136/531 KB 116/214 KB 52/109 KB 80/1267 KB 704/1710 KB 140/531 KB 116/214 KB 52/109 KB 80/1267 KB 704/1710 KB 144/531 KB 116/214 KB 52/109 KB 80/1267 KB 704/1710 KB 148/531 KB 116/214 KB 52/109 KB 80/1267 KB 704/1710 KB 152/531 KB 116/214 KB 52/109 KB 84/1267 KB 704/1710 KB 156/531 KB 116/214 KB 52/109 KB 84/1267 KB 704/1710 KB 116/531 KB 116/214 KB 40/109 KB 72/1267 KB 700/1710 KB 116/531 KB 116/214 KB 40/109 KB 68/1267 KB 704/1710 KB 156/531 KB 120/214 KB 52/109 KB 84/1267 KB 704/1710 KB 156/531 KB 124/214 KB 52/109 KB 84/1267 KB 704/1710 KB 156/531 KB 128/214 KB 52/109 KB 84/1267 KB 704/1710 KB 156/531 KB 132/214 KB 52/109 KB 84/1267 KB 708/1710 KB 156/531 KB 136/214 KB 52/109 KB 84/1267 KB 708/1710 KB 156/531 KB 140/214 KB 52/109 KB 84/1267 KB 708/1710 KB 156/531 KB 144/214 KB 52/109 KB 84/1267 KB 704/1710 KB 148/531 KB 116/214 KB 52/109 KB 84/1267 KB 708/1710 KB 156/531 KB 144/214 KB 52/109 KB 88/1267 KB 708/1710 KB 156/531 KB 144/214 KB 52/109 KB 92/1267 KB 708/1710 KB 156/531 KB 144/214 KB 52/109 KB 96/1267 KB 708/1710 KB 156/531 KB 144/214 KB 52/109 KB 100/1267 KB 708/1710 KB 156/531 KB 148/214 KB 52/109 KB 104/1267 KB 708/1710 KB 160/531 KB 148/214 KB 52/109 KB 108/1267 KB 708/1710 KB 160/531 KB 148/214 KB 52/109 KB 112/1267 KB 704/1710 KB 124/531 KB 116/214 KB 52/109 KB 80/1267 KB 708/1710 KB 160/531 KB 148/214 KB 56/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 60/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 64/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 68/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 72/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 76/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 80/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 84/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 88/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 92/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 96/109 KB 112/1267 KB 708/1710 KB 160/531 KB 148/214 KB 100/109 KB 116/1267 KB 708/1710 KB 160/531 KB 148/214 KB 104/109 KB 116/1267 KB 708/1710 KB 160/531 KB 148/214 KB 108/109 KB 116/1267 KB 708/1710 KB 160/531 KB 148/214 KB 109/109 KB 116/1267 KB 708/1710 KB 160/531 KB 148/214 KB 52/109 KB 104/1267 KB 708/1710 KB 156/531 KB 148/214 KB 52/109 KB 100/ unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 1267 KB 708/1710 KB 160/531 KB 152/214 KB 109/109 KB 116/1267 KB 708/1710 KB 160/531 KB 156/214 KB 109/109 KB 116/1267 KB 708/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 708/1710 KB 156/531 KB 132/214 KB 52/109 KB 84/1267 KB 712/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 716/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 720/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 724/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 728/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 732/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 736/1710 KB 160/531 KB 160/214 KB 109/109 KB 116/1267 KB 736/1710 KB 164/531 KB 160/214 KB 109/109 KB 116/1267 KB 736/1710 KB 168/531 KB 164/214 KB 109/109 KB 116/1267 KB 708/1710 KB 160/531 KB 148/214 KB 96/109 KB 116/1267 KB 736/1710 KB 168/531 KB 164/214 KB 109/109 KB 120/1267 KB 736/1710 KB 168/531 KB 164/214 KB 109/109 KB 124/1267 KB 736/1710 KB 172/531 KB 164/214 KB 109/109 KB 128/1267 KB 736/1710 KB 164/531 KB 164/214 KB 109/109 KB 116/1267 KB 736/1710 KB 172/531 KB 164/214 KB 109/109 KB 124/1267 KB 736/1710 KB 176/531 KB 168/214 KB 109/109 KB 128/1267 KB 736/1710 KB 180/531 KB 168/214 KB 109/109 KB 128/1267 KB 736/1710 KB 184/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 188/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 192/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 196/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 200/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 204/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 208/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 212/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 180/531 KB 168/214 KB 109/109 KB 132/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 136/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 140/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 144/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 148/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 152/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 156/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 160/1267 KB 736/1710 KB 216/531 KB 168/214 KB 109/109 KB 164/1267 KB 736/1710 KB 220/531 KB 168/214 KB 109/109 KB 164/1267 KB 736/1710 KB 224/531 KB 168/214 KB 109/109 KB 164/1267 KB 736/1710 KB 228/531 KB 168/214 KB 109/109 KB 164/1267 KB 736/1710 KB 228/531 KB 168/214 KB 109/109 KB 168/1267 KB 736/1710 KB 228/531 KB 168/214 KB 109/109 KB 172/1267 KB 736/1710 KB 228/531 KB 168/214 KB 109/109 KB 176/1267 KB 736/1710 KB 228/531 KB 168/214 KB 109/109 KB 180/1267 KB 736/1710 KB 232/531 KB 168/214 KB 109/109 KB 184/1267 KB 736/1710 KB 232/531 KB 168/214 KB 109/109 KB 188/1267 KB 736/1710 KB 232/531 KB 168/214 KB 109/109 KB 192/1267 KB 736/1710 KB 232/531 KB 168/214 KB 109/109 KB 180/1267 KB 736/1710 KB 236/531 KB 168/214 KB 109/109 KB 192/1267 KB 736/1710 KB 240/531 KB 168/214 KB 109/109 KB 192/1267 KB 736/1710 KB 244/531 KB 168/214 KB 109/109 KB 192/1267 KB 736/1710 KB 244/531 KB 168/214 KB 196/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 404.9 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 736/1710 KB 248/531 KB 168/214 KB 200/1267 KB 736/1710 KB 248/531 KB 168/214 KB 204/1267 KB 736/1710 KB 248/531 KB 168/214 KB 208/1267 KB 736/1710 KB 248/531 KB 168/214 KB 212/1267 KB 736/1710 KB 248/531 KB 168/214 KB 216/1267 KB 736/1710 KB 248/531 KB 168/214 KB 220/1267 KB 736/1710 KB 248/531 KB 168/214 KB 224/1267 KB 736/1710 KB 248/531 KB 168/214 KB 228/1267 KB 736/1710 KB 248/531 KB 168/214 KB 232/1267 KB 736/1710 KB 248/531 KB 168/214 KB 236/1267 KB 736/1710 KB 248/531 KB 168/214 KB 240/1267 KB 736/1710 KB 248/531 KB 168/214 KB 244/1267 KB 736/1710 KB 248/531 KB 168/214 KB 244/1267 KB 740/1710 KB 248/531 KB 168/214 KB 244/1267 KB 744/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 748/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 752/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 756/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 760/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 764/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 768/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 736/1710 KB 172/531 KB 168/214 KB 109/109 KB 128/1267 KB 768/1710 KB 248/531 KB 172/214 KB 4/80 KB 244/1267 KB 768/1710 KB 248/531 KB 176/214 KB 4/80 KB 244/1267 KB 768/1710 KB 248/531 KB 180/214 KB 4/80 KB 244/1267 KB 768/1710 KB 248/531 KB 184/214 KB 4/80 KB 244/1267 KB 768/1710 KB 248/531 KB 188/214 KB 4/80 KB 244/1267 KB 768/1710 KB 248/531 KB 192/214 KB 4/80 KB 244/1267 KB 768/1710 KB 248/531 KB 196/214 KB 4/80 KB 244/1267 KB 772/1710 KB 248/531 KB 200/214 KB 4/80 KB 244/1267 KB 772/1710 KB 248/531 KB 204/214 KB 4/80 KB 244/1267 KB 772/1710 KB 248/531 KB 208/214 KB 4/80 KB 244/1267 KB 740/1710 KB 248/531 KB 168/214 KB 4/80 KB 244/1267 KB 772/1710 KB 248/531 KB 208/214 KB 8/80 KB 244/1267 KB 772/1710 KB 248/531 KB 208/214 KB 12/80 KB 244/1267 KB 772/1710 KB 248/531 KB 208/214 KB 16/80 KB 244/1267 KB 772/1710 KB 248/531 KB 212/214 KB 20/80 KB 244/1267 KB 772/1710 KB 248/531 KB 196/214 KB 4/80 KB 244/1267 KB 776/1710 KB 252/531 KB 212/214 KB 20/80 KB 244/1267 KB 780/1710 KB 252/531 KB 212/214 KB 20/80 KB 244/1267 KB 784/1710 KB 252/531 KB 212/214 KB 20/80 KB 244/1267 KB 788/1710 KB 252/531 KB 212/214 KB 20/80 KB 244/1267 KB 792/1710 KB 252/531 KB 212/214 KB 24/80 KB 244/1267 KB 796/1710 KB 252/531 KB 212/214 KB 24/80 KB 244/1267 KB 800/1710 KB 252/531 KB 212/214 KB 24/80 KB 244/1267 KB 772/1710 KB 252/531 KB 212/214 KB 20/80 KB 244/1267 KB 800/1710 KB 256/531 KB 212/214 KB 24/80 KB 244/1267 KB 772/1710 KB 248/531 KB 212/214 KB 16/80 KB 244/1267 KB 800/1710 KB 256/531 KB 214/214 KB 24/80 KB 244/1267 KB 788/1710 KB 252/531 KB 212/214 KB 24/80 KB 244/1267 KB 800/1710 KB 256/531 KB 214/214 KB 28/80 KB 244/1267 KB 800/1710 KB 256/531 KB 214/214 KB 32/80 KB 244/1267 KB 800/1710 KB 260/531 KB 214/214 KB 32/80 KB 244/1267 KB 804/1710 KB 264/531 KB 214/214 KB 32/80 KB 244/1267 KB 804/1710 KB 268/531 KB 214/214 KB 32/80 KB 244/1267 KB 804/1710 KB 272/531 KB 214/214 KB 32/80 KB 244/1267 KB 804/1710 KB 272/531 KB 214/214 KB 36/80 KB 244/1267 KB 804/1710 KB 272/531 KB 214/214 KB 40/80 KB 244/1267 KB 804/1710 KB 272/531 KB 214/214 KB 44/80 KB 244/1267 KB 804/1710 KB 276/531 KB 214/214 KB 48/80 KB 244/1267 KB 804/1710 KB 260/531 KB 214/214 KB 32/80 KB 244/1267 KB 808/1710 KB 276/531 KB 214/214 KB 48/80 KB 244/1267 KB 812/1710 KB 276/531 KB 214/214 KB 48/80 KB 244/1267 KB 816/1710 KB 276/531 KB 214/214 KB 48/80 KB 244/1267 KB 820/1710 KB 276/531 KB 214/ unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 214 KB 48/80 KB 244/1267 KB 824/1710 KB 276/531 KB 214/214 KB 52/80 KB 244/1267 KB 828/1710 KB 276/531 KB 214/214 KB 52/80 KB 244/1267 KB 832/1710 KB 276/531 KB 214/214 KB 52/80 KB 244/1267 KB 804/1710 KB 276/531 KB 214/214 KB 44/80 KB 244/1267 KB 832/1710 KB 280/531 KB 214/214 KB 52/80 KB 244/1267 KB 832/1710 KB 284/531 KB 214/214 KB 52/80 KB 244/1267 KB 832/1710 KB 288/531 KB 214/214 KB 52/80 KB 244/1267 KB 820/1710 KB 276/531 KB 214/214 KB 52/80 KB 244/1267 KB 832/1710 KB 288/531 KB 214/214 KB 56/80 KB 244/1267 KB 832/1710 KB 292/531 KB 214/214 KB 60/80 KB 244/1267 KB 832/1710 KB 292/531 KB 214/214 KB 64/80 KB 244/1267 KB 832/1710 KB 292/531 KB 214/214 KB 68/80 KB 244/1267 KB 836/1710 KB 292/531 KB 214/214 KB 72/80 KB 248/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 747.8 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 832/1710 KB 292/531 KB 214/214 KB 56/80 KB 244/1267 KB 836/1710 KB 296/531 KB 76/80 KB 248/1267 KB 836/1710 KB 300/531 KB 76/80 KB 248/1267 KB 836/1710 KB 304/531 KB 76/80 KB 248/1267 KB 836/1710 KB 308/531 KB 76/80 KB 248/1267 KB 836/1710 KB 312/531 KB 76/80 KB 248/1267 KB 836/1710 KB 316/531 KB 76/80 KB 248/1267 KB 836/1710 KB 320/531 KB 76/80 KB 248/1267 KB 836/1710 KB 292/531 KB 214/214 KB 68/80 KB 248/1267 KB 836/1710 KB 320/531 KB 76/80 KB 252/1267 KB 836/1710 KB 320/531 KB 76/80 KB 256/1267 KB 836/1710 KB 320/531 KB 76/80 KB 260/1267 KB 836/1710 KB 320/531 KB 76/80 KB 264/1267 KB 836/1710 KB 320/531 KB 76/80 KB 268/1267 KB 836/1710 KB 320/531 KB 76/80 KB 272/1267 KB 836/1710 KB 320/531 KB 76/80 KB 276/1267 KB 836/1710 KB 324/531 KB 76/80 KB 280/1267 KB 836/1710 KB 324/531 KB 76/80 KB 284/1267 KB 836/1710 KB 324/531 KB 76/80 KB 288/1267 KB 836/1710 KB 292/531 KB 214/214 KB 68/80 KB 244/1267 KB 840/1710 KB 324/531 KB 76/80 KB 288/1267 KB 844/1710 KB 324/531 KB 76/80 KB 288/1267 KB 848/1710 KB 324/531 KB 76/80 KB 288/1267 KB 852/1710 KB 324/531 KB 76/80 KB 288/1267 KB 856/1710 KB 324/531 KB 76/80 KB 288/1267 KB 860/1710 KB 324/531 KB 76/80 KB 288/1267 KB 864/1710 KB 324/531 KB 76/80 KB 288/1267 KB 868/1710 KB 324/531 KB 76/80 KB 288/1267 KB 872/1710 KB 324/531 KB 76/80 KB 288/1267 KB 876/1710 KB 324/531 KB 76/80 KB 288/1267 KB 880/1710 KB 324/531 KB 76/80 KB 288/1267 KB 884/1710 KB 324/531 KB 76/80 KB 288/1267 KB 888/1710 KB 324/531 KB 76/80 KB 292/1267 KB 836/1710 KB 324/531 KB 76/80 KB 276/1267 KB 836/1710 KB 292/531 KB 214/214 KB 76/80 KB 248/1267 KB 892/1710 KB 328/531 KB 80/80 KB 292/1267 KB 892/1710 KB 328/531 KB 80/80 KB 292/1267 KB 892/1710 KB 332/531 KB 80/80 KB 292/1267 KB 892/1710 KB 336/531 KB 80/80 KB 292/1267 KB 892/1710 KB 340/531 KB 80/80 KB 292/1267 KB 892/1710 KB 344/531 KB 80/80 KB 292/1267 KB 892/1710 KB 348/531 KB 80/80 KB 292/1267 KB 892/1710 KB 352/531 KB 80/80 KB 292/1267 KB 884/1710 KB 324/531 KB 76/80 KB 292/1267 KB 892/1710 KB 352/531 KB 80/80 KB 296/1267 KB 892/1710 KB 352/531 KB 80/80 KB 300/1267 KB 892/1710 KB 352/531 KB 80/80 KB 304/1267 KB 892/1710 KB 352/531 KB 80/80 KB 308/1267 KB 892/1710 KB 356/531 KB 80/80 KB 312/1267 KB 892/1710 KB 356/531 KB 80/80 KB 316/1267 KB 892/1710 KB 356/531 KB 80/80 KB 320/1267 KB 892/1710 KB 356/531 KB 80/80 KB 308/1267 KB 896/1710 KB 356/531 KB 80/80 KB 320/1267 KB 900/1710 KB 356/531 KB 80/80 KB 320/1267 KB 904/1710 KB 356/531 KB 80/80 KB 320/1267 KB 908/1710 KB 356/531 KB 80/80 KB 320/1267 KB 912/1710 KB 356/531 KB 80/80 KB 320/1267 KB 916/1710 KB 356/531 KB 80/80 KB 320/1267 KB 920/1710 KB 356/531 KB 80/80 KB 324/1267 KB 924/1710 KB 356/531 KB 80/80 KB 324/1267 KB 928/1710 KB 356/531 KB 80/80 KB 324/1267 KB 892/1710 KB 356/531 KB 80/80 KB 308/1267 KB 928/1710 KB 360/531 KB 80/80 KB 324/1267 KB 928/1710 KB 364/531 KB 80/80 KB 324/1267 KB 928/1710 KB 368/531 KB 80/80 KB 324/1267 KB 928/1710 KB 372/531 KB 80/80 KB 324/1267 KB 928/1710 KB 376/531 KB 80/80 KB 324/1267 KB 928/1710 KB 380/531 KB 80/80 KB 324/1267 KB 928/1710 KB 384/531 KB 80/80 KB 324/1267 KB 916/1710 KB 356/531 KB 80/80 KB 324/1267 KB 928/1710 KB 384/531 KB 80/80 KB 328/1267 KB 928/1710 KB 384/531 KB 80/80 KB 332/1267 KB 928/1710 KB 384/531 KB 80/80 KB 336/1267 KB 928/1710 KB 384/531 KB 80/80 KB 340/1267 KB 932/1710 KB 388/531 KB 344/1267 KB 932/1710 KB 388/531 KB 348/1267 KB 932/1710 KB unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 388/531 KB 352/1267 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 261.5 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 932/1710 KB 388/531 KB 340/1267 KB 936/1710 KB 388/531 KB 352/1267 KB 940/1710 KB 388/531 KB 352/1267 KB 944/1710 KB 388/531 KB 352/1267 KB 928/1710 KB 388/531 KB 340/1267 KB 944/1710 KB 392/531 KB 352/1267 KB 944/1710 KB 396/531 KB 352/1267 KB 944/1710 KB 400/531 KB 352/1267 KB 944/1710 KB 404/531 KB 352/1267 KB 948/1710 KB 408/531 KB 356/1267 KB 948/1710 KB 412/531 KB 356/1267 KB 948/1710 KB 416/531 KB 356/1267 KB 948/1710 KB 404/531 KB 356/1267 KB 948/1710 KB 416/531 KB 360/1267 KB 948/1710 KB 416/531 KB 364/1267 KB 948/1710 KB 416/531 KB 368/1267 KB 948/1710 KB 404/531 KB 352/1267 KB 952/1710 KB 416/531 KB 368/1267 KB 956/1710 KB 416/531 KB 368/1267 KB 960/1710 KB 416/531 KB 368/1267 KB 960/1710 KB 420/531 KB 368/1267 KB 964/1710 KB 424/531 KB 4/1044 KB 372/1267 KB 964/1710 KB 428/531 KB 4/1044 KB 372/1267 KB 964/1710 KB 432/531 KB 4/1044 KB 372/1267 KB 964/1710 KB 420/531 KB 4/1044 KB 372/1267 KB 964/1710 KB 432/531 KB 4/1044 KB 376/1267 KB 964/1710 KB 432/531 KB 4/1044 KB 380/1267 KB 964/1710 KB 432/531 KB 4/1044 KB 384/1267 KB 960/1710 KB 420/531 KB 4/1044 KB 368/1267 KB 964/1710 KB 432/531 KB 8/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 12/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 16/1044 KB 384/1267 KB 964/1710 KB 420/531 KB 4/1044 KB 368/1267 KB 964/1710 KB 432/531 KB 4/61 KB 16/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 8/61 KB 16/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 12/61 KB 16/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 16/61 KB 16/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 16/61 KB 20/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 16/61 KB 24/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 20/61 KB 28/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 20/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 20/61 KB 24/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 24/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 28/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 32/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 36/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 40/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 44/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 48/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 52/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 56/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 60/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 61/61 KB 32/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 61/61 KB 36/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 61/61 KB 40/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 61/61 KB 44/1044 KB 384/1267 KB 964/1710 KB 432/531 KB 61/61 KB 48/1044 KB 384/1267 KB 964/1710 KB 436/531 KB 61/61 KB 48/1044 KB 384/1267 KB 968/1710 KB 440/531 KB 61/61 KB 48/1044 KB 388/1267 KB 968/1710 KB 436/531 KB 61/61 KB 48/1044 KB 388/1267 KB 968/1710 KB 440/531 KB 61/61 KB 48/1044 KB 392/1267 KB 968/1710 KB 440/531 KB 61/61 KB 52/1044 KB 396/1267 KB 968/1710 KB 444/531 KB 61/61 KB 52/1044 KB 400/1267 KB 968/1710 KB 436/531 KB 61/61 KB 48/1044 KB 384/1267 KB 972/1710 KB 444/531 KB 61/61 KB 52/1044 KB 400/1267 KB 976/1710 KB 444/531 KB 61/61 KB 52/1044 KB 400/1267 KB 980/1710 KB 444/531 KB 61/61 KB 52/1044 KB 400/1267 KB 984/1710 KB 444/531 KB 52/1044 KB 404/1267 KB 968/1710 KB 444/531 KB 61/61 KB 52/1044 KB 396/1267 KB 968/1710 KB 440/531 KB 61/61 KB 52/1044 KB 392/1267 KB 984/1710 KB 444/531 KB 56/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 60/1044 KB 404/1267 KB 984 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install /1710 KB 444/531 KB 64/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 68/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 72/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 76/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 80/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 84/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 88/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 92/1044 KB 404/1267 KB 984/1710 KB 444/531 KB 96/1044 KB 404/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 187.5 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 984/1710 KB 448/531 KB 100/1044 KB 404/1267 KB 984/1710 KB 452/531 KB 100/1044 KB 404/1267 KB 980/1710 KB 444/531 KB 61/61 KB 52/1044 KB 404/1267 KB 988/1710 KB 452/531 KB 100/1044 KB 408/1267 KB 988/1710 KB 452/531 KB 100/1044 KB 412/1267 KB 988/1710 KB 452/531 KB 100/1044 KB 404/1267 KB 992/1710 KB 452/531 KB 100/1044 KB 416/1267 KB 996/1710 KB 452/531 KB 100/1044 KB 416/1267 KB 984/1710 KB 444/531 KB 100/1044 KB 404/1267 KB 996/1710 KB 456/531 KB 104/1044 KB 416/1267 KB 996/1710 KB 456/531 KB 108/1044 KB 416/1267 KB 996/1710 KB 456/531 KB 112/1044 KB 416/1267 KB 996/1710 KB 456/531 KB 116/1044 KB 416/1267 KB 996/1710 KB 456/531 KB 120/1044 KB 416/1267 KB 996/1710 KB 456/531 KB 124/1044 KB 416/1267 KB 996/1710 KB 456/531 KB 128/1044 KB 416/1267 KB 988/1710 KB 456/531 KB 100/1044 KB 416/1267 KB 996/1710 KB 456/531 KB 100/1044 KB 416/1267 KB 996/1710 KB 460/531 KB 128/1044 KB 416/1267 KB 996/1710 KB 464/531 KB 128/1044 KB 416/1267 KB 996/1710 KB 464/531 KB 128/1044 KB 420/1267 KB 1000/1710 KB 468/531 KB 132/1044 KB 424/1267 KB 1000/1710 KB 468/531 KB 132/1044 KB 428/1267 KB 1000/1710 KB 468/531 KB 132/1044 KB 432/1267 KB 1000/1710 KB 468/531 KB 132/1044 KB 420/1267 KB 1004/1710 KB 468/531 KB 132/1044 KB 432/1267 KB 1008/1710 KB 468/531 KB 132/1044 KB 432/1267 KB 996/1710 KB 468/531 KB 132/1044 KB 420/1267 KB 1008/1710 KB 468/531 KB 136/1044 KB 432/1267 KB 1012/1710 KB 468/531 KB 140/1044 KB 432/1267 KB 1012/1710 KB 468/531 KB 144/1044 KB 432/1267 KB 996/1710 KB 468/531 KB 128/1044 KB 420/1267 KB 1012/1710 KB 472/531 KB 144/1044 KB 436/1267 KB 1012/1710 KB 476/531 KB 144/1044 KB 436/1267 KB 1012/1710 KB 480/531 KB 144/1044 KB 436/1267 KB 1012/1710 KB 484/531 KB 144/1044 KB 436/1267 KB 1012/1710 KB 488/531 KB 148/1044 KB 436/1267 KB 1012/1710 KB 492/531 KB 148/1044 KB 436/1267 KB 1012/1710 KB 496/531 KB 148/1044 KB 436/1267 KB 1012/1710 KB 500/531 KB 148/1044 KB 436/1267 KB 1012/1710 KB 504/531 KB 148/1044 KB 436/1267 KB 1012/1710 KB 508/531 KB 148/1044 KB 436/1267 KB 1012/1710 KB 512/531 KB 148/1044 KB 436/1267 KB 1012/1710 KB 468/531 KB 144/1044 KB 436/1267 KB 1012/1710 KB 512/531 KB 148/1044 KB 440/1267 KB 1012/1710 KB 512/531 KB 148/1044 KB 444/1267 KB 1012/1710 KB 468/531 KB 136/1044 KB 432/1267 KB 1016/1710 KB 512/531 KB 148/1044 KB 444/1267 KB 1020/1710 KB 512/531 KB 148/1044 KB 444/1267 KB 1024/1710 KB 512/531 KB 148/1044 KB 444/1267 KB 1012/1710 KB 484/531 KB 148/1044 KB 436/1267 KB 1024/1710 KB 512/531 KB 152/1044 KB 444/1267 KB 1024/1710 KB 512/531 KB 156/1044 KB 444/1267 KB 1024/1710 KB 512/531 KB 160/1044 KB 444/1267 KB 1024/1710 KB 512/531 KB 160/1044 KB 448/1267 KB 1028/1710 KB 512/531 KB 160/1044 KB 448/1267 KB 1032/1710 KB 516/531 KB 164/1044 KB 448/1267 KB 1036/1710 KB 516/531 KB 164/1044 KB 448/1267 KB 1040/1710 KB 516/531 KB 164/1044 KB 448/1267 KB 1044/1710 KB 516/531 KB 164/1044 KB 448/1267 KB 1048/1710 KB 516/531 KB 164/1044 KB 448/1267 KB 1028/1710 KB 512/531 KB 164/1044 KB 448/1267 KB 1048/1710 KB 516/531 KB 168/1044 KB 448/1267 KB 1048/1710 KB 516/531 KB 172/1044 KB 448/1267 KB 1048/1710 KB 516/531 KB 176/1044 KB 448/1267 KB 1048/1710 KB 516/531 KB 180/1044 KB 448/1267 KB 1052/1710 KB 516/531 KB 184/1044 KB 448/1267 KB 1052/1710 KB 516/531 KB 188/1044 KB 448/1267 KB 1052/1710 KB 516/531 KB 192/1044 KB 448/1267 KB 1028/1710 KB 516/531 KB 164/1044 KB 448/1267 KB 1052/1710 KB 520/531 KB 192/1044 KB 448/1267 KB 1052/1710 KB 524/531 KB 192/1044 KB 448/1267 KB 1052/ unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 1710 KB 528/531 KB 192/1044 KB 448/1267 KB 1052/1710 KB 516/531 KB 180/1044 KB 448/1267 KB 1056/1710 KB 528/531 KB 192/1044 KB 448/1267 KB 1060/1710 KB 528/531 KB 192/1044 KB 448/1267 KB 1064/1710 KB 531/531 KB 196/1044 KB 448/1267 KB 1068/1710 KB 531/531 KB 196/1044 KB 448/1267 KB 1072/1710 KB 531/531 KB 196/1044 KB 448/1267 KB 1060/1710 KB 531/531 KB 196/1044 KB 448/1267 KB 1072/1710 KB 531/531 KB 200/1044 KB 448/1267 KB 1072/1710 KB 531/531 KB 204/1044 KB 448/1267 KB 1072/1710 KB 531/531 KB 208/1044 KB 448/1267 KB 1072/1710 KB 531/531 KB 212/1044 KB 448/1267 KB 1076/1710 KB 531/531 KB 216/1044 KB 448/1267 KB 1076/1710 KB 531/531 KB 220/1044 KB 448/1267 KB 1076/1710 KB 531/531 KB 224/1044 KB 448/1267 KB 1060/1710 KB 531/531 KB 192/1044 KB 448/1267 KB 1076/1710 KB 531/531 KB 212/1044 KB 448/1267 KB 1080/1710 KB 531/531 KB 224/1044 KB 448/1267 KB 1084/1710 KB 531/531 KB 224/1044 KB 448/1267 KB 1088/1710 KB 531/531 KB 224/1044 KB 448/1267 KB 1088/1710 KB 531/531 KB 228/1044 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 4/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 228/1044 KB 4/1063 KB 448/1267 KB 1088/1710 KB 531/531 KB 228/1044 KB 4/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 8/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 12/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 16/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 20/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 24/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 28/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 32/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 36/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 40/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 44/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 48/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 52/1063 KB 448/1267 KB 1092/1710 KB 531/531 KB 232/1044 KB 56/1063 KB 448/1267 KB 1096/1710 KB 531/531 KB 232/1044 KB 60/1063 KB 448/1267 KB 1096/1710 KB 531/531 KB 232/1044 KB 56/1063 KB 448/1267 KB 1100/1710 KB 531/531 KB 236/1044 KB 64/1063 KB 448/1267 KB 1104/1710 KB 236/1044 KB 64/1063 KB 452/1267 KB 1096/1710 KB 531/531 KB 236/1044 KB 60/1063 KB 448/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 452/1267 KB 1100/1710 KB 531/531 KB 236/1044 KB 64/1063 KB 452/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 456/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 460/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 464/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 468/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 472/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 476/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 480/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 484/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 488/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 492/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 496/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 500/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 504/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 508/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 512/1267 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1493.8 KB/sec) unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 1104/1710 KB 240/1044 KB 64/1063 KB 516/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 520/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 524/1267 KB 1104/1710 KB 240/1044 KB 64/1063 KB 528/1267 KB 1096/1710 KB 531/531 KB 236/1044 KB 64/1063 KB 448/1267 KB 1104/1710 KB 244/1044 KB 64/1063 KB 528/1267 KB 1108/1710 KB 248/1044 KB 68/1063 KB 532/1267 KB 1108/1710 KB 244/1044 KB 68/1063 KB 532/1267 KB 1108/1710 KB 248/1044 KB 68/1063 KB 536/1267 KB 1108/1710 KB 248/1044 KB 68/1063 KB 540/1267 KB 1108/1710 KB 248/1044 KB 68/1063 KB 544/1267 KB 1108/1710 KB 244/1044 KB 68/1063 KB 528/1267 KB 1112/1710 KB 252/1044 KB 68/1063 KB 544/1267 KB 1116/1710 KB 252/1044 KB 68/1063 KB 544/1267 KB 1120/1710 KB 252/1044 KB 68/1063 KB 544/1267 KB 1124/1710 KB 252/1044 KB 68/1063 KB 544/1267 KB 1128/1710 KB 252/1044 KB 68/1063 KB 548/1267 KB 1132/1710 KB 252/1044 KB 68/1063 KB 548/1267 KB 1136/1710 KB 252/1044 KB 68/1063 KB 548/1267 KB 1104/1710 KB 244/1044 KB 68/1063 KB 528/1267 KB 1136/1710 KB 252/1044 KB 72/1063 KB 548/1267 KB 1136/1710 KB 252/1044 KB 76/1063 KB 548/1267 KB 1136/1710 KB 252/1044 KB 80/1063 KB 548/1267 KB 1136/1710 KB 252/1044 KB 84/1063 KB 548/1267 KB 1136/1710 KB 252/1044 KB 88/1063 KB 548/1267 KB 1124/1710 KB 252/1044 KB 68/1063 KB 548/1267 KB 1136/1710 KB 252/1044 KB 92/1063 KB 552/1267 KB 1136/1710 KB 252/1044 KB 92/1063 KB 556/1267 KB 1136/1710 KB 252/1044 KB 92/1063 KB 560/1267 KB 1108/1710 KB 252/1044 KB 68/1063 KB 544/1267 KB 1136/1710 KB 256/1044 KB 92/1063 KB 560/1267 KB 1136/1710 KB 260/1044 KB 92/1063 KB 560/1267 KB 1136/1710 KB 264/1044 KB 92/1063 KB 560/1267 KB 1136/1710 KB 268/1044 KB 92/1063 KB 560/1267 KB 1136/1710 KB 272/1044 KB 92/1063 KB 560/1267 KB 1136/1710 KB 252/1044 KB 92/1063 KB 560/1267 KB 1136/1710 KB 272/1044 KB 96/1063 KB 560/1267 KB 1136/1710 KB 272/1044 KB 100/1063 KB 560/1267 KB 1140/1710 KB 276/1044 KB 104/1063 KB 564/1267 KB 1140/1710 KB 276/1044 KB 108/1063 KB 564/1267 KB 1140/1710 KB 276/1044 KB 4/713 KB 108/1063 KB 564/1267 KB 1140/1710 KB 276/1044 KB 8/713 KB 108/1063 KB 564/1267 KB 1140/1710 KB 276/1044 KB 12/713 KB 108/1063 KB 564/1267 KB 1140/1710 KB 276/1044 KB 16/713 KB 108/1063 KB 564/1267 KB 1140/1710 KB 272/1044 KB 100/1063 KB 560/1267 KB 1140/1710 KB 276/1044 KB 100/1063 KB 564/1267 KB 1140/1710 KB 280/1044 KB 16/713 KB 108/1063 KB 564/1267 KB 1140/1710 KB 272/1044 KB 100/1063 KB 564/1267 KB 1144/1710 KB 280/1044 KB 16/713 KB 108/1063 KB 568/1267 KB 1144/1710 KB 280/1044 KB 16/713 KB 108/1063 KB 572/1267 KB 1144/1710 KB 280/1044 KB 16/713 KB 108/1063 KB 576/1267 KB 1144/1710 KB 284/1044 KB 20/713 KB 108/1063 KB 580/1267 KB 1144/1710 KB 280/1044 KB 16/713 KB 108/1063 KB 564/1267 KB 1148/1710 KB 284/1044 KB 20/713 KB 112/1063 KB 580/1267 KB 1144/1710 KB 284/1044 KB 20/713 KB 112/1063 KB 580/1267 KB 1144/1710 KB 284/1044 KB 20/713 KB 108/1063 KB 576/1267 KB 1148/1710 KB 288/1044 KB 20/713 KB 112/1063 KB 580/1267 KB 1148/1710 KB 292/1044 KB 20/713 KB 112/1063 KB 580/1267 KB 1144/1710 KB 280/1044 KB 20/713 KB 108/1063 KB 576/1267 KB 1152/1710 KB 292/1044 KB 24/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292/1044 KB 28/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292/1044 KB 32/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292/1044 KB 36/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292/1044 KB 40/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292/1044 KB 44/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292/1044 KB 48/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install /1044 KB 20/713 KB 116/1063 KB 584/1267 KB 1152/1710 KB 292/1044 KB 48/713 KB 116/1063 KB 588/1267 KB 1152/1710 KB 292/1044 KB 52/713 KB 116/1063 KB 592/1267 KB 1152/1710 KB 292/1044 KB 20/713 KB 116/1063 KB 580/1267 KB 1152/1710 KB 292/1044 KB 20/713 KB 112/1063 KB 580/1267 KB 1156/1710 KB 292/1044 KB 52/713 KB 116/1063 KB 592/1267 KB 1152/1710 KB 292/1044 KB 52/713 KB 116/1063 KB 588/1267 KB 1156/1710 KB 296/1044 KB 56/713 KB 120/1063 KB 592/1267 KB 1156/1710 KB 296/1044 KB 60/713 KB 120/1063 KB 592/1267 KB 1156/1710 KB 296/1044 KB 64/713 KB 120/1063 KB 592/1267 KB 1160/1710 KB 296/1044 KB 68/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 296/1044 KB 72/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 296/1044 KB 76/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 296/1044 KB 80/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 296/1044 KB 84/713 KB 120/1063 KB 596/1267 KB 1156/1710 KB 296/1044 KB 52/713 KB 120/1063 KB 592/1267 KB 1160/1710 KB 300/1044 KB 84/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 304/1044 KB 84/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 308/1044 KB 84/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 312/1044 KB 84/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 120/1063 KB 596/1267 KB 1156/1710 KB 292/1044 KB 52/713 KB 120/1063 KB 592/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 124/1063 KB 596/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 128/1063 KB 596/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 132/1063 KB 596/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 136/1063 KB 596/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 140/1063 KB 596/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 144/1063 KB 596/1267 KB 1160/1710 KB 316/1044 KB 84/713 KB 148/1063 KB 596/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 152/1063 KB 596/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 156/1063 KB 596/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 160/1063 KB 596/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 596/1267 KB 1160/1710 KB 296/1044 KB 64/713 KB 120/1063 KB 596/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 600/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 604/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 608/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1160/1710 KB 296/1044 KB 64/713 KB 120/1063 KB 592/1267 KB 1164/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1168/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1172/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1176/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1180/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1184/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1188/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 612/1267 KB 1160/1710 KB 320/1044 KB 88/713 KB 148/1063 KB 596/1267 KB 1160/1710 KB 320/1044 KB 84/713 KB 148/1063 KB 596/1267 KB 1192/1710 KB 324/1044 KB 88/713 KB 164/1063 KB 616/1267 KB 1192/1710 KB 328/1044 KB 88/713 KB 164/1063 KB 616/1267 KB 1192/1710 KB 332/1044 KB 92/713 KB 164/1063 KB 616/1267 KB 1192/1710 KB 336/1044 KB 92/713 KB 164/1063 KB 616/1267 KB 1192/1710 KB 340/1044 KB 92/713 KB 164/1063 KB 616/1267 KB 1188/1710 KB 320/1044 KB 88/713 KB 164/1063 KB 616/1267 KB 1192/1710 KB 340/1044 KB 92/713 KB 168/1063 KB 620/1267 KB 1192/1710 KB 340/1044 KB 92/713 KB 168/1063 KB 624/1267 KB 1192/1710 KB 340/1044 KB 92/713 KB 168/1063 KB 628/1267 KB 1192/1710 KB 340/1044 KB 92/713 KB 168/1063 KB 632/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 168/1063 KB unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 636/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 168/1063 KB 640/1267 KB 1192/1710 KB 340/1044 KB 92/713 KB 168/1063 KB 616/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 172/1063 KB 640/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 176/1063 KB 640/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 180/1063 KB 640/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 184/1063 KB 644/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 188/1063 KB 644/1267 KB 1192/1710 KB 340/1044 KB 92/713 KB 164/1063 KB 616/1267 KB 1192/1710 KB 328/1044 KB 92/713 KB 164/1063 KB 616/1267 KB 1192/1710 KB 344/1044 KB 96/713 KB 188/1063 KB 644/1267 KB 1192/1710 KB 344/1044 KB 100/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 104/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 108/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 112/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 116/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 120/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 124/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 128/713 KB 188/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 132/713 KB 192/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 136/713 KB 192/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 140/713 KB 192/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 144/713 KB 192/1063 KB 644/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 180/1063 KB 644/1267 KB 1196/1710 KB 344/1044 KB 144/713 KB 192/1063 KB 648/1267 KB 1196/1710 KB 344/1044 KB 144/713 KB 192/1063 KB 652/1267 KB 1192/1710 KB 344/1044 KB 92/713 KB 168/1063 KB 632/1267 KB 1196/1710 KB 348/1044 KB 144/713 KB 192/1063 KB 652/1267 KB 1196/1710 KB 352/1044 KB 144/713 KB 192/1063 KB 652/1267 KB 1196/1710 KB 356/1044 KB 144/713 KB 192/1063 KB 652/1267 KB 1196/1710 KB 360/1044 KB 144/713 KB 192/1063 KB 652/1267 KB 1196/1710 KB 364/1044 KB 144/713 KB 192/1063 KB 652/1267 KB 1196/1710 KB 368/1044 KB 144/713 KB 192/1063 KB 652/1267 KB 1196/1710 KB 344/1044 KB 132/713 KB 192/1063 KB 644/1267 KB 1196/1710 KB 368/1044 KB 144/713 KB 192/1063 KB 656/1267 KB 1196/1710 KB 344/1044 KB 100/713 KB 188/1063 KB 644/1267 KB 1200/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1204/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1208/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1212/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1216/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1220/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1224/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1228/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 660/1267 KB 1232/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 660/1267 KB 1236/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 660/1267 KB 1240/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 660/1267 KB 1244/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 660/1267 KB 1248/1710 KB 372/1044 KB 148/713 KB 196/1063 KB 660/1267 KB 1196/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1248/1710 KB 376/1044 KB 148/713 KB 196/1063 KB 660/1267 KB 1248/1710 KB 380/1044 KB 148/713 KB 196/1063 KB 660/1267 KB 1248/1710 KB 384/1044 KB 148/713 KB 196/1063 KB 660/1267 KB 1196/1710 KB 368/1044 KB 144/713 KB 196/1063 KB 656/1267 KB 1248/1710 KB 384/1044 KB 148/713 KB 200/1063 KB 660/1267 KB 1248/1710 KB 384/1044 KB 148/713 KB 204/1063 KB 660/1267 KB 1248/1710 KB 384/1044 KB 148/713 KB 208/1063 KB 660/1267 KB 1248/1710 KB 388/1044 KB 148/713 KB 208/1063 KB 660/1267 KB 1252/1710 KB 392/1044 KB 148/713 KB 212 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install /1063 KB 660/1267 KB 1244/1710 KB 372/1044 KB 148/713 KB 196/1063 KB 660/1267 KB 1252/1710 KB 392/1044 KB 152/713 KB 212/1063 KB 660/1267 KB 1252/1710 KB 392/1044 KB 156/713 KB 212/1063 KB 660/1267 KB 1252/1710 KB 392/1044 KB 160/713 KB 212/1063 KB 660/1267 KB 1224/1710 KB 372/1044 KB 144/713 KB 196/1063 KB 660/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 664/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 668/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 672/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 676/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 680/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 684/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 688/1267 KB 1252/1710 KB 396/1044 KB 160/713 KB 212/1063 KB 660/1267 KB 1252/1710 KB 400/1044 KB 164/713 KB 212/1063 KB 688/1267 KB 1252/1710 KB 404/1044 KB 164/713 KB 212/1063 KB 688/1267 KB 1252/1710 KB 408/1044 KB 164/713 KB 212/1063 KB 692/1267 KB 1252/1710 KB 412/1044 KB 164/713 KB 212/1063 KB 692/1267 KB 1252/1710 KB 416/1044 KB 164/713 KB 212/1063 KB 692/1267 KB 1252/1710 KB 388/1044 KB 148/713 KB 212/1063 KB 660/1267 KB 1256/1710 KB 416/1044 KB 164/713 KB 212/1063 KB 692/1267 KB 1260/1710 KB 416/1044 KB 164/713 KB 212/1063 KB 692/1267 KB 1264/1710 KB 416/1044 KB 164/713 KB 212/1063 KB 692/1267 KB 1248/1710 KB 388/1044 KB 148/713 KB 212/1063 KB 660/1267 KB 1264/1710 KB 416/1044 KB 164/713 KB 216/1063 KB 692/1267 KB 1264/1710 KB 416/1044 KB 164/713 KB 220/1063 KB 692/1267 KB 1264/1710 KB 416/1044 KB 164/713 KB 224/1063 KB 692/1267 KB 1264/1710 KB 416/1044 KB 164/713 KB 228/1063 KB 692/1267 KB 1268/1710 KB 416/1044 KB 164/713 KB 232/1063 KB 692/1267 KB 1268/1710 KB 416/1044 KB 164/713 KB 236/1063 KB 692/1267 KB 1268/1710 KB 416/1044 KB 164/713 KB 240/1063 KB 692/1267 KB 1268/1710 KB 416/1044 KB 164/713 KB 244/1063 KB 692/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 248/1063 KB 692/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 252/1063 KB 692/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 256/1063 KB 692/1267 KB 1252/1710 KB 404/1044 KB 164/713 KB 212/1063 KB 692/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 256/1063 KB 696/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 256/1063 KB 700/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 256/1063 KB 704/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 256/1063 KB 708/1267 KB 1252/1710 KB 396/1044 KB 164/713 KB 212/1063 KB 688/1267 KB 1268/1710 KB 420/1044 KB 168/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 420/1044 KB 172/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 420/1044 KB 176/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 420/1044 KB 180/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 244/1063 KB 692/1267 KB 1268/1710 KB 424/1044 KB 180/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 428/1044 KB 180/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 432/1044 KB 180/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 436/1044 KB 184/713 KB 256/1063 KB 712/1267 KB 1268/1710 KB 416/1044 KB 164/713 KB 228/1063 KB 692/1267 KB 1272/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 712/1267 KB 1276/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 712/1267 KB 1280/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 712/1267 KB 1284/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 712/1267 KB 1268/1710 KB 420/1044 KB 164/713 KB 256/1063 KB 712/1267 KB 1284/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 716/1267 KB 1288/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 720/1267 KB 1268/1710 KB 432/1044 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install KB 184/713 KB 256/1063 KB 712/1267 KB 1288/1710 KB 436/1044 KB 188/713 KB 260/1063 KB 720/1267 KB 1288/1710 KB 436/1044 KB 192/713 KB 260/1063 KB 720/1267 KB 1288/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 716/1267 KB 1292/1710 KB 436/1044 KB 192/713 KB 260/1063 KB 720/1267 KB 1296/1710 KB 436/1044 KB 192/713 KB 260/1063 KB 720/1267 KB 1300/1710 KB 436/1044 KB 196/713 KB 260/1063 KB 720/1267 KB 1304/1710 KB 440/1044 KB 196/713 KB 260/1063 KB 724/1267 KB 1308/1710 KB 440/1044 KB 196/713 KB 260/1063 KB 724/1267 KB 1312/1710 KB 440/1044 KB 196/713 KB 260/1063 KB 724/1267 KB 1296/1710 KB 436/1044 KB 196/713 KB 260/1063 KB 720/1267 KB 1312/1710 KB 440/1044 KB 200/713 KB 260/1063 KB 724/1267 KB 1312/1710 KB 440/1044 KB 204/713 KB 260/1063 KB 724/1267 KB 1312/1710 KB 440/1044 KB 208/713 KB 260/1063 KB 724/1267 KB 1312/1710 KB 440/1044 KB 212/713 KB 260/1063 KB 724/1267 KB 1316/1710 KB 440/1044 KB 216/713 KB 260/1063 KB 724/1267 KB 1316/1710 KB 440/1044 KB 220/713 KB 260/1063 KB 724/1267 KB 1316/1710 KB 440/1044 KB 224/713 KB 260/1063 KB 724/1267 KB 1268/1710 KB 436/1044 KB 184/713 KB 260/1063 KB 724/1267 KB 1300/1710 KB 440/1044 KB 196/713 KB 260/1063 KB 724/1267 KB 1316/1710 KB 444/1044 KB 224/713 KB 264/1063 KB 724/1267 KB 1316/1710 KB 448/1044 KB 224/713 KB 264/1063 KB 724/1267 KB 1316/1710 KB 452/1044 KB 224/713 KB 264/1063 KB 724/1267 KB 1316/1710 KB 456/1044 KB 224/713 KB 264/1063 KB 724/1267 KB 1316/1710 KB 460/1044 KB 224/713 KB 264/1063 KB 724/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 264/1063 KB 724/1267 KB 1300/1710 KB 436/1044 KB 196/713 KB 260/1063 KB 724/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 264/1063 KB 728/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 264/1063 KB 732/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 264/1063 KB 736/1267 KB 1316/1710 KB 448/1044 KB 224/713 KB 264/1063 KB 724/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 268/1063 KB 736/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 272/1063 KB 736/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 276/1063 KB 736/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 280/1063 KB 740/1267 KB 1316/1710 KB 468/1044 KB 224/713 KB 280/1063 KB 740/1267 KB 1316/1710 KB 472/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1316/1710 KB 476/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1316/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1316/1710 KB 440/1044 KB 212/713 KB 260/1063 KB 724/1267 KB 1320/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1324/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1328/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1332/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1336/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1340/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1344/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1348/1710 KB 480/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1316/1710 KB 468/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1316/1710 KB 468/1044 KB 224/713 KB 284/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 288/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 292/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 296/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 300/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 304/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 308/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 312/1063 KB 740/1267 KB 1 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 352/1710 KB 484/1044 KB 232/713 KB 316/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 320/1063 KB 740/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 324/1063 KB 740/1267 KB 1316/1710 KB 464/1044 KB 224/713 KB 276/1063 KB 740/1267 KB 1356/1710 KB 484/1044 KB 232/713 KB 324/1063 KB 744/1267 KB 1356/1710 KB 484/1044 KB 232/713 KB 324/1063 KB 748/1267 KB 1356/1710 KB 484/1044 KB 232/713 KB 324/1063 KB 752/1267 KB 1356/1710 KB 484/1044 KB 232/713 KB 324/1063 KB 740/1267 KB 1360/1710 KB 484/1044 KB 232/713 KB 324/1063 KB 752/1267 KB 1364/1710 KB 484/1044 KB 232/713 KB 324/1063 KB 752/1267 KB 1352/1710 KB 484/1044 KB 232/713 KB 296/1063 KB 740/1267 KB 1364/1710 KB 484/1044 KB 236/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 484/1044 KB 240/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 484/1044 KB 244/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 484/1044 KB 248/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 484/1044 KB 252/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 484/1044 KB 256/713 KB 328/1063 KB 756/1267 KB 1348/1710 KB 484/1044 KB 228/713 KB 284/1063 KB 740/1267 KB 1364/1710 KB 488/1044 KB 256/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 492/1044 KB 256/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 496/1044 KB 256/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 500/1044 KB 256/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 504/1044 KB 260/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 508/1044 KB 260/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 512/1044 KB 260/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 516/1044 KB 260/713 KB 328/1063 KB 756/1267 KB 1364/1710 KB 484/1044 KB 232/713 KB 328/1063 KB 756/1267 KB 1368/1710 KB 516/1044 KB 260/713 KB 328/1063 KB 760/1267 KB 1368/1710 KB 516/1044 KB 260/713 KB 328/1063 KB 764/1267 KB 1364/1710 KB 484/1044 KB 232/713 KB 328/1063 KB 752/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 332/1063 KB 764/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 336/1063 KB 764/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 340/1063 KB 764/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 344/1063 KB 768/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 348/1063 KB 768/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 352/1063 KB 768/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 328/1063 KB 764/1267 KB 1368/1710 KB 524/1044 KB 260/713 KB 352/1063 KB 768/1267 KB 1368/1710 KB 528/1044 KB 260/713 KB 352/1063 KB 768/1267 KB 1368/1710 KB 516/1044 KB 260/713 KB 328/1063 KB 756/1267 KB 1372/1710 KB 528/1044 KB 260/713 KB 352/1063 KB 768/1267 KB 1376/1710 KB 528/1044 KB 260/713 KB 352/1063 KB 768/1267 KB 1364/1710 KB 500/1044 KB 260/713 KB 328/1063 KB 756/1267 KB 1376/1710 KB 528/1044 KB 264/713 KB 352/1063 KB 768/1267 KB 1376/1710 KB 528/1044 KB 268/713 KB 352/1063 KB 768/1267 KB 1376/1710 KB 528/1044 KB 272/713 KB 352/1063 KB 768/1267 KB 1376/1710 KB 528/1044 KB 276/713 KB 352/1063 KB 768/1267 KB 1376/1710 KB 528/1044 KB 280/713 KB 352/1063 KB 768/1267 KB 1376/1710 KB 528/1044 KB 284/713 KB 352/1063 KB 768/1267 KB 1380/1710 KB 528/1044 KB 288/713 KB 352/1063 KB 768/1267 KB 1368/1710 KB 520/1044 KB 260/713 KB 340/1063 KB 768/1267 KB 1380/1710 KB 528/1044 KB 288/713 KB 352/1063 KB 772/1267 KB 1380/1710 KB 532/1044 KB 292/713 KB 356/1063 KB 776/1267 KB 1380/1710 KB 532/1044 KB 292/713 KB 356/1063 KB 780/1267 KB 1380/1710 KB 532/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1380/1710 KB 528/1044 KB 284/713 KB 352/1063 KB 768/1267 KB 1384/1710 KB 532/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1388/1710 KB 532/1044 KB 292/713 KB 356/1063 unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install KB 784/1267 KB 1392/1710 KB 532/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1380/1710 KB 532/1044 KB 292/713 KB 356/1063 KB 772/1267 KB 1392/1710 KB 536/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1392/1710 KB 540/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1396/1710 KB 544/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1396/1710 KB 548/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1396/1710 KB 552/1044 KB 292/713 KB 356/1063 KB 788/1267 KB 1396/1710 KB 556/1044 KB 292/713 KB 356/1063 KB 788/1267 KB 1396/1710 KB 560/1044 KB 292/713 KB 356/1063 KB 788/1267 KB 1396/1710 KB 564/1044 KB 292/713 KB 356/1063 KB 788/1267 KB 1380/1710 KB 528/1044 KB 292/713 KB 356/1063 KB 772/1267 KB 1380/1710 KB 528/1044 KB 288/713 KB 356/1063 KB 772/1267 KB 1396/1710 KB 564/1044 KB 292/713 KB 360/1063 KB 788/1267 KB 1396/1710 KB 564/1044 KB 292/713 KB 364/1063 KB 788/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 368/1063 KB 788/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 372/1063 KB 788/1267 KB 1396/1710 KB 548/1044 KB 292/713 KB 356/1063 KB 788/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 372/1063 KB 792/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 372/1063 KB 796/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 372/1063 KB 800/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 372/1063 KB 804/1267 KB 1396/1710 KB 540/1044 KB 292/713 KB 356/1063 KB 784/1267 KB 1400/1710 KB 564/1044 KB 296/713 KB 376/1063 KB 804/1267 KB 1404/1710 KB 564/1044 KB 296/713 KB 376/1063 KB 804/1267 KB 1408/1710 KB 564/1044 KB 296/713 KB 376/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 296/713 KB 376/1063 KB 804/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 376/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 296/713 KB 380/1063 KB 804/1267 KB 1396/1710 KB 564/1044 KB 296/713 KB 364/1063 KB 788/1267 KB 1412/1710 KB 564/1044 KB 300/713 KB 380/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 304/713 KB 380/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 308/713 KB 380/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 312/713 KB 380/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 316/713 KB 380/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 320/713 KB 380/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 320/713 KB 384/1063 KB 804/1267 KB 1412/1710 KB 564/1044 KB 324/713 KB 384/1063 KB 804/1267 KB 1416/1710 KB 568/1044 KB 328/713 KB 388/1063 KB 808/1267 KB 1416/1710 KB 568/1044 KB 332/713 KB 388/1063 KB 808/1267 KB 1416/1710 KB 568/1044 KB 336/713 KB 388/1063 KB 808/1267 KB 1416/1710 KB 568/1044 KB 324/713 KB 388/1063 KB 808/1267 KB 1416/1710 KB 572/1044 KB 336/713 KB 388/1063 KB 808/1267 KB 1416/1710 KB 576/1044 KB 336/713 KB 388/1063 KB 808/1267 KB 1416/1710 KB 564/1044 KB 324/713 KB 388/1063 KB 808/1267 KB 1416/1710 KB 564/1044 KB 324/713 KB 388/1063 KB 804/1267 KB 1420/1710 KB 576/1044 KB 336/713 KB 388/1063 KB 808/1267 KB 1424/1710 KB 576/1044 KB 336/713 KB 388/1063 KB 808/1267 KB 1424/1710 KB 576/1044 KB 336/713 KB 388/1063 KB 812/1267 KB 1424/1710 KB 576/1044 KB 336/713 KB 388/1063 KB 816/1267 KB 1412/1710 KB 564/1044 KB 324/713 KB 388/1063 KB 804/1267 KB 1428/1710 KB 576/1044 KB 336/713 KB 392/1063 KB 816/1267 KB 1428/1710 KB 576/1044 KB 336/713 KB 396/1063 KB 820/1267 KB 1428/1710 KB 576/1044 KB 336/713 KB 400/1063 KB 820/1267 KB 1428/1710 KB 580/1044 KB 336/713 KB 400/1063 KB 820/1267 KB 1428/1710 KB 584/1044 KB 340/713 KB 404/1063 KB 820/1267 KB 1428/1710 KB 588/1044 KB 340/713 KB 404/1063 KB 820/1267 KB 1428/1710 KB 592/1044 KB 340/713 KB 404/1063 KB 820/1267 KB 1428/1710 KB 576/1044 KB unit-abot-epc-basic-0: 11:01:33 DEBUG unit.abot-epc-basic/0.install 336/713 KB 388/1063 KB 816/1267 KB 1432/1710 KB 592/1044 KB 340/713 KB 404/1063 KB 820/1267 KB 1436/1710 KB 592/1044 KB 340/713 KB 404/1063 KB 820/1267 KB 1440/1710 KB 592/1044 KB 340/713 KB 404/1063 KB 820/1267 KB 1428/1710 KB 580/1044 KB 340/713 KB 404/1063 KB 820/1267 KB 1440/1710 KB 592/1044 KB 344/713 KB 404/1063 KB 820/1267 KB 1440/1710 KB 592/1044 KB 348/713 KB 404/1063 KB 820/1267 KB 1440/1710 KB 592/1044 KB 352/713 KB 404/1063 KB 820/1267 KB 1444/1710 KB 592/1044 KB 356/713 KB 404/1063 KB 820/1267 KB 1444/1710 KB 596/1044 KB 360/713 KB 404/1063 KB 820/1267 KB 1428/1710 KB 580/1044 KB 336/713 KB 404/1063 KB 820/1267 KB 1428/1710 KB 576/1044 KB 336/713 KB 392/1063 KB 820/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 824/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 828/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 832/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 836/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 840/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 844/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 848/1267 KB 1444/1710 KB 596/1044 KB 356/713 KB 404/1063 KB 820/1267 KB 1444/1710 KB 600/1044 KB 364/713 KB 408/1063 KB 848/1267 KB 1444/1710 KB 592/1044 KB 352/713 KB 404/1063 KB 820/1267 KB 1448/1710 KB 600/1044 KB 364/713 KB 408/1063 KB 848/1267 KB 1452/1710 KB 600/1044 KB 364/713 KB 408/1063 KB 848/1267 KB 1444/1710 KB 596/1044 KB 364/713 KB 408/1063 KB 820/1267 KB 1452/1710 KB 600/1044 KB 364/713 KB 412/1063 KB 848/1267 KB 1452/1710 KB 600/1044 KB 364/713 KB 416/1063 KB 848/1267 KB 1452/1710 KB 600/1044 KB 364/713 KB 420/1063 KB 848/1267 KB 1456/1710 KB 600/1044 KB 364/713 KB 420/1063 KB 848/1267 KB 1456/1710 KB 604/1044 KB 364/713 KB 420/1063 KB 848/1267 KB 1456/1710 KB 608/1044 KB 364/713 KB 420/1063 KB 852/1267 KB 1456/1710 KB 612/1044 KB 364/713 KB 424/1063 KB 852/1267 KB 1460/1710 KB 616/1044 KB 364/713 KB 424/1063 KB 852/1267 KB 1460/1710 KB 620/1044 KB 364/713 KB 424/1063 KB 852/1267 KB 1460/1710 KB 624/1044 KB 364/713 KB 424/1063 KB 852/1267 KB 1456/1710 KB 604/1044 KB 364/713 KB 420/1063 KB 852/1267 KB 1460/1710 KB 624/1044 KB 364/713 KB 424/1063 KB 856/1267 KB 1460/1710 KB 624/1044 KB 364/713 KB 424/1063 KB 860/1267 KB 1460/1710 KB 612/1044 KB 364/713 KB 424/1063 KB 852/1267 KB 1464/1710 KB 624/1044 KB 364/713 KB 424/1063 KB 860/1267 KB 1468/1710 KB 624/1044 KB 364/713 KB 424/1063 KB 860/1267 KB 1472/1710 KB 624/1044 KB 364/713 KB 424/1063 KB 860/1267 KB 1444/1710 KB 608/1044 KB 364/713 KB 424/1063 KB 852/1267 KB 1472/1710 KB 624/1044 KB 368/713 KB 424/1063 KB 860/1267 KB 1472/1710 KB 624/1044 KB 372/713 KB 424/1063 KB 860/1267 KB 1472/1710 KB 624/1044 KB 376/713 KB 424/1063 KB 860/1267 KB 1456/1710 KB 608/1044 KB 364/713 KB 424/1063 KB 852/1267 KB 1472/1710 KB 624/1044 KB 376/713 KB 428/1063 KB 864/1267 KB 1472/1710 KB 624/1044 KB 376/713 KB 432/1063 KB 864/1267 KB 1472/1710 KB 624/1044 KB 376/713 KB 436/1063 KB 864/1267 KB 1472/1710 KB 624/1044 KB 376/713 KB 440/1063 KB 864/1267 KB 1472/1710 KB 624/1044 KB 376/713 KB 444/1063 KB 864/1267 KB 1476/1710 KB 624/1044 KB 380/713 KB 448/1063 KB 864/1267 KB 1476/1710 KB 624/1044 KB 380/713 KB 452/1063 KB 864/1267 KB 1476/1710 KB 628/1044 KB 380/713 KB 456/1063 KB 864/1267 KB 1476/1710 KB 628/1044 KB 380/713 KB 460/1063 KB 864/1267 KB 1476/1710 KB 628/1044 KB 380/713 KB 464/1063 KB 864/1267 KB 1476/1710 KB 628/1044 KB 380/713 KB 468/1063 KB 864/1267 KB 1472/1 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 710 KB 624/1044 KB 376/713 KB 424/1063 KB 864/1267 KB 1476/1710 KB 628/1044 KB 380/713 KB 468/1063 KB 868/1267 KB 1476/1710 KB 628/1044 KB 380/713 KB 452/1063 KB 864/1267 KB 1476/1710 KB 632/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 636/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 640/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 644/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 648/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 652/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 656/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 624/1044 KB 380/713 KB 444/1063 KB 864/1267 KB 1480/1710 KB 656/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1484/1710 KB 656/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1488/1710 KB 656/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1472/1710 KB 624/1044 KB 380/713 KB 444/1063 KB 864/1267 KB 1488/1710 KB 656/1044 KB 384/713 KB 468/1063 KB 872/1267 KB 1488/1710 KB 656/1044 KB 388/713 KB 468/1063 KB 872/1267 KB 1476/1710 KB 632/1044 KB 380/713 KB 468/1063 KB 872/1267 KB 1488/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 876/1267 KB 1488/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 880/1267 KB 1488/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 884/1267 KB 1492/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 888/1267 KB 1492/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 892/1267 KB 1492/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 896/1267 KB 1492/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 900/1267 KB 1492/1710 KB 660/1044 KB 392/713 KB 472/1063 KB 904/1267 KB 1492/1710 KB 660/1044 KB 392/713 KB 472/1063 KB 908/1267 KB 1492/1710 KB 660/1044 KB 392/713 KB 472/1063 KB 912/1267 KB 1488/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 872/1267 KB 1492/1710 KB 660/1044 KB 396/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 400/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 404/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 408/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 412/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 416/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 420/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 424/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 428/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 432/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 660/1044 KB 392/713 KB 472/1063 KB 900/1267 KB 1492/1710 KB 664/1044 KB 432/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 668/1044 KB 432/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 672/1044 KB 432/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 676/1044 KB 432/713 KB 472/1063 KB 912/1267 KB 1492/1710 KB 680/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1492/1710 KB 684/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1492/1710 KB 688/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1492/1710 KB 656/1044 KB 392/713 KB 472/1063 KB 900/1267 KB 1492/1710 KB 656/1044 KB 392/713 KB 468/1063 KB 884/1267 KB 1496/1710 KB 688/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1500/1710 KB 688/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1504/1710 KB 688/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1508/1710 KB 688/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1512/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1516/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1520/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1524/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1528/1710 KB 688/1044 KB 436/713 KB 476/1063 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 916/1267 KB 1532/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1536/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1540/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1544/1710 KB 692/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1492/1710 KB 676/1044 KB 436/713 KB 472/1063 KB 916/1267 KB 1544/1710 KB 692/1044 KB 436/713 KB 476/1063 KB 920/1267 KB 1544/1710 KB 692/1044 KB 436/713 KB 476/1063 KB 924/1267 KB 1544/1710 KB 692/1044 KB 436/713 KB 476/1063 KB 928/1267 KB 1492/1710 KB 676/1044 KB 436/713 KB 472/1063 KB 912/1267 KB 1544/1710 KB 692/1044 KB 440/713 KB 476/1063 KB 928/1267 KB 1544/1710 KB 692/1044 KB 444/713 KB 476/1063 KB 932/1267 KB 1544/1710 KB 692/1044 KB 448/713 KB 476/1063 KB 932/1267 KB 1544/1710 KB 692/1044 KB 452/713 KB 476/1063 KB 932/1267 KB 1540/1710 KB 692/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1508/1710 KB 688/1044 KB 436/713 KB 476/1063 KB 916/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 480/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 484/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 488/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 492/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 496/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 500/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 504/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 508/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 512/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 516/1063 KB 932/1267 KB 1548/1710 KB 692/1044 KB 452/713 KB 476/1063 KB 932/1267 KB 1552/1710 KB 696/1044 KB 452/713 KB 516/1063 KB 932/1267 KB 1556/1710 KB 696/1044 KB 452/713 KB 516/1063 KB 932/1267 KB 1544/1710 KB 692/1044 KB 440/713 KB 476/1063 KB 932/1267 KB 1556/1710 KB 696/1044 KB 456/713 KB 520/1063 KB 936/1267 KB 1556/1710 KB 696/1044 KB 456/713 KB 520/1063 KB 940/1267 KB 1556/1710 KB 696/1044 KB 456/713 KB 520/1063 KB 944/1267 KB 1556/1710 KB 696/1044 KB 456/713 KB 520/1063 KB 948/1267 KB 1556/1710 KB 696/1044 KB 456/713 KB 520/1063 KB 932/1267 KB 1560/1710 KB 696/1044 KB 460/713 KB 520/1063 KB 948/1267 KB 1560/1710 KB 696/1044 KB 464/713 KB 520/1063 KB 948/1267 KB 1556/1710 KB 696/1044 KB 452/713 KB 520/1063 KB 932/1267 KB 1560/1710 KB 696/1044 KB 464/713 KB 524/1063 KB 948/1267 KB 1560/1710 KB 696/1044 KB 464/713 KB 528/1063 KB 948/1267 KB 1560/1710 KB 696/1044 KB 464/713 KB 532/1063 KB 948/1267 KB 1560/1710 KB 696/1044 KB 468/713 KB 536/1063 KB 952/1267 KB 1560/1710 KB 696/1044 KB 468/713 KB 540/1063 KB 952/1267 KB 1560/1710 KB 696/1044 KB 468/713 KB 544/1063 KB 952/1267 KB 1548/1710 KB 696/1044 KB 452/713 KB 516/1063 KB 932/1267 KB 1560/1710 KB 700/1044 KB 468/713 KB 544/1063 KB 952/1267 KB 1560/1710 KB 704/1044 KB 468/713 KB 544/1063 KB 952/1267 KB 1560/1710 KB 708/1044 KB 468/713 KB 544/1063 KB 952/1267 KB 1560/1710 KB 712/1044 KB 468/713 KB 544/1063 KB 952/1267 KB 1560/1710 KB 716/1044 KB 468/713 KB 544/1063 KB 952/1267 KB 1560/1710 KB 720/1044 KB 468/713 KB 544/1063 KB 952/1267 KB 1560/1710 KB 696/1044 KB 468/713 KB 532/1063 KB 952/1267 KB 1560/1710 KB 720/1044 KB 468/713 KB 544/1063 KB 956/1267 KB 1560/1710 KB 720/1044 KB 468/713 KB 544/1063 KB 960/1267 KB 1560/1710 KB 696/1044 KB 468/713 KB 532/1063 KB 948/1267 KB 1560/1710 KB 696/1044 KB 456/713 KB 520/1063 KB 948/1267 KB 1564/1710 KB 720/1044 KB 468/713 KB 544/1063 KB 960/1267 KB 1568/1710 KB 720/1044 KB 468/713 KB 544/1063 KB 960/1267 KB 1572/1710 KB 720/1044 KB 468/ unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 713 KB 544/1063 KB 960/1267 KB 1576/1710 KB 724/1044 KB 472/713 KB 548/1063 KB 964/1267 KB 1580/1710 KB 724/1044 KB 472/713 KB 548/1063 KB 964/1267 KB 1584/1710 KB 724/1044 KB 472/713 KB 548/1063 KB 964/1267 KB 1572/1710 KB 720/1044 KB 472/713 KB 544/1063 KB 960/1267 KB 1584/1710 KB 724/1044 KB 476/713 KB 548/1063 KB 964/1267 KB 1584/1710 KB 724/1044 KB 480/713 KB 548/1063 KB 964/1267 KB 1584/1710 KB 724/1044 KB 484/713 KB 548/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 488/713 KB 548/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 492/713 KB 548/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 496/713 KB 548/1063 KB 964/1267 KB 1572/1710 KB 724/1044 KB 472/713 KB 548/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 496/713 KB 552/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 496/713 KB 556/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 496/713 KB 560/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 496/713 KB 564/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 568/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 572/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 964/1267 KB 1572/1710 KB 724/1044 KB 472/713 KB 544/1063 KB 964/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 968/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 972/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 976/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 980/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 984/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 988/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1572/1710 KB 724/1044 KB 472/713 KB 544/1063 KB 960/1267 KB 1588/1710 KB 728/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 732/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 736/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 740/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 744/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 748/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 752/1044 KB 500/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 724/1044 KB 500/713 KB 564/1063 KB 964/1267 KB 1588/1710 KB 752/1044 KB 504/713 KB 576/1063 KB 992/1267 KB 1588/1710 KB 752/1044 KB 508/713 KB 576/1063 KB 996/1267 KB 1588/1710 KB 752/1044 KB 512/713 KB 576/1063 KB 996/1267 KB 1588/1710 KB 756/1044 KB 516/713 KB 576/1063 KB 996/1267 KB 1588/1710 KB 756/1044 KB 520/713 KB 580/1063 KB 996/1267 KB 1588/1710 KB 756/1044 KB 524/713 KB 580/1063 KB 996/1267 KB 1588/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1588/1710 KB 724/1044 KB 484/713 KB 548/1063 KB 964/1267 KB 1592/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1596/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1600/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1604/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1608/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1612/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1616/1710 KB 756/1044 KB 528/713 KB 580/1063 KB 996/1267 KB 1588/1710 KB 756/1044 KB 516/713 KB 580/1063 KB 996/1267 KB 1616/1710 KB 756/1044 KB 528/713 KB 584/1063 KB 996/1267 KB 1616/1710 KB 756/1044 KB 528/713 KB 588/1063 KB 996/1267 KB 1616/1710 KB 756/1044 KB 528/713 KB 592/1063 KB 996/1267 KB 1620/1710 KB 756/1044 KB 528/713 KB 596/1063 KB 996/1267 KB 1620/1710 KB 756/1044 KB 532/713 KB 600/1063 KB 996/1267 KB 1620/1710 KB 756/1044 KB 532/713 KB 604/1063 KB 996/1267 KB 1620/1710 K unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install B 756/1044 KB 532/713 KB 608/1063 KB 996/1267 KB 1588/1710 KB 756/1044 KB 512/713 KB 576/1063 KB 996/1267 KB 1620/1710 KB 760/1044 KB 532/713 KB 608/1063 KB 996/1267 KB 1588/1710 KB 752/1044 KB 504/713 KB 576/1063 KB 996/1267 KB 1620/1710 KB 760/1044 KB 532/713 KB 608/1063 KB 1000/1267 KB 1620/1710 KB 760/1044 KB 532/713 KB 608/1063 KB 1004/1267 KB 1620/1710 KB 760/1044 KB 532/713 KB 608/1063 KB 1008/1267 KB 1620/1710 KB 760/1044 KB 532/713 KB 608/1063 KB 1012/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 608/1063 KB 1016/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 608/1063 KB 1020/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 608/1063 KB 1024/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 608/1063 KB 1028/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 612/1063 KB 1032/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 612/1063 KB 1036/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 756/1044 KB 532/713 KB 604/1063 KB 996/1267 KB 1620/1710 KB 764/1044 KB 536/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 764/1044 KB 540/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 764/1044 KB 544/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 764/1044 KB 548/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 764/1044 KB 552/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 764/1044 KB 556/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1620/1710 KB 756/1044 KB 528/713 KB 592/1063 KB 996/1267 KB 1624/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1628/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1632/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1636/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1640/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1644/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1648/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1652/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1040/1267 KB 1656/1710 KB 764/1044 KB 564/713 KB 612/1063 KB 1044/1267 KB 1660/1710 KB 764/1044 KB 564/713 KB 612/1063 KB 1044/1267 KB 1664/1710 KB 764/1044 KB 564/713 KB 612/1063 KB 1044/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 612/1063 KB 1028/1267 KB 1664/1710 KB 764/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1620/1710 KB 764/1044 KB 532/713 KB 608/1063 KB 1012/1267 KB 1664/1710 KB 768/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 772/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 776/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 780/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 784/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 788/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 792/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 796/1044 KB 564/713 KB 616/1063 KB 1044/1267 KB 1664/1710 KB 800/1044 KB 564/713 KB 620/1063 KB 1044/1267 KB 1664/1710 KB 804/1044 KB 564/713 KB 620/1063 KB 1044/1267 KB 1664/1710 KB 808/1044 KB 564/713 KB 620/1063 KB 1044/1267 KB 1664/1710 KB 812/1044 KB 564/713 KB 620/1063 KB 1044/1267 KB 1664/1710 KB 816/1044 KB 564/713 KB 620/1063 KB 1044/1267 KB 1652/1710 KB 764/1044 KB 564/713 KB 612/1063 KB 1044/1267 KB 1664/1710 KB 816/1044 KB 568/713 KB 620/1063 KB 1044/1267 KB 1664/1710 KB 816/1044 KB 572/713 KB 620/1063 KB 1044/1267 KB 1668/1710 KB 816/1044 KB 576/713 KB 620/1063 KB 1044/1267 KB 1668/1710 KB 816/1044 KB 580/713 KB 620/1063 KB 1044/1267 KB 1668/1710 KB 820/1044 KB 584/713 KB 620/1063 KB 1044/1267 KB 1668/1710 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 820/1044 KB 588/713 KB 620/1063 KB 1044/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1044/1267 KB 1652/1710 KB 764/1044 KB 560/713 KB 612/1063 KB 1044/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1048/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1052/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1056/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1060/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1064/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1068/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1072/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1076/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1080/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1084/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1088/1267 KB 1668/1710 KB 820/1044 KB 592/713 KB 620/1063 KB 1092/1267 KB 1668/1710 KB 820/1044 KB 580/713 KB 620/1063 KB 1044/1267 KB 1668/1710 KB 824/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1668/1710 KB 828/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1668/1710 KB 832/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1668/1710 KB 816/1044 KB 572/713 KB 620/1063 KB 1044/1267 KB 1672/1710 KB 832/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1676/1710 KB 832/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1680/1710 KB 832/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1684/1710 KB 832/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1664/1710 KB 796/1044 KB 564/713 KB 620/1063 KB 1044/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 624/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 628/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 632/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 636/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 640/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 644/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 648/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 652/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 656/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 660/1063 KB 1092/1267 KB 1688/1710 KB 836/1044 KB 596/713 KB 664/1063 KB 1092/1267 KB 1688/1710 KB 836/1044 KB 596/713 KB 668/1063 KB 1092/1267 KB 1688/1710 KB 836/1044 KB 596/713 KB 672/1063 KB 1092/1267 KB 1684/1710 KB 836/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1688/1710 KB 840/1044 KB 596/713 KB 672/1063 KB 1092/1267 KB 1688/1710 KB 844/1044 KB 596/713 KB 672/1063 KB 1092/1267 KB 1688/1710 KB 848/1044 KB 596/713 KB 672/1063 KB 1092/1267 KB 1688/1710 KB 852/1044 KB 596/713 KB 676/1063 KB 1092/1267 KB 1668/1710 KB 820/1044 KB 596/713 KB 620/1063 KB 1092/1267 KB 1688/1710 KB 852/1044 KB 600/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 852/1044 KB 604/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 852/1044 KB 608/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 852/1044 KB 612/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 852/1044 KB 616/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 856/1044 KB 620/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 856/1044 KB 624/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 852/1044 KB 596/713 KB 676/1063 KB 1096/1267 KB 1688/1710 KB 856/1044 KB 624/713 KB 676/1063 KB 1100/1267 KB 1688/1710 KB 856/1044 KB 624/713 KB 676/1063 KB 1104/1267 KB 1688/1710 KB 848/1044 KB 596/713 KB 676/1063 KB 1092/1267 KB 1688/1710 KB 856/1044 KB 624/713 KB 680/1063 KB 1104/1267 KB 1688/1710 KB 856/1044 KB 624/713 KB 684/1063 KB 1104/1267 KB 1 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 688/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1104/1267 KB 1688/1710 KB 836/1044 KB 596/713 KB 660/1063 KB 1092/1267 KB 1692/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1104/1267 KB 1696/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1104/1267 KB 1700/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1104/1267 KB 1704/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1104/1267 KB 1708/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1104/1267 KB 1710/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1104/1267 KB 1688/1710 KB 856/1044 KB 616/713 KB 676/1063 KB 1096/1267 KB 1710/1710 KB 856/1044 KB 624/713 KB 688/1063 KB 1108/1267 KB 1710/1710 KB 860/1044 KB 628/713 KB 692/1063 KB 1112/1267 KB 1710/1710 KB 860/1044 KB 628/713 KB 692/1063 KB 1116/1267 KB 1710/1710 KB 860/1044 KB 628/713 KB 692/1063 KB 1120/1267 KB 1710/1710 KB 860/1044 KB 628/713 KB 692/1063 KB 1108/1267 KB 1710/1710 KB 860/1044 KB 632/713 KB 692/1063 KB 1120/1267 KB 1710/1710 KB 860/1044 KB 636/713 KB 692/1063 KB 1120/1267 KB 1710/1710 KB 860/1044 KB 640/713 KB 692/1063 KB 1120/1267 KB 1710/1710 KB 860/1044 KB 644/713 KB 692/1063 KB 1120/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 692/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 624/713 KB 692/1063 KB 1108/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 696/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 700/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 704/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 708/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 712/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 716/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 624/713 KB 688/1063 KB 1108/1267 KB 1710/1710 KB 864/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 868/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 872/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 876/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 880/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 884/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 888/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 892/1044 KB 648/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 896/1044 KB 652/713 KB 720/1063 KB 1124/1267 KB 1710/1710 KB 900/1044 KB 652/713 KB 720/1063 KB 1124/1267 KB 904/1044 KB 652/713 KB 724/1063 KB 1124/1267 KB 908/1044 KB 652/713 KB 724/1063 KB 1124/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1124/1267 KB 1710/1710 KB 860/1044 KB 644/713 KB 692/1063 KB 1124/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1128/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1132/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1136/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1140/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1144/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1148/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1152/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1156/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1160/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1164/1267 KB 912/1044 KB 652/713 KB 724/1063 KB 1168/1267 KB 916/1044 KB 652/713 KB 724/1063 KB 1172/1267 KB 916/1044 KB 652/713 KB 724/1063 KB 1176/1267 KB 916/1044 KB 652/713 KB 724/1063 KB 1180/1267 KB 916/1044 KB 652/713 KB 724/1063 KB 1184/1267 KB 900/1044 KB 652/713 KB 724/1063 KB 1124/1267 KB 916/1044 KB 652/713 KB 728/1063 KB 1184/1267 KB 916/1044 KB 652/713 KB 732/1063 KB 1184/1267 KB 916/1044 KB 652/713 KB 736/1063 KB 1184/1267 KB 916/1044 KB 652/71 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 3 KB 740/1063 KB 1184/1267 KB 916/1044 KB 652/713 KB 744/1063 KB 1184/1267 KB 916/1044 KB 652/713 KB 748/1063 KB 1184/1267 KB 916/1044 KB 652/713 KB 752/1063 KB 1184/1267 KB 1710/1710 KB 892/1044 KB 652/713 KB 720/1063 KB 1124/1267 KB 916/1044 KB 656/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 660/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 664/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 668/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 672/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 676/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 680/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 684/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 688/713 KB 752/1063 KB 1184/1267 KB 916/1044 KB 652/713 KB 724/1063 KB 1168/1267 KB 920/1044 KB 688/713 KB 752/1063 KB 1184/1267 KB 924/1044 KB 688/713 KB 752/1063 KB 1184/1267 KB 928/1044 KB 688/713 KB 752/1063 KB 1184/1267 KB 932/1044 KB 692/713 KB 756/1063 KB 1184/1267 KB 936/1044 KB 692/713 KB 756/1063 KB 1188/1267 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3184.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 940/1044 KB 692/713 KB 756/1063 KB 1188/1267 KB 944/1044 KB 692/713 KB 756/1063 KB 1188/1267 KB 948/1044 KB 692/713 KB 756/1063 KB 1188/1267 KB 952/1044 KB 692/713 KB 756/1063 KB 1188/1267 KB 932/1044 KB 692/713 KB 756/1063 KB 1188/1267 KB 952/1044 KB 692/713 KB 756/1063 KB 1192/1267 KB 952/1044 KB 692/713 KB 756/1063 KB 1196/1267 KB 952/1044 KB 692/713 KB 756/1063 KB 1200/1267 KB 952/1044 KB 692/713 KB 756/1063 KB 1204/1267 KB 956/1044 KB 692/713 KB 756/1063 KB 1208/1267 KB 956/1044 KB 692/713 KB 756/1063 KB 1212/1267 KB 956/1044 KB 692/713 KB 756/1063 KB 1216/1267 KB 928/1044 KB 692/713 KB 756/1063 KB 1184/1267 KB 956/1044 KB 696/713 KB 756/1063 KB 1216/1267 KB 956/1044 KB 700/713 KB 756/1063 KB 1216/1267 KB 956/1044 KB 704/713 KB 756/1063 KB 1216/1267 KB 956/1044 KB 708/713 KB 756/1063 KB 1216/1267 KB 956/1044 KB 712/713 KB 756/1063 KB 1216/1267 KB 956/1044 KB 713/713 KB 756/1063 KB 1220/1267 KB 928/1044 KB 688/713 KB 756/1063 KB 1184/1267 KB 956/1044 KB 713/713 KB 760/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 764/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 768/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 772/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 776/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 780/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 784/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 788/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 792/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 796/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 800/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 804/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 808/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 812/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 816/1063 KB 1220/1267 KB 956/1044 KB 712/713 KB 756/1063 KB 1220/1267 KB 956/1044 KB 713/713 KB 816/1063 KB 1224/1267 KB 956/1044 KB 713/713 KB 816/1063 KB 1228/1267 KB 956/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 956/1044 KB 692/713 KB 756/1063 KB 1204/1267 KB 960/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 964/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 968/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 972/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 976/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 980/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 984/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 988/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 992/1044 KB 713/713 KB 816/1063 KB 1232/1267 KB 996/1044 KB 713/713 KB 816/1063 KB 1236/1267 KB 1000/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 1004/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 4/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 992/1044 KB 713/713 KB 816/1063 KB 1236/1267 KB 4/257 KB 1004/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 8/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 12/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 16/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 20/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 24/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 28/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 32/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 36/257 KB 1008/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 40/257 KB 1008/1044 KB 820/1063 KB 1236/1267 KB 44/257 KB 1008/1044 KB 820/1063 KB 1236/1267 KB 48/257 KB 1008/1044 KB 820/1063 KB 1236/1267 KB 52/257 KB 1008/1044 KB 820/1063 KB 1236/1267 KB 56/257 KB 1008/1044 KB 820/1063 KB 1236/1267 KB 60/257 KB 1008/1044 KB 820/1063 KB 1236/1267 KB 64/257 KB 1008/1044 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 820/1063 KB 1240/1267 KB 996/1044 KB 713/713 KB 820/1063 KB 1236/1267 KB 60/257 KB 1008/1044 KB 820/1063 KB 1240/1267 KB 64/257 KB 1008/1044 KB 820/1063 KB 1244/1267 KB 64/257 KB 1008/1044 KB 820/1063 KB 1248/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1284.6 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 68/257 KB 1008/1044 KB 820/1063 KB 1248/1267 KB 72/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 76/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 80/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 84/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 88/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 92/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 96/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 100/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 104/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 108/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 112/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 68/257 KB 1012/1044 KB 824/1063 KB 1252/1267 KB 112/257 KB 1016/1044 KB 824/1063 KB 1252/1267 KB 112/257 KB 1020/1044 KB 824/1063 KB 1252/1267 KB 112/257 KB 1024/1044 KB 824/1063 KB 1252/1267 KB 112/257 KB 1028/1044 KB 824/1063 KB 1252/1267 KB 68/257 KB 1008/1044 KB 824/1063 KB 1252/1267 KB 112/257 KB 1028/1044 KB 824/1063 KB 1256/1267 KB 112/257 KB 1028/1044 KB 824/1063 KB 1260/1267 KB 112/257 KB 1028/1044 KB 824/1063 KB 1264/1267 KB 68/257 KB 1008/1044 KB 824/1063 KB 1248/1267 KB 112/257 KB 1028/1044 KB 828/1063 KB 1264/1267 KB 112/257 KB 1028/1044 KB 832/1063 KB 1264/1267 KB 112/257 KB 1028/1044 KB 836/1063 KB 1264/1267 KB 112/257 KB 1028/1044 KB 840/1063 KB 1264/1267 KB 112/257 KB 1028/1044 KB 844/1063 KB 1267/1267 KB 112/257 KB 1028/1044 KB 848/1063 KB 1267/1267 KB 112/257 KB 1028/1044 KB 840/1063 KB 1267/1267 KB 112/257 KB 1028/1044 KB 852/1063 KB 1267/1267 KB 112/257 KB 1028/1044 KB 856/1063 KB 1267/1267 KB 112/257 KB 1032/1044 KB 856/1063 KB 1267/1267 KB 112/257 KB 1036/1044 KB 856/1063 KB 1267/1267 KB 112/257 KB 1040/1044 KB 856/1063 KB 1267/1267 KB 112/257 KB 1040/1044 KB 860/1063 KB 1267/1267 KB 112/257 KB 1040/1044 KB 864/1063 KB 1267/1267 KB 112/257 KB 1040/1044 KB 868/1063 KB 1267/1267 KB 112/257 KB 1044/1044 KB 868/1063 KB 1267/1267 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 4/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 4/549 KB 112/257 KB 1044/1044 KB 868/1063 KB 1267/1267 KB 4/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 8/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 12/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 16/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 20/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 24/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 28/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 1267/1267 KB 32/549 KB 112/257 KB 1044/1044 KB 872/1063 KB 36/549 KB 112/257 KB 1044/1044 KB 876/1063 KB 40/549 KB 116/257 KB 1044/1044 KB 876/1063 KB 44/549 KB 116/257 KB 1044/1044 KB 876/1063 KB 48/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 2214.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 116/257 KB 1044/1044 KB 876/1063 KB 40/549 KB 120/257 KB 1044/1044 KB 876/1063 KB 48/549 KB 124/257 KB 1044/1044 KB 876/1063 KB 48/549 KB 128/257 KB 1044/1044 KB 876/1063 KB 48/549 KB 112/257 KB 1044/1044 KB 876/1063 KB 36/549 KB 128/257 KB 1044/1044 KB 880/1063 KB 48/549 KB 128/257 KB 1044/1044 KB 884/1063 KB 48/549 KB 132/257 KB 888/1063 KB 52/549 KB 132/257 KB 892/1063 KB 52/549 KB 132/257 KB 896/1063 KB 52/549 KB 132/257 KB 900/1063 KB 52/549 KB 132/257 KB 904/1063 KB 52/549 KB 132/257 KB 908/1063 KB 52/549 KB 132/257 KB 912/1063 KB 52/549 KB 132/257 KB 884/1063 KB 52/549 KB 132/257 KB 912/1063 KB 56/549 KB 132/257 KB 912/1063 KB 60/549 KB 132/257 KB 912/1063 KB 64/549 KB 132/257 KB 884/1063 KB 48/549 KB 136/257 KB 912/1063 KB 64/549 KB 140/257 KB 912/1063 KB 64/549 KB 144/257 KB 912/1063 KB 64/549 KB 148/257 KB 912/1063 KB 64/549 KB 4/358 KB 152/257 KB 912/1063 KB 68/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1799.8 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 4/358 KB 148/257 KB 912/1063 KB 68/549 KB 8/358 KB 152/257 KB 912/1063 KB 68/549 KB 12/358 KB 152/257 KB 912/1063 KB 68/549 KB 16/358 KB 152/257 KB 912/1063 KB 68/549 KB 16/358 KB 156/257 KB 912/1063 KB 68/549 KB 16/358 KB 160/257 KB 912/1063 KB 68/549 KB 20/358 KB 164/257 KB 916/1063 KB 68/549 KB 20/358 KB 168/257 KB 916/1063 KB 68/549 KB 20/358 KB 172/257 KB 916/1063 KB 68/549 KB 20/358 KB 176/257 KB 916/1063 KB 68/549 KB 20/358 KB 180/257 KB 916/1063 KB 68/549 KB 20/358 KB 184/257 KB 916/1063 KB 68/549 KB 20/358 KB 188/257 KB 916/1063 KB 68/549 KB 20/358 KB 192/257 KB 916/1063 KB 68/549 KB 148/257 KB 912/1063 KB 68/549 KB 20/358 KB 192/257 KB 916/1063 KB 72/549 KB 20/358 KB 192/257 KB 916/1063 KB 76/549 KB 20/358 KB 192/257 KB 916/1063 KB 80/549 KB 20/358 KB 192/257 KB 916/1063 KB 84/549 KB 20/358 KB 192/257 KB 916/1063 KB 88/549 KB 20/358 KB 192/257 KB 916/1063 KB 92/549 KB 20/358 KB 192/257 KB 916/1063 KB 96/549 KB 20/358 KB 160/257 KB 916/1063 KB 68/549 KB 24/358 KB 192/257 KB 916/1063 KB 96/549 KB 28/358 KB 192/257 KB 916/1063 KB 96/549 KB 32/358 KB 192/257 KB 916/1063 KB 96/549 KB 36/358 KB 192/257 KB 916/1063 KB 96/549 KB 40/358 KB 192/257 KB 916/1063 KB 96/549 KB 44/358 KB 192/257 KB 916/1063 KB 96/549 KB 48/358 KB 192/257 KB 916/1063 KB 96/549 KB 16/358 KB 160/257 KB 916/1063 KB 68/549 KB 48/358 KB 192/257 KB 920/1063 KB 100/549 KB 48/358 KB 192/257 KB 924/1063 KB 100/549 KB 48/358 KB 192/257 KB 928/1063 KB 100/549 KB 48/358 KB 192/257 KB 932/1063 KB 100/549 KB 48/358 KB 192/257 KB 3/5 KB 936/1063 KB 100/549 KB 48/358 KB 192/257 KB 3/5 KB 940/1063 KB 100/549 KB 48/358 KB 192/257 KB 3/5 KB 944/1063 KB 100/549 KB 48/358 KB 192/257 KB 3/5 KB 948/1063 KB 100/549 KB 52/358 KB 196/257 KB 3/5 KB 952/1063 KB 100/549 KB 52/358 KB 196/257 KB 3/5 KB 956/1063 KB 100/549 KB 52/358 KB 196/257 KB 3/5 KB 960/1063 KB 100/549 KB 48/358 KB 192/257 KB 916/1063 KB 100/549 KB 52/358 KB 196/257 KB 3/5 KB 960/1063 KB 104/549 KB 52/358 KB 196/257 KB 3/5 KB 960/1063 KB 108/549 KB 52/358 KB 196/257 KB 3/5 KB 960/1063 KB 112/549 KB 52/358 KB 196/257 KB 3/5 KB 948/1063 KB 100/549 KB 52/358 KB 200/257 KB 3/5 KB 960/1063 KB 112/549 KB 52/358 KB 204/257 KB 3/5 KB 960/1063 KB 116/549 KB 52/358 KB 208/257 KB 3/5 KB 960/1063 KB 116/549 KB 52/358 KB 192/257 KB 3/5 KB 948/1063 KB 100/549 KB 48/358 KB 192/257 KB 3/5 KB 932/1063 KB 100/549 KB 52/358 KB 208/257 KB 5/5 KB 960/1063 KB 116/549 KB 56/358 KB 208/257 KB 5/5 KB 960/1063 KB 116/549 KB 60/358 KB 208/257 KB 5/5 KB 960/1063 KB 116/549 KB 64/358 KB 208/257 KB 5/5 KB 960/1063 KB 116/549 KB 64/358 KB 208/257 KB 5/5 KB 964/1063 KB 116/549 KB 68/358 KB 212/257 KB 5/5 KB 968/1063 KB 116/549 KB 68/358 KB 212/257 KB 5/5 KB 972/1063 KB 116/549 KB 68/358 KB 212/257 KB 5/5 KB 976/1063 KB 116/549 KB 52/358 KB 200/257 KB 3/5 KB 960/1063 KB 116/549 KB 68/358 KB 212/257 KB 5/5 KB 976/1063 KB 120/549 KB 68/358 KB 212/257 KB 5/5 KB 976/1063 KB 124/549 KB 68/358 KB 212/257 KB 5/5 KB 976/1063 KB 128/549 KB 68/358 KB 212/257 KB 5/5 KB 976/1063 KB 132/549 KB 68/358 KB 212/257 KB 5/5 KB 980/1063 KB 136/549 KB 68/358 KB 212/257 KB 5/5 KB 980/1063 KB 140/549 KB 68/358 KB 212/257 KB 5/5 KB 980/1063 KB 144/549 KB 68/358 KB 212/257 KB 5/5 KB 964/1063 KB 116/549 KB 68/358 KB 216/257 KB 5/5 KB 980/1063 KB 144/549 KB 68/358 KB 220/257 KB 5/5 KB 980/1063 KB 144/549 KB 68/358 KB 224/257 KB 5/5 KB 980/1063 KB 144/549 KB 6 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 8/358 KB 208/257 KB 5/5 KB 964/1063 KB 116/549 KB 72/358 KB 224/257 KB 5/5 KB 980/1063 KB 144/549 KB 76/358 KB 224/257 KB 5/5 KB 980/1063 KB 144/549 KB 80/358 KB 224/257 KB 5/5 KB 980/1063 KB 144/549 KB 84/358 KB 224/257 KB 5/5 KB 980/1063 KB 144/549 KB 88/358 KB 228/257 KB 5/5 KB 980/1063 KB 148/549 KB 92/358 KB 228/257 KB 5/5 KB 980/1063 KB 148/549 KB 96/358 KB 228/257 KB 5/5 KB 980/1063 KB 148/549 KB 68/358 KB 212/257 KB 5/5 KB 980/1063 KB 132/549 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.3 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 96/358 KB 228/257 KB 984/1063 KB 148/549 KB 96/358 KB 228/257 KB 988/1063 KB 148/549 KB 96/358 KB 228/257 KB 992/1063 KB 148/549 KB 100/358 KB 228/257 KB 992/1063 KB 148/549 KB 104/358 KB 228/257 KB 996/1063 KB 148/549 KB 108/358 KB 228/257 KB 996/1063 KB 148/549 KB 112/358 KB 228/257 KB 996/1063 KB 148/549 KB 84/358 KB 228/257 KB 5/5 KB 980/1063 KB 148/549 KB 112/358 KB 228/257 KB 996/1063 KB 152/549 KB 112/358 KB 228/257 KB 996/1063 KB 156/549 KB 112/358 KB 228/257 KB 996/1063 KB 160/549 KB 112/358 KB 228/257 KB 996/1063 KB 164/549 KB 116/358 KB 228/257 KB 996/1063 KB 168/549 KB 116/358 KB 228/257 KB 996/1063 KB 172/549 KB 116/358 KB 228/257 KB 996/1063 KB 176/549 KB 84/358 KB 228/257 KB 5/5 KB 980/1063 KB 144/549 KB 116/358 KB 232/257 KB 996/1063 KB 176/549 KB 116/358 KB 236/257 KB 996/1063 KB 176/549 KB 116/358 KB 240/257 KB 996/1063 KB 176/549 KB 116/358 KB 244/257 KB 996/1063 KB 176/549 KB 116/358 KB 248/257 KB 996/1063 KB 176/549 KB 116/358 KB 252/257 KB 996/1063 KB 176/549 KB 116/358 KB 256/257 KB 996/1063 KB 176/549 KB 116/358 KB 257/257 KB 996/1063 KB 176/549 KB 116/358 KB 257/257 KB 996/1063 KB 180/549 KB 3/86 KB 116/358 KB 257/257 KB 996/1063 KB 184/549 KB 116/358 KB 228/257 KB 996/1063 KB 164/549 KB 3/86 KB 120/358 KB 257/257 KB 996/1063 KB 184/549 KB 3/86 KB 124/358 KB 257/257 KB 996/1063 KB 184/549 KB 3/86 KB 128/358 KB 257/257 KB 996/1063 KB 184/549 KB 3/86 KB 132/358 KB 257/257 KB 996/1063 KB 184/549 KB 100/358 KB 228/257 KB 996/1063 KB 148/549 KB 3/86 KB 132/358 KB 257/257 KB 1000/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 1004/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 1008/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 1012/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 1016/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 1020/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 1024/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 1028/1063 KB 188/549 KB 3/86 KB 136/358 KB 1032/1063 KB 188/549 KB 3/86 KB 136/358 KB 1036/1063 KB 188/549 KB 3/86 KB 136/358 KB 1040/1063 KB 188/549 KB 3/86 KB 132/358 KB 257/257 KB 996/1063 KB 188/549 KB 3/86 KB 116/358 KB 257/257 KB 996/1063 KB 180/549 KB 5/86 KB 136/358 KB 1040/1063 KB 188/549 KB 8/86 KB 136/358 KB 1040/1063 KB 188/549 KB 11/86 KB 136/358 KB 1040/1063 KB 188/549 KB 13/86 KB 136/358 KB 1040/1063 KB 188/549 KB 16/86 KB 136/358 KB 1040/1063 KB 188/549 KB 19/86 KB 136/358 KB 1040/1063 KB 188/549 KB 21/86 KB 136/358 KB 1040/1063 KB 188/549 KB 24/86 KB 136/358 KB 1040/1063 KB 188/549 KB 27/86 KB 136/358 KB 1040/1063 KB 188/549 KB 29/86 KB 136/358 KB 1040/1063 KB 188/549 KB 32/86 KB 136/358 KB 1040/1063 KB 188/549 KB 36/86 KB 136/358 KB 1040/1063 KB 188/549 KB 40/86 KB 136/358 KB 1040/1063 KB 188/549 KB 44/86 KB 136/358 KB 1040/1063 KB 188/549 KB 48/86 KB 136/358 KB 1040/1063 KB 188/549 KB 52/86 KB 136/358 KB 1040/1063 KB 188/549 KB 56/86 KB 136/358 KB 1040/1063 KB 188/549 KB 60/86 KB 136/358 KB 1040/1063 KB 188/549 KB 64/86 KB 136/358 KB 1040/1063 KB 188/549 KB 64/86 KB 136/358 KB 1040/1063 KB 192/549 KB 64/86 KB 136/358 KB 1040/1063 KB 196/549 KB 64/86 KB 136/358 KB 1040/1063 KB 200/549 KB 64/86 KB 136/358 KB 1040/1063 KB 204/549 KB 64/86 KB 136/358 KB 1040/1063 KB 208/549 KB 64/86 KB 136/358 KB 1040/1063 KB 212/549 KB 64/86 KB 136/358 KB 1044/1063 KB 216/549 KB 64/86 KB 136/358 KB 1044/1063 KB 220/549 KB 64/86 KB 136/358 KB 1044/1063 KB 224/549 KB 3/86 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 136/358 KB 1028/1063 KB 188/549 KB 64/86 KB 140/358 KB 1044/1063 KB 224/549 KB 64/86 KB 144/358 KB 1044/1063 KB 224/549 KB 64/86 KB 148/358 KB 1044/1063 KB 224/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 416.0 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 68/86 KB 148/358 KB 1044/1063 KB 224/549 KB 72/86 KB 148/358 KB 1044/1063 KB 224/549 KB 76/86 KB 148/358 KB 1044/1063 KB 224/549 KB 80/86 KB 148/358 KB 1044/1063 KB 224/549 KB 84/86 KB 148/358 KB 1044/1063 KB 224/549 KB 86/86 KB 148/358 KB 1044/1063 KB 224/549 KB 86/86 KB 152/358 KB 1044/1063 KB 224/549 KB 86/86 KB 156/358 KB 1044/1063 KB 224/549 KB 86/86 KB 160/358 KB 1044/1063 KB 224/549 KB 86/86 KB 164/358 KB 1044/1063 KB 224/549 KB 86/86 KB 168/358 KB 1044/1063 KB 228/549 KB 86/86 KB 172/358 KB 1044/1063 KB 228/549 KB 86/86 KB 176/358 KB 1044/1063 KB 228/549 KB 86/86 KB 180/358 KB 1044/1063 KB 228/549 KB 86/86 KB 184/358 KB 1044/1063 KB 228/549 KB 64/86 KB 136/358 KB 1044/1063 KB 212/549 KB 86/86 KB 184/358 KB 1048/1063 KB 228/549 KB 86/86 KB 184/358 KB 1052/1063 KB 228/549 KB 86/86 KB 184/358 KB 1056/1063 KB 228/549 KB 86/86 KB 184/358 KB 1060/1063 KB 228/549 KB 86/86 KB 184/358 KB 1063/1063 KB 228/549 KB 86/86 KB 164/358 KB 1044/1063 KB 228/549 KB 86/86 KB 184/358 KB 1063/1063 KB 232/549 KB 86/86 KB 184/358 KB 1063/1063 KB 236/549 KB 86/86 KB 184/358 KB 1063/1063 KB 240/549 KB 86/86 KB 184/358 KB 1063/1063 KB 244/549 KB 86/86 KB 188/358 KB 1063/1063 KB 244/549 KB 86/86 KB 192/358 KB 1063/1063 KB 244/549 KB 86/86 KB 196/358 KB 1063/1063 KB 244/549 KB 86/86 KB 196/358 KB 1063/1063 KB 248/549 KB 86/86 KB 196/358 KB 1063/1063 KB 252/549 KB 86/86 KB 196/358 KB 1063/1063 KB 256/549 KB 86/86 KB 200/358 KB 1063/1063 KB 256/549 KB 4/404 KB 204/358 KB 1063/1063 KB 256/549 KB 4/404 KB 86/86 KB 200/358 KB 1063/1063 KB 256/549 KB 8/404 KB 204/358 KB 1063/1063 KB 256/549 KB 12/404 KB 204/358 KB 1063/1063 KB 256/549 KB 16/404 KB 204/358 KB 1063/1063 KB 256/549 KB 20/404 KB 204/358 KB 1063/1063 KB 256/549 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 137.4 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 24/404 KB 204/358 KB 1063/1063 KB 256/549 KB 28/404 KB 204/358 KB 1063/1063 KB 256/549 KB 32/404 KB 204/358 KB 1063/1063 KB 256/549 KB 36/404 KB 204/358 KB 1063/1063 KB 256/549 KB 40/404 KB 204/358 KB 256/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1693.9 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 44/404 KB 204/358 KB 256/549 KB 48/404 KB 204/358 KB 256/549 KB 48/404 KB 208/358 KB 256/549 KB 48/404 KB 212/358 KB 256/549 KB 52/404 KB 216/358 KB 260/549 KB 52/404 KB 220/358 KB 260/549 KB 52/404 KB 224/358 KB 260/549 KB 52/404 KB 212/358 KB 260/549 KB 56/404 KB 224/358 KB 260/549 KB 60/404 KB 224/358 KB 260/549 KB 64/404 KB 224/358 KB 260/549 KB 48/404 KB 212/358 KB 260/549 KB 64/404 KB 224/358 KB 264/549 KB 64/404 KB 224/358 KB 268/549 KB 64/404 KB 224/358 KB 272/549 KB 64/404 KB 224/358 KB 276/549 KB 68/404 KB 228/358 KB 280/549 KB 68/404 KB 228/358 KB 284/549 KB 68/404 KB 228/358 KB 288/549 KB 68/404 KB 228/358 KB 276/549 KB 68/404 KB 232/358 KB 288/549 KB 68/404 KB 224/358 KB 276/549 KB 72/404 KB 232/358 KB 4/894 KB 4/587 KB 292/549 KB 76/404 KB 232/358 KB 4/894 KB 4/587 KB 292/549 KB 76/404 KB 236/358 KB 4/894 KB 4/587 KB 292/549 KB 76/404 KB 240/358 KB 4/894 KB 4/587 KB 292/549 KB 80/404 KB 244/358 KB 4/894 KB 4/587 KB 292/549 KB 80/404 KB 248/358 KB 4/894 KB 4/587 KB 292/549 KB 80/404 KB 252/358 KB 4/894 KB 4/587 KB 292/549 KB 68/404 KB 232/358 KB 4/894 KB 4/587 KB 292/549 KB 68/404 KB 232/358 KB 4/894 KB 4/587 KB 288/549 KB 80/404 KB 256/358 KB 4/894 KB 8/587 KB 292/549 KB 80/404 KB 256/358 KB 4/894 KB 12/587 KB 292/549 KB 80/404 KB 256/358 KB 4/894 KB 16/587 KB 292/549 KB 80/404 KB 256/358 KB 4/894 KB 20/587 KB 292/549 KB 80/404 KB 256/358 KB 4/894 KB 24/587 KB 292/549 KB 80/404 KB 256/358 KB 4/894 KB 28/587 KB 292/549 KB 80/404 KB 256/358 KB 4/894 KB 32/587 KB 292/549 KB 68/404 KB 232/358 KB 4/894 KB 288/549 KB 80/404 KB 256/358 KB 8/894 KB 32/587 KB 292/549 KB 80/404 KB 256/358 KB 12/894 KB 32/587 KB 292/549 KB 80/404 KB 256/358 KB 16/894 KB 32/587 KB 292/549 KB 80/404 KB 256/358 KB 20/894 KB 32/587 KB 292/549 KB 80/404 KB 256/358 KB 24/894 KB 36/587 KB 292/549 KB 80/404 KB 256/358 KB 28/894 KB 36/587 KB 292/549 KB 80/404 KB 256/358 KB 32/894 KB 36/587 KB 296/549 KB 80/404 KB 240/358 KB 4/894 KB 4/587 KB 292/549 KB 84/404 KB 256/358 KB 32/894 KB 36/587 KB 296/549 KB 88/404 KB 256/358 KB 32/894 KB 36/587 KB 296/549 KB 92/404 KB 256/358 KB 32/894 KB 36/587 KB 296/549 KB 96/404 KB 256/358 KB 32/894 KB 36/587 KB 296/549 KB 100/404 KB 256/358 KB 32/894 KB 36/587 KB 296/549 KB 104/404 KB 256/358 KB 36/894 KB 36/587 KB 296/549 KB 108/404 KB 256/358 KB 36/894 KB 36/587 KB 296/549 KB 112/404 KB 256/358 KB 36/894 KB 36/587 KB 296/549 KB 80/404 KB 256/358 KB 28/894 KB 36/587 KB 296/549 KB 112/404 KB 256/358 KB 36/894 KB 36/587 KB 300/549 KB 112/404 KB 256/358 KB 36/894 KB 36/587 KB 304/549 KB 80/404 KB 256/358 KB 20/894 KB 36/587 KB 292/549 KB 112/404 KB 256/358 KB 36/894 KB 40/587 KB 304/549 KB 112/404 KB 256/358 KB 36/894 KB 44/587 KB 304/549 KB 112/404 KB 256/358 KB 36/894 KB 48/587 KB 304/549 KB 112/404 KB 256/358 KB 36/894 KB 52/587 KB 304/549 KB 112/404 KB 256/358 KB 36/894 KB 56/587 KB 308/549 KB 112/404 KB 256/358 KB 36/894 KB 60/587 KB 308/549 KB 112/404 KB 256/358 KB 36/894 KB 64/587 KB 308/549 KB 80/404 KB 256/358 KB 4/894 KB 4/587 KB 292/549 KB 100/404 KB 256/358 KB 36/894 KB 36/587 KB 296/549 KB 112/404 KB 256/358 KB 40/894 KB 64/587 KB 308/549 KB 112/404 KB 256/358 KB 44/894 KB 64/587 KB 308/549 KB 112/404 KB 256/358 KB 48/894 KB 64/587 KB 308/549 KB 112/404 KB 256/358 KB 36/894 KB 52/587 KB 308/549 KB 112/404 KB 256/358 KB 48/894 KB 64/587 KB 312/549 KB 112/404 KB 260/358 KB 52/894 KB 64/587 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 312/549 KB 116/404 KB 260/358 KB 56/894 KB 68/587 KB 316/549 KB 116/404 KB 260/358 KB 60/894 KB 68/587 KB 316/549 KB 116/404 KB 260/358 KB 64/894 KB 68/587 KB 316/549 KB 116/404 KB 260/358 KB 68/894 KB 68/587 KB 316/549 KB 116/404 KB 260/358 KB 72/894 KB 68/587 KB 316/549 KB 116/404 KB 260/358 KB 76/894 KB 68/587 KB 316/549 KB 116/404 KB 260/358 KB 80/894 KB 68/587 KB 316/549 KB 112/404 KB 260/358 KB 48/894 KB 64/587 KB 312/549 KB 116/404 KB 264/358 KB 80/894 KB 68/587 KB 316/549 KB 116/404 KB 268/358 KB 80/894 KB 68/587 KB 316/549 KB 116/404 KB 272/358 KB 80/894 KB 68/587 KB 316/549 KB 116/404 KB 276/358 KB 80/894 KB 68/587 KB 316/549 KB 116/404 KB 260/358 KB 52/894 KB 68/587 KB 316/549 KB 120/404 KB 276/358 KB 80/894 KB 68/587 KB 316/549 KB 124/404 KB 276/358 KB 80/894 KB 68/587 KB 316/549 KB 128/404 KB 276/358 KB 80/894 KB 68/587 KB 316/549 KB 132/404 KB 276/358 KB 80/894 KB 68/587 KB 316/549 KB 136/404 KB 280/358 KB 80/894 KB 68/587 KB 316/549 KB 140/404 KB 280/358 KB 80/894 KB 68/587 KB 316/549 KB 144/404 KB 280/358 KB 80/894 KB 68/587 KB 316/549 KB 112/404 KB 260/358 KB 52/894 KB 68/587 KB 316/549 KB 144/404 KB 280/358 KB 80/894 KB 72/587 KB 316/549 KB 144/404 KB 280/358 KB 80/894 KB 76/587 KB 316/549 KB 144/404 KB 280/358 KB 80/894 KB 80/587 KB 316/549 KB 112/404 KB 260/358 KB 52/894 KB 64/587 KB 316/549 KB 144/404 KB 280/358 KB 80/894 KB 80/587 KB 320/549 KB 144/404 KB 280/358 KB 80/894 KB 80/587 KB 324/549 KB 144/404 KB 280/358 KB 80/894 KB 80/587 KB 328/549 KB 144/404 KB 280/358 KB 80/894 KB 80/587 KB 332/549 KB 144/404 KB 280/358 KB 80/894 KB 80/587 KB 336/549 KB 144/404 KB 280/358 KB 80/894 KB 80/587 KB 340/549 KB 144/404 KB 280/358 KB 80/894 KB 84/587 KB 344/549 KB 132/404 KB 280/358 KB 80/894 KB 68/587 KB 316/549 KB 144/404 KB 284/358 KB 80/894 KB 84/587 KB 348/549 KB 144/404 KB 288/358 KB 80/894 KB 84/587 KB 348/549 KB 144/404 KB 292/358 KB 80/894 KB 84/587 KB 348/549 KB 148/404 KB 296/358 KB 80/894 KB 84/587 KB 348/549 KB 148/404 KB 300/358 KB 80/894 KB 84/587 KB 348/549 KB 148/404 KB 304/358 KB 80/894 KB 84/587 KB 348/549 KB 144/404 KB 280/358 KB 80/894 KB 84/587 KB 340/549 KB 148/404 KB 304/358 KB 80/894 KB 88/587 KB 348/549 KB 148/404 KB 304/358 KB 80/894 KB 92/587 KB 348/549 KB 148/404 KB 304/358 KB 80/894 KB 96/587 KB 348/549 KB 148/404 KB 304/358 KB 80/894 KB 100/587 KB 348/549 KB 148/404 KB 304/358 KB 80/894 KB 104/587 KB 348/549 KB 148/404 KB 304/358 KB 84/894 KB 108/587 KB 348/549 KB 148/404 KB 304/358 KB 84/894 KB 112/587 KB 348/549 KB 148/404 KB 308/358 KB 84/894 KB 116/587 KB 348/549 KB 148/404 KB 308/358 KB 84/894 KB 120/587 KB 348/549 KB 148/404 KB 308/358 KB 84/894 KB 124/587 KB 348/549 KB 148/404 KB 308/358 KB 84/894 KB 128/587 KB 348/549 KB 148/404 KB 292/358 KB 80/894 KB 84/587 KB 348/549 KB 152/404 KB 308/358 KB 84/894 KB 128/587 KB 348/549 KB 156/404 KB 308/358 KB 84/894 KB 128/587 KB 348/549 KB 160/404 KB 308/358 KB 84/894 KB 128/587 KB 348/549 KB 144/404 KB 280/358 KB 80/894 KB 84/587 KB 348/549 KB 160/404 KB 308/358 KB 84/894 KB 128/587 KB 352/549 KB 160/404 KB 308/358 KB 84/894 KB 128/587 KB 356/549 KB 160/404 KB 308/358 KB 84/894 KB 128/587 KB 360/549 KB 160/404 KB 308/358 KB 84/894 KB 128/587 KB 364/549 KB 160/404 KB 308/358 KB 84/894 KB 128/587 KB 368/549 KB 160/404 KB 308/358 KB 84/894 KB 128/587 KB 372/549 KB 164/404 KB 308/358 KB 84/894 KB 128/587 KB 376/549 KB 164/404 KB 308/358 KB 84/894 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 128/587 KB 380/549 KB 164/404 KB 308/358 KB 84/894 KB 128/587 KB 384/549 KB 164/404 KB 308/358 KB 84/894 KB 128/587 KB 388/549 KB 164/404 KB 308/358 KB 84/894 KB 132/587 KB 392/549 KB 164/404 KB 308/358 KB 84/894 KB 132/587 KB 396/549 KB 164/404 KB 308/358 KB 84/894 KB 132/587 KB 400/549 KB 164/404 KB 308/358 KB 84/894 KB 132/587 KB 404/549 KB 148/404 KB 308/358 KB 84/894 KB 112/587 KB 348/549 KB 148/404 KB 304/358 KB 84/894 KB 104/587 KB 348/549 KB 164/404 KB 308/358 KB 88/894 KB 132/587 KB 404/549 KB 164/404 KB 308/358 KB 92/894 KB 132/587 KB 404/549 KB 164/404 KB 308/358 KB 96/894 KB 132/587 KB 404/549 KB 164/404 KB 308/358 KB 100/894 KB 132/587 KB 404/549 KB 164/404 KB 312/358 KB 104/894 KB 132/587 KB 404/549 KB 164/404 KB 312/358 KB 108/894 KB 132/587 KB 404/549 KB 164/404 KB 312/358 KB 112/894 KB 132/587 KB 404/549 KB 164/404 KB 312/358 KB 116/894 KB 132/587 KB 404/549 KB 164/404 KB 308/358 KB 84/894 KB 132/587 KB 388/549 KB 164/404 KB 312/358 KB 116/894 KB 136/587 KB 404/549 KB 164/404 KB 312/358 KB 116/894 KB 140/587 KB 404/549 KB 164/404 KB 308/358 KB 84/894 KB 128/587 KB 372/549 KB 168/404 KB 312/358 KB 120/894 KB 140/587 KB 404/549 KB 172/404 KB 312/358 KB 120/894 KB 140/587 KB 404/549 KB 176/404 KB 312/358 KB 120/894 KB 140/587 KB 404/549 KB 180/404 KB 312/358 KB 120/894 KB 140/587 KB 404/549 KB 184/404 KB 312/358 KB 120/894 KB 140/587 KB 404/549 KB 188/404 KB 312/358 KB 120/894 KB 144/587 KB 404/549 KB 192/404 KB 312/358 KB 120/894 KB 144/587 KB 404/549 KB 164/404 KB 312/358 KB 120/894 KB 140/587 KB 404/549 KB 192/404 KB 312/358 KB 124/894 KB 144/587 KB 404/549 KB 192/404 KB 312/358 KB 128/894 KB 144/587 KB 404/549 KB 164/404 KB 312/358 KB 100/894 KB 132/587 KB 404/549 KB 192/404 KB 316/358 KB 128/894 KB 144/587 KB 404/549 KB 192/404 KB 320/358 KB 128/894 KB 144/587 KB 404/549 KB 192/404 KB 324/358 KB 128/894 KB 144/587 KB 404/549 KB 192/404 KB 328/358 KB 128/894 KB 144/587 KB 404/549 KB 192/404 KB 332/358 KB 128/894 KB 144/587 KB 404/549 KB 192/404 KB 336/358 KB 128/894 KB 144/587 KB 404/549 KB 184/404 KB 312/358 KB 120/894 KB 144/587 KB 404/549 KB 192/404 KB 340/358 KB 128/894 KB 144/587 KB 404/549 KB 196/404 KB 344/358 KB 132/894 KB 148/587 KB 404/549 KB 196/404 KB 348/358 KB 132/894 KB 148/587 KB 404/549 KB 196/404 KB 340/358 KB 132/894 KB 148/587 KB 404/549 KB 200/404 KB 348/358 KB 132/894 KB 148/587 KB 408/549 KB 204/404 KB 352/358 KB 132/894 KB 148/587 KB 408/549 KB 208/404 KB 352/358 KB 132/894 KB 148/587 KB 408/549 KB 212/404 KB 352/358 KB 132/894 KB 148/587 KB 408/549 KB 216/404 KB 352/358 KB 132/894 KB 148/587 KB 408/549 KB 220/404 KB 352/358 KB 132/894 KB 148/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 148/587 KB 408/549 KB 192/404 KB 340/358 KB 132/894 KB 148/587 KB 404/549 KB 224/404 KB 352/358 KB 132/894 KB 152/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 156/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 160/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 164/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 168/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 172/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 176/587 KB 408/549 KB 224/404 KB 352/358 KB 132/894 KB 180/587 KB 408/549 KB 228/404 KB 352/358 KB 132/894 KB 184/587 KB 408/549 KB 228/404 KB 352/358 KB 132/894 KB 188/587 KB 408/549 KB 192/404 KB 340/358 KB 132/894 KB 144/587 KB 404/549 KB 228/404 KB 352/358 KB 136/894 KB 188/587 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 408/549 KB 228/404 KB 352/358 KB 140/894 KB 188/587 KB 408/549 KB 228/404 KB 352/358 KB 144/894 KB 188/587 KB 408/549 KB 228/404 KB 352/358 KB 148/894 KB 188/587 KB 408/549 KB 228/404 KB 352/358 KB 152/894 KB 188/587 KB 408/549 KB 228/404 KB 352/358 KB 156/894 KB 188/587 KB 408/549 KB 228/404 KB 352/358 KB 160/894 KB 188/587 KB 408/549 KB 228/404 KB 352/358 KB 164/894 KB 188/587 KB 408/549 KB 228/404 KB 352/358 KB 132/894 KB 180/587 KB 408/549 KB 232/404 KB 352/358 KB 164/894 KB 192/587 KB 408/549 KB 200/404 KB 352/358 KB 132/894 KB 148/587 KB 408/549 KB 196/404 KB 348/358 KB 132/894 KB 148/587 KB 408/549 KB 232/404 KB 352/358 KB 164/894 KB 192/587 KB 412/549 KB 232/404 KB 356/358 KB 164/894 KB 192/587 KB 416/549 KB 232/404 KB 356/358 KB 164/894 KB 192/587 KB 420/549 KB 232/404 KB 356/358 KB 164/894 KB 192/587 KB 424/549 KB 232/404 KB 356/358 KB 164/894 KB 192/587 KB 428/549 KB 232/404 KB 356/358 KB 164/894 KB 192/587 KB 432/549 KB 232/404 KB 356/358 KB 164/894 KB 192/587 KB 436/549 KB 236/404 KB 356/358 KB 164/894 KB 192/587 KB 436/549 KB 228/404 KB 352/358 KB 164/894 KB 192/587 KB 408/549 KB 236/404 KB 356/358 KB 168/894 KB 192/587 KB 440/549 KB 236/404 KB 356/358 KB 172/894 KB 192/587 KB 440/549 KB 240/404 KB 356/358 KB 176/894 KB 196/587 KB 440/549 KB 236/404 KB 356/358 KB 164/894 KB 192/587 KB 440/549 KB 240/404 KB 356/358 KB 176/894 KB 196/587 KB 444/549 KB 240/404 KB 356/358 KB 176/894 KB 196/587 KB 448/549 KB 240/404 KB 356/358 KB 176/894 KB 196/587 KB 452/549 KB 232/404 KB 356/358 KB 164/894 KB 192/587 KB 412/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 452/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 456/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 460/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 464/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 468/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 472/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 476/549 KB 240/404 KB 358/358 KB 180/894 KB 196/587 KB 480/549 KB 240/404 KB 356/358 KB 180/894 KB 196/587 KB 452/549 KB 240/404 KB 358/358 KB 184/894 KB 196/587 KB 480/549 KB 240/404 KB 358/358 KB 188/894 KB 196/587 KB 480/549 KB 240/404 KB 358/358 KB 192/894 KB 196/587 KB 480/549 KB 240/404 KB 358/358 KB 196/894 KB 196/587 KB 480/549 KB 240/404 KB 358/358 KB 200/894 KB 196/587 KB 480/549 KB 240/404 KB 358/358 KB 204/894 KB 196/587 KB 480/549 KB 240/404 KB 358/358 KB 208/894 KB 196/587 KB 480/549 KB 240/404 KB 358/358 KB 212/894 KB 196/587 KB 484/549 KB 240/404 KB 356/358 KB 172/894 KB 196/587 KB 440/549 KB 240/404 KB 356/358 KB 172/894 KB 192/587 KB 440/549 KB 244/404 KB 358/358 KB 212/894 KB 196/587 KB 484/549 KB 248/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 252/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 256/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 260/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 264/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 268/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 272/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 276/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 280/404 KB 212/894 KB 200/587 KB 484/549 KB 284/404 KB 212/894 KB 200/587 KB 484/549 KB 240/404 KB 358/358 KB 208/894 KB 196/587 KB 484/549 KB 284/404 KB 216/894 KB 200/587 KB 488/549 KB 284/404 KB 216/894 KB 200/587 KB 492/549 KB 284/404 KB 216/894 KB 200/587 KB 496/549 KB 284/404 KB 216/894 KB 200/587 KB 5 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 00/549 KB 288/404 KB 216/894 KB 200/587 KB 504/549 KB 288/404 KB 216/894 KB 200/587 KB 508/549 KB 288/404 KB 216/894 KB 200/587 KB 512/549 KB 284/404 KB 216/894 KB 200/587 KB 484/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 523.3 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 244/404 KB 358/358 KB 212/894 KB 200/587 KB 484/549 KB 288/404 KB 216/894 KB 204/587 KB 512/549 KB 288/404 KB 216/894 KB 208/587 KB 512/549 KB 288/404 KB 216/894 KB 212/587 KB 512/549 KB 288/404 KB 216/894 KB 214/587 KB 512/549 KB 288/404 KB 216/894 KB 218/587 KB 512/549 KB 288/404 KB 216/894 KB 222/587 KB 512/549 KB 288/404 KB 216/894 KB 226/587 KB 512/549 KB 288/404 KB 216/894 KB 230/587 KB 512/549 KB 288/404 KB 216/894 KB 234/587 KB 512/549 KB 288/404 KB 216/894 KB 238/587 KB 512/549 KB 288/404 KB 220/894 KB 242/587 KB 512/549 KB 288/404 KB 220/894 KB 246/587 KB 512/549 KB 288/404 KB 220/894 KB 250/587 KB 512/549 KB 288/404 KB 220/894 KB 254/587 KB 512/549 KB 288/404 KB 220/894 KB 258/587 KB 512/549 KB 288/404 KB 220/894 KB 262/587 KB 512/549 KB 288/404 KB 216/894 KB 200/587 KB 500/549 KB 288/404 KB 220/894 KB 238/587 KB 512/549 KB 288/404 KB 224/894 KB 262/587 KB 512/549 KB 292/404 KB 228/894 KB 262/587 KB 512/549 KB 292/404 KB 232/894 KB 262/587 KB 512/549 KB 292/404 KB 236/894 KB 262/587 KB 512/549 KB 292/404 KB 240/894 KB 262/587 KB 512/549 KB 292/404 KB 244/894 KB 262/587 KB 512/549 KB 292/404 KB 4/26 KB 248/894 KB 266/587 KB 516/549 KB 292/404 KB 4/26 KB 252/894 KB 266/587 KB 516/549 KB 292/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 292/404 KB 224/894 KB 262/587 KB 512/549 KB 296/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 300/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 304/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 308/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 312/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 316/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 320/404 KB 4/26 KB 256/894 KB 266/587 KB 516/549 KB 292/404 KB 4/26 KB 244/894 KB 266/587 KB 516/549 KB 292/404 KB 4/26 KB 244/894 KB 262/587 KB 516/549 KB 320/404 KB 8/26 KB 256/894 KB 266/587 KB 516/549 KB 320/404 KB 12/26 KB 256/894 KB 266/587 KB 516/549 KB 320/404 KB 16/26 KB 256/894 KB 266/587 KB 516/549 KB 320/404 KB 20/26 KB 256/894 KB 266/587 KB 516/549 KB 320/404 KB 24/26 KB 256/894 KB 266/587 KB 516/549 KB 320/404 KB 26/26 KB 256/894 KB 266/587 KB 516/549 KB 292/404 KB 244/894 KB 262/587 KB 516/549 KB 320/404 KB 26/26 KB 256/894 KB 266/587 KB 520/549 KB 320/404 KB 26/26 KB 256/894 KB 266/587 KB 524/549 KB 320/404 KB 26/26 KB 256/894 KB 270/587 KB 528/549 KB 320/404 KB 26/26 KB 256/894 KB 270/587 KB 524/549 KB 320/404 KB 26/26 KB 256/894 KB 274/587 KB 528/549 KB 324/404 KB 26/26 KB 256/894 KB 278/587 KB 528/549 KB 324/404 KB 26/26 KB 256/894 KB 282/587 KB 532/549 KB 324/404 KB 26/26 KB 260/894 KB 286/587 KB 532/549 KB 324/404 KB 26/26 KB 260/894 KB 290/587 KB 532/549 KB 324/404 KB 26/26 KB 260/894 KB 294/587 KB 532/549 KB 324/404 KB 26/26 KB 256/894 KB 274/587 KB 528/549 KB 328/404 KB 26/26 KB 260/894 KB 294/587 KB 532/549 KB 332/404 KB 26/26 KB 260/894 KB 294/587 KB 532/549 KB 336/404 KB 26/26 KB 260/894 KB 294/587 KB 532/549 KB 340/404 KB 26/26 KB 260/894 KB 294/587 KB 532/549 KB 344/404 KB 260/894 KB 298/587 KB 532/549 KB 348/404 KB 260/894 KB 298/587 KB 532/549 KB 352/404 KB 260/894 KB 298/587 KB 532/549 KB 324/404 KB 26/26 KB 260/894 KB 282/587 KB 532/549 KB 352/404 KB 264/894 KB 298/587 KB 532/549 KB 352/404 KB 268/894 KB 298/587 KB 532/549 KB 352/404 KB 272/894 KB 298/587 KB 532/549 KB 324/404 KB 26/26 KB 256/894 KB 278/587 KB 532/549 KB 352/404 KB 272/894 KB 298/587 KB 536/549 KB 352/404 KB 272/894 KB 298/587 KB 540/549 KB 3 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 52/404 KB 272/894 KB 298/587 KB 544/549 KB 352/404 KB 272/894 KB 298/587 KB 548/549 KB 352/404 KB 272/894 KB 298/587 KB 549/549 KB 352/404 KB 276/894 KB 298/587 KB 549/549 KB 352/404 KB 280/894 KB 298/587 KB 549/549 KB 356/404 KB 284/894 KB 298/587 KB 549/549 KB 356/404 KB 288/894 KB 298/587 KB 549/549 KB 340/404 KB 260/894 KB 298/587 KB 532/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 36.0 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 356/404 KB 288/894 KB 302/587 KB 549/549 KB 356/404 KB 288/894 KB 306/587 KB 549/549 KB 356/404 KB 288/894 KB 310/587 KB 549/549 KB 356/404 KB 292/894 KB 310/587 KB 549/549 KB 356/404 KB 296/894 KB 314/587 KB 549/549 KB 356/404 KB 300/894 KB 314/587 KB 549/549 KB 356/404 KB 304/894 KB 314/587 KB 549/549 KB 356/404 KB 280/894 KB 298/587 KB 549/549 KB 360/404 KB 304/894 KB 314/587 KB 549/549 KB 364/404 KB 304/894 KB 314/587 KB 549/549 KB 368/404 KB 304/894 KB 314/587 KB 549/549 KB 356/404 KB 292/894 KB 314/587 KB 549/549 KB 368/404 KB 304/894 KB 318/587 KB 549/549 KB 368/404 KB 304/894 KB 322/587 KB 549/549 KB 372/404 KB 304/894 KB 326/587 KB 549/549 KB 372/404 KB 304/894 KB 330/587 KB 549/549 KB 372/404 KB 308/894 KB 334/587 KB 549/549 KB 372/404 KB 308/894 KB 338/587 KB 549/549 KB 372/404 KB 308/894 KB 342/587 KB 549/549 KB 372/404 KB 304/894 KB 322/587 KB 549/549 KB 376/404 KB 308/894 KB 342/587 KB 549/549 KB 380/404 KB 308/894 KB 342/587 KB 549/549 KB 384/404 KB 308/894 KB 342/587 KB 549/549 KB 388/404 KB 308/894 KB 342/587 KB 549/549 KB 392/404 KB 308/894 KB 346/587 KB 396/404 KB 308/894 KB 346/587 KB 400/404 KB 308/894 KB 346/587 KB 372/404 KB 308/894 KB 330/587 KB 549/549 KB 400/404 KB 312/894 KB 346/587 KB 400/404 KB 316/894 KB 346/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 768.3 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 388/404 KB 308/894 KB 346/587 KB 549/549 KB 400/404 KB 4/79 KB 320/894 KB 350/587 KB 400/404 KB 4/79 KB 320/894 KB 354/587 KB 404/404 KB 4/79 KB 320/894 KB 358/587 KB 400/404 KB 320/894 KB 346/587 KB 400/404 KB 4/79 KB 320/894 KB 346/587 KB 404/404 KB 8/79 KB 320/894 KB 358/587 KB 404/404 KB 12/79 KB 320/894 KB 358/587 KB 404/404 KB 16/79 KB 320/894 KB 358/587 KB 404/404 KB 20/79 KB 320/894 KB 358/587 KB 404/404 KB 24/79 KB 320/894 KB 358/587 KB 404/404 KB 28/79 KB 320/894 KB 358/587 KB 404/404 KB 32/79 KB 320/894 KB 358/587 KB 404/404 KB 36/79 KB 320/894 KB 358/587 KB 404/404 KB 40/79 KB 320/894 KB 358/587 KB 404/404 KB 44/79 KB 320/894 KB 358/587 KB 404/404 KB 48/79 KB 320/894 KB 358/587 KB 404/404 KB 52/79 KB 320/894 KB 358/587 KB 404/404 KB 56/79 KB 324/894 KB 358/587 KB 404/404 KB 60/79 KB 324/894 KB 358/587 KB 404/404 KB 64/79 KB 324/894 KB 358/587 KB 404/404 KB 68/79 KB 324/894 KB 358/587 KB 404/404 KB 72/79 KB 324/894 KB 358/587 KB 404/404 KB 76/79 KB 324/894 KB 358/587 KB 404/404 KB 79/79 KB 324/894 KB 358/587 KB 404/404 KB 4/79 KB 320/894 KB 354/587 KB 404/404 KB 52/79 KB 324/894 KB 358/587 KB 404/404 KB 79/79 KB 328/894 KB 358/587 KB 404/404 KB 79/79 KB 332/894 KB 358/587 KB 404/404 KB 79/79 KB 336/894 KB 358/587 KB 404/404 KB 79/79 KB 340/894 KB 358/587 KB 404/404 KB 79/79 KB 344/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 348/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 352/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 356/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 360/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 364/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 368/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 372/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 340/894 KB 362/587 KB 3/1822 KB 404/404 KB 79/79 KB 372/894 KB 366/587 KB 3/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 3/1822 KB 404/404 KB 79/79 KB 340/894 KB 358/587 KB 3/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 6/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 9/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 11/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 14/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 16/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 19/1822 KB 404/404 KB 79/79 KB 372/894 KB 370/587 KB 22/1822 KB 79/79 KB 372/894 KB 370/587 KB 25/1822 KB 79/79 KB 372/894 KB 374/587 KB 25/1822 KB 79/79 KB 372/894 KB 374/587 KB 27/1822 KB 79/79 KB 372/894 KB 374/587 KB 30/1822 KB 79/79 KB 372/894 KB 374/587 KB 32/1822 KB 79/79 KB 372/894 KB 374/587 KB 36/1822 KB 372/894 KB 378/587 KB 40/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 552.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 108.0 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 79/79 KB 372/894 KB 378/587 KB 36/1822 KB 372/894 KB 382/587 KB 40/1822 KB 372/894 KB 386/587 KB 40/1822 KB Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 372/894 KB 390/587 KB 40/1822 KB 372/894 KB 390/587 KB 44/1822 KB 372/894 KB 390/587 KB 48/1822 KB 376/894 KB 394/587 KB 48/1822 KB 380/894 KB 394/587 KB 48/1822 KB 384/894 KB 394/587 KB 48/1822 KB 388/894 KB 394/587 KB 52/1822 KB 392/894 KB 394/587 KB 52/1822 KB 396/894 KB 394/587 KB 52/1822 KB 400/894 KB 394/587 KB 52/1822 KB 372/894 KB 394/587 KB 48/1822 KB 4/115 KB 400/894 KB 394/587 KB 52/1822 KB 384/894 KB 394/587 KB 52/1822 KB 4/115 KB 400/894 KB 398/587 KB 52/1822 KB 4/115 KB 400/894 KB 402/587 KB 52/1822 KB 4/115 KB 400/894 KB 406/587 KB 52/1822 KB 4/115 KB 400/894 KB 406/587 KB 56/1822 KB 8/115 KB 400/894 KB 406/587 KB 60/1822 KB 8/115 KB 400/894 KB 406/587 KB 64/1822 KB 8/115 KB 400/894 KB 406/587 KB 68/1822 KB 8/115 KB 400/894 KB 410/587 KB 72/1822 KB 8/115 KB 400/894 KB 410/587 KB 76/1822 KB 8/115 KB 400/894 KB 410/587 KB 80/1822 KB 8/115 KB 400/894 KB 410/587 KB 84/1822 KB 8/115 KB 400/894 KB 406/587 KB 56/1822 KB 12/115 KB 404/894 KB 410/587 KB 84/1822 KB 16/115 KB 404/894 KB 410/587 KB 84/1822 KB 20/115 KB 404/894 KB 410/587 KB 84/1822 KB 24/115 KB 4/206 KB 404/894 KB 410/587 KB 84/1822 KB 28/115 KB 4/206 KB 404/894 KB 410/587 KB 84/1822 KB 32/115 KB 4/206 KB 404/894 KB 410/587 KB 84/1822 KB 8/115 KB 404/894 KB 410/587 KB 84/1822 KB 32/115 KB 4/206 KB 408/894 KB 410/587 KB 84/1822 KB 32/115 KB 4/206 KB 412/894 KB 410/587 KB 84/1822 KB 36/115 KB 4/206 KB 416/894 KB 410/587 KB 84/1822 KB 8/115 KB 400/894 KB 410/587 KB 68/1822 KB 36/115 KB 4/206 KB 416/894 KB 414/587 KB 84/1822 KB 36/115 KB 4/206 KB 416/894 KB 418/587 KB 84/1822 KB 36/115 KB 4/206 KB 416/894 KB 422/587 KB 84/1822 KB 36/115 KB 4/206 KB 416/894 KB 426/587 KB 84/1822 KB 36/115 KB 4/206 KB 420/894 KB 430/587 KB 84/1822 KB 36/115 KB 4/206 KB 412/894 KB 410/587 KB 84/1822 KB 40/115 KB 4/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 4/206 KB 420/894 KB 430/587 KB 88/1822 KB 20/115 KB 4/206 KB 404/894 KB 410/587 KB 84/1822 KB 44/115 KB 8/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 12/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 16/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 20/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 24/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 28/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 32/206 KB 420/894 KB 430/587 KB 88/1822 KB 44/115 KB 36/206 KB 420/894 KB 430/587 KB 88/1822 KB 36/115 KB 4/206 KB 420/894 KB 430/587 KB 88/1822 KB 48/115 KB 36/206 KB 420/894 KB 430/587 KB 92/1822 KB 48/115 KB 36/206 KB 420/894 KB 430/587 KB 96/1822 KB 48/115 KB 36/206 KB 420/894 KB 430/587 KB 100/1822 KB 36/115 KB 4/206 KB 416/894 KB 430/587 KB 84/1822 KB 48/115 KB 40/206 KB 424/894 KB 434/587 KB 100/1822 KB 48/115 KB 40/206 KB 424/894 KB 438/587 KB 100/1822 KB 48/115 KB 40/206 KB 424/894 KB 442/587 KB 100/1822 KB 48/115 KB 40/206 KB 424/894 KB 446/587 KB 100/1822 KB 48/115 KB 40/206 KB 424/894 KB 450/587 KB 100/1822 KB 48/115 KB 40/206 KB 424/894 KB 454/587 KB 100/1822 KB 48/115 KB 40/206 KB 424/894 KB 458/587 KB 104/1822 KB 48/115 KB 40/206 KB 424/894 KB 462/587 KB 104/1822 KB 48/115 KB 40/206 KB 424/894 KB 466/587 KB 104/1822 KB 48/115 KB 40/206 KB 424/894 KB 470/587 KB 104/1822 KB 48/115 KB 40/206 KB 424/894 KB 430/587 KB 100/1822 KB 48/115 KB 44/206 KB 424/894 KB 470/587 KB 104/1822 KB 48/115 KB 48/206 KB 424/894 KB 470/587 KB 104/1822 KB 48/115 KB 36/206 KB 424/894 KB 430/587 KB 100/1822 KB 48/115 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 48/206 KB 428/894 KB 470/587 KB 104/1822 KB 48/115 KB 48/206 KB 432/894 KB 470/587 KB 104/1822 KB 48/115 KB 36/206 KB 420/894 KB 430/587 KB 88/1822 KB 52/115 KB 48/206 KB 432/894 KB 470/587 KB 104/1822 KB 56/115 KB 52/206 KB 436/894 KB 470/587 KB 104/1822 KB 60/115 KB 52/206 KB 436/894 KB 470/587 KB 104/1822 KB 64/115 KB 52/206 KB 436/894 KB 470/587 KB 104/1822 KB 48/115 KB 40/206 KB 424/894 KB 454/587 KB 104/1822 KB 64/115 KB 52/206 KB 436/894 KB 470/587 KB 108/1822 KB 64/115 KB 52/206 KB 436/894 KB 470/587 KB 112/1822 KB 64/115 KB 52/206 KB 436/894 KB 470/587 KB 116/1822 KB 68/115 KB 52/206 KB 436/894 KB 470/587 KB 120/1822 KB 68/115 KB 52/206 KB 436/894 KB 470/587 KB 124/1822 KB 68/115 KB 52/206 KB 436/894 KB 470/587 KB 128/1822 KB 68/115 KB 52/206 KB 436/894 KB 470/587 KB 132/1822 KB 68/115 KB 52/206 KB 436/894 KB 474/587 KB 136/1822 KB 52/115 KB 52/206 KB 436/894 KB 470/587 KB 104/1822 KB 68/115 KB 56/206 KB 436/894 KB 474/587 KB 136/1822 KB 68/115 KB 60/206 KB 436/894 KB 474/587 KB 136/1822 KB 68/115 KB 64/206 KB 436/894 KB 474/587 KB 136/1822 KB 68/115 KB 68/206 KB 436/894 KB 474/587 KB 136/1822 KB 68/115 KB 72/206 KB 436/894 KB 474/587 KB 136/1822 KB 68/115 KB 76/206 KB 436/894 KB 474/587 KB 136/1822 KB 68/115 KB 80/206 KB 436/894 KB 474/587 KB 136/1822 KB 52/115 KB 48/206 KB 436/894 KB 470/587 KB 104/1822 KB 68/115 KB 80/206 KB 440/894 KB 474/587 KB 136/1822 KB 68/115 KB 80/206 KB 444/894 KB 474/587 KB 136/1822 KB 68/115 KB 80/206 KB 448/894 KB 474/587 KB 136/1822 KB 68/115 KB 80/206 KB 452/894 KB 474/587 KB 136/1822 KB 68/115 KB 80/206 KB 456/894 KB 474/587 KB 136/1822 KB 68/115 KB 80/206 KB 460/894 KB 474/587 KB 136/1822 KB 68/115 KB 52/206 KB 436/894 KB 474/587 KB 132/1822 KB 68/115 KB 80/206 KB 460/894 KB 478/587 KB 136/1822 KB 68/115 KB 80/206 KB 464/894 KB 482/587 KB 136/1822 KB 68/115 KB 80/206 KB 464/894 KB 486/587 KB 136/1822 KB 68/115 KB 80/206 KB 464/894 KB 490/587 KB 136/1822 KB 68/115 KB 84/206 KB 464/894 KB 494/587 KB 140/1822 KB 68/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 68/115 KB 52/206 KB 436/894 KB 470/587 KB 116/1822 KB 72/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 76/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 80/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 84/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 88/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 92/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 96/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 100/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 104/115 KB 84/206 KB 464/894 KB 498/587 KB 140/1822 KB 108/115 KB 84/206 KB 464/894 KB 502/587 KB 140/1822 KB 112/115 KB 84/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 84/206 KB 464/894 KB 502/587 KB 140/1822 KB 68/115 KB 84/206 KB 464/894 KB 490/587 KB 140/1822 KB 115/115 KB 88/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 92/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 96/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 100/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 104/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 108/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 112/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 116/206 KB 464/894 KB 502/587 KB 140/1822 KB 68/115 KB 80/206 KB 464/894 KB 490/587 KB 140/1822 KB 115/115 KB 116/206 KB 464/894 KB 502/587 KB 144/1822 KB 68/115 KB 80/206 KB 464/894 KB 478/587 KB 136/182 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 2 KB 104/115 KB 84/206 KB 464/894 KB 502/587 KB 140/1822 KB 115/115 KB 120/206 KB 464/894 KB 502/587 KB 148/1822 KB 115/115 KB 120/206 KB 464/894 KB 502/587 KB 152/1822 KB 115/115 KB 120/206 KB 464/894 KB 506/587 KB 156/1822 KB 115/115 KB 120/206 KB 464/894 KB 506/587 KB 160/1822 KB 115/115 KB 120/206 KB 464/894 KB 506/587 KB 164/1822 KB 115/115 KB 120/206 KB 464/894 KB 506/587 KB 168/1822 KB 115/115 KB 120/206 KB 464/894 KB 506/587 KB 172/1822 KB 115/115 KB 120/206 KB 464/894 KB 506/587 KB 176/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 148.3 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 115/115 KB 120/206 KB 464/894 KB 502/587 KB 144/1822 KB 124/206 KB 464/894 KB 506/587 KB 180/1822 KB 128/206 KB 464/894 KB 506/587 KB 180/1822 KB 132/206 KB 464/894 KB 506/587 KB 180/1822 KB 120/206 KB 464/894 KB 506/587 KB 180/1822 KB 132/206 KB 464/894 KB 506/587 KB 184/1822 KB 132/206 KB 464/894 KB 506/587 KB 188/1822 KB 132/206 KB 464/894 KB 506/587 KB 192/1822 KB 132/206 KB 464/894 KB 506/587 KB 196/1822 KB 115/115 KB 120/206 KB 464/894 KB 506/587 KB 152/1822 KB 136/206 KB 464/894 KB 510/587 KB 196/1822 KB 136/206 KB 464/894 KB 514/587 KB 196/1822 KB 136/206 KB 464/894 KB 518/587 KB 196/1822 KB 136/206 KB 464/894 KB 522/587 KB 196/1822 KB 136/206 KB 464/894 KB 526/587 KB 196/1822 KB 136/206 KB 464/894 KB 530/587 KB 196/1822 KB 136/206 KB 464/894 KB 534/587 KB 196/1822 KB 136/206 KB 464/894 KB 538/587 KB 196/1822 KB 136/206 KB 464/894 KB 542/587 KB 196/1822 KB 136/206 KB 464/894 KB 546/587 KB 196/1822 KB 136/206 KB 464/894 KB 550/587 KB 196/1822 KB 136/206 KB 464/894 KB 554/587 KB 196/1822 KB 136/206 KB 464/894 KB 506/587 KB 196/1822 KB 140/206 KB 464/894 KB 554/587 KB 200/1822 KB 144/206 KB 464/894 KB 554/587 KB 200/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 148/206 KB 464/894 KB 554/587 KB 200/1822 KB 136/206 KB 464/894 KB 554/587 KB 200/1822 KB 148/206 KB 464/894 KB 558/587 KB 204/1822 KB 148/206 KB 464/894 KB 558/587 KB 208/1822 KB 148/206 KB 464/894 KB 558/587 KB 212/1822 KB 152/206 KB 468/894 KB 558/587 KB 216/1822 KB 152/206 KB 468/894 KB 558/587 KB 220/1822 KB 152/206 KB 468/894 KB 558/587 KB 224/1822 KB 148/206 KB 464/894 KB 558/587 KB 200/1822 KB 152/206 KB 468/894 KB 558/587 KB 212/1822 KB 152/206 KB 472/894 KB 558/587 KB 224/1822 KB 152/206 KB 476/894 KB 558/587 KB 224/1822 KB 152/206 KB 480/894 KB 558/587 KB 224/1822 KB 152/206 KB 484/894 KB 558/587 KB 224/1822 KB 152/206 KB 488/894 KB 558/587 KB 224/1822 KB 152/206 KB 492/894 KB 558/587 KB 224/1822 KB 152/206 KB 496/894 KB 558/587 KB 224/1822 KB 152/206 KB 500/894 KB 558/587 KB 224/1822 KB 152/206 KB 504/894 KB 558/587 KB 224/1822 KB 152/206 KB 508/894 KB 558/587 KB 224/1822 KB 152/206 KB 512/894 KB 558/587 KB 224/1822 KB 152/206 KB 516/894 KB 558/587 KB 224/1822 KB 152/206 KB 520/894 KB 558/587 KB 224/1822 KB 152/206 KB 524/894 KB 558/587 KB 224/1822 KB 152/206 KB 528/894 KB 558/587 KB 224/1822 KB 152/206 KB 532/894 KB 558/587 KB 224/1822 KB 152/206 KB 536/894 KB 558/587 KB 224/1822 KB 152/206 KB 540/894 KB 558/587 KB 224/1822 KB 152/206 KB 544/894 KB 558/587 KB 224/1822 KB 152/206 KB 548/894 KB 562/587 KB 224/1822 KB 152/206 KB 552/894 KB 562/587 KB 224/1822 KB 152/206 KB 556/894 KB 562/587 KB 224/1822 KB 152/206 KB 560/894 KB 562/587 KB 224/1822 KB 152/206 KB 464/894 KB 558/587 KB 212/1822 KB 156/206 KB 560/894 KB 562/587 KB 224/1822 KB 160/206 KB 560/894 KB 562/587 KB 224/1822 KB 164/206 KB 560/894 KB 562/587 KB 224/1822 KB 168/206 KB 560/894 KB 562/587 KB 224/1822 KB 172/206 KB 560/894 KB 562/587 KB 228/1822 KB 152/206 KB 544/894 KB 562/587 KB 224/1822 KB 172/206 KB 560/894 KB 566/587 KB 228/1822 KB 172/206 KB 560/894 KB 570/587 KB 228/1822 KB 176/206 KB 564/894 KB 574/587 KB 228/1822 KB 4/314 KB 168/206 KB 560/894 KB 562/587 KB 228/1822 KB 176/206 KB 564/894 KB 574/587 KB 232/1822 KB 4/314 KB 176/206 KB 564/894 KB 578/587 KB 236/1822 KB 4/314 KB 176/206 KB 564/894 KB 578/587 KB 240/1822 KB 4/314 KB 176/206 KB 564/894 KB 578/587 KB 244/1822 KB 4/314 KB 176/206 KB 564/894 KB 578/587 KB 248/1822 KB 4/314 KB 176/206 KB 564/894 KB 578/587 KB 252/1822 KB 4/314 KB 176/206 KB 564/894 KB 578/587 KB 256/1822 KB 4/314 KB 176/206 KB 564/894 KB 570/587 KB 228/1822 KB 4/314 KB 180/206 KB 564/894 KB 578/587 KB 256/1822 KB 4/314 KB 184/206 KB 564/894 KB 578/587 KB 256/1822 KB 4/314 KB 188/206 KB 564/894 KB 578/587 KB 256/1822 KB 4/314 KB 192/206 KB 564/894 KB 578/587 KB 256/1822 KB 4/314 KB 196/206 KB 564/894 KB 578/587 KB 256/1822 KB 4/314 KB 200/206 KB 564/894 KB 578/587 KB 260/1822 KB 4/314 KB 204/206 KB 564/894 KB 578/587 KB 260/1822 KB 4/314 KB 206/206 KB 564/894 KB 578/587 KB 260/1822 KB 4/314 KB 172/206 KB 564/894 KB 570/587 KB 228/1822 KB 4/314 KB 172/206 KB 560/894 KB 570/587 KB 228/1822 KB 4/314 KB 206/206 KB 564/894 KB 578/587 KB 260/1822 KB 8/314 KB 206/206 KB 564/894 KB 578/587 KB 260/1822 KB 12/314 KB 206/206 KB 564/894 KB 578/587 KB 260/1822 KB 16/314 KB 206/206 KB 564/894 KB 578/587 KB 260/1822 KB 20/314 KB 206/206 KB 564/894 KB 578/587 KB 260/1822 KB 24/314 KB 206/206 KB 564/894 KB 578/587 KB 260/1822 KB 28/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 32/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 36/314 KB 206/206 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 568/894 KB 578/587 KB 260/1822 KB 40/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 44/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 48/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 52/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 56/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 60/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 64/314 KB 196/206 KB 564/894 KB 578/587 KB 260/1822 KB 4/314 KB 176/206 KB 564/894 KB 578/587 KB 232/1822 KB 4/314 KB 206/206 KB 568/894 KB 582/587 KB 260/1822 KB 64/314 KB 206/206 KB 568/894 KB 586/587 KB 260/1822 KB 64/314 KB 206/206 KB 568/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 568/894 KB 578/587 KB 260/1822 KB 28/314 KB 206/206 KB 572/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 576/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 580/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 584/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 588/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 592/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 596/894 KB 587/587 KB 260/1822 KB 64/314 KB 206/206 KB 596/894 KB 587/587 KB 264/1822 KB 64/314 KB 206/206 KB 596/894 KB 587/587 KB 268/1822 KB 64/314 KB 206/206 KB 596/894 KB 587/587 KB 271/1822 KB 64/314 KB 206/206 KB 596/894 KB 587/587 KB 275/1822 KB 64/314 KB 206/206 KB 600/894 KB 587/587 KB 279/1822 KB 64/314 KB 206/206 KB 600/894 KB 587/587 KB 283/1822 KB 64/314 KB 206/206 KB 600/894 KB 587/587 KB 287/1822 KB 64/314 KB 206/206 KB 600/894 KB 587/587 KB 275/1822 KB 64/314 KB 206/206 KB 604/894 KB 587/587 KB 287/1822 KB 64/314 KB 206/206 KB 608/894 KB 587/587 KB 287/1822 KB 64/314 KB 206/206 KB 612/894 KB 587/587 KB 287/1822 KB 64/314 KB 206/206 KB 616/894 KB 587/587 KB 291/1822 KB 68/314 KB 206/206 KB 620/894 KB 587/587 KB 291/1822 KB 68/314 KB 206/206 KB 624/894 KB 587/587 KB 291/1822 KB 68/314 KB 206/206 KB 612/894 KB 587/587 KB 291/1822 KB 68/314 KB 206/206 KB 624/894 KB 587/587 KB 291/1822 KB 72/314 KB 206/206 KB 624/894 KB 587/587 KB 291/1822 KB 76/314 KB 206/206 KB 624/894 KB 587/587 KB 291/1822 KB 80/314 KB 206/206 KB 624/894 KB 587/587 KB 291/1822 KB 84/314 KB 628/894 KB 291/1822 KB 88/314 KB 206/206 KB 612/894 KB 587/587 KB 291/1822 KB 64/314 KB 628/894 KB 295/1822 KB 88/314 KB 628/894 KB 299/1822 KB 88/314 KB 628/894 KB 303/1822 KB 88/314 KB 628/894 KB 307/1822 KB 88/314 KB 628/894 KB 291/1822 KB 84/314 KB 632/894 KB 307/1822 KB 92/314 KB 636/894 KB 307/1822 KB 92/314 KB 640/894 KB 307/1822 KB 92/314 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 732.4 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 257.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 628/894 KB 307/1822 KB 92/314 KB 640/894 KB 307/1822 KB 96/314 KB 640/894 KB 311/1822 KB 96/314 KB 644/894 KB 315/1822 KB 96/314 KB 644/894 KB 319/1822 KB 96/314 KB 644/894 KB 319/1822 KB 100/314 KB 644/894 KB 319/1822 KB 104/314 KB 644/894 KB 319/1822 KB 108/314 KB 644/894 KB 319/1822 KB 112/314 KB 644/894 KB 323/1822 KB 116/314 KB 644/894 KB 323/1822 KB 120/314 KB 644/894 KB 323/1822 KB 124/314 KB 644/894 KB 323/1822 KB 128/314 KB 644/894 KB 311/1822 KB 96/314 KB 644/894 KB 323/1822 KB 128/314 KB 4/57 KB 644/894 KB 323/1822 KB 128/314 KB 8/57 KB 644/894 KB 323/1822 KB 128/314 KB 12/57 KB 644/894 KB 323/1822 KB 128/314 KB 16/57 KB 648/894 KB 323/1822 KB 128/314 KB 16/57 KB 652/894 KB 323/1822 KB 128/314 KB 16/57 KB 656/894 KB 323/1822 KB 128/314 KB 16/57 KB 644/894 KB 323/1822 KB 112/314 KB 4/263 KB 656/894 KB 323/1822 KB 128/314 KB 16/57 KB 8/263 KB 656/894 KB 323/1822 KB 128/314 KB 20/57 KB 12/263 KB 656/894 KB 323/1822 KB 128/314 KB 20/57 KB 16/263 KB 656/894 KB 323/1822 KB 128/314 KB 20/57 KB 4/263 KB 656/894 KB 323/1822 KB 128/314 KB 20/57 KB 16/263 KB 656/894 KB 323/1822 KB 128/314 KB 24/57 KB 16/263 KB 656/894 KB 323/1822 KB 128/314 KB 28/57 KB 16/263 KB 656/894 KB 323/1822 KB 128/314 KB 32/57 KB 20/263 KB 656/894 KB 323/1822 KB 128/314 KB 32/57 KB 24/263 KB 660/894 KB 327/1822 KB 128/314 KB 36/57 KB 28/263 KB 660/894 KB 327/1822 KB 128/314 KB 36/57 KB 32/263 KB 660/894 KB 327/1822 KB 128/314 KB 36/57 KB 36/263 KB 660/894 KB 327/1822 KB 128/314 KB 36/57 KB 40/263 KB 660/894 KB 327/1822 KB 132/314 KB 36/57 KB 44/263 KB 660/894 KB 327/1822 KB 132/314 KB 36/57 KB 48/263 KB 660/894 KB 327/1822 KB 132/314 KB 36/57 KB 20/263 KB 660/894 KB 327/1822 KB 128/314 KB 36/57 KB 48/263 KB 660/894 KB 327/1822 KB 132/314 KB 40/57 KB 48/263 KB 660/894 KB 327/1822 KB 132/314 KB 44/57 KB 48/263 KB 660/894 KB 327/1822 KB 132/314 KB 48/57 KB 48/263 KB 660/894 KB 327/1822 KB 132/314 KB 52/57 KB 48/263 KB 660/894 KB 327/1822 KB 132/314 KB 56/57 KB 48/263 KB 660/894 KB 327/1822 KB 132/314 KB 57/57 KB 20/263 KB 660/894 KB 327/1822 KB 128/314 KB 32/57 KB 48/263 KB 664/894 KB 327/1822 KB 132/314 KB 57/57 KB 48/263 KB 668/894 KB 327/1822 KB 132/314 KB 57/57 KB 48/263 KB 672/894 KB 327/1822 KB 132/314 KB 57/57 KB 20/263 KB 656/894 KB 327/1822 KB 128/314 KB 32/57 KB 48/263 KB 672/894 KB 331/1822 KB 132/314 KB 57/57 KB 48/263 KB 672/894 KB 335/1822 KB 132/314 KB 57/57 KB 48/263 KB 672/894 KB 339/1822 KB 132/314 KB 57/57 KB 48/263 KB 672/894 KB 343/1822 KB 132/314 KB 57/57 KB 48/263 KB 672/894 KB 347/1822 KB 132/314 KB 57/57 KB 48/263 KB 672/894 KB 351/1822 KB 132/314 KB 57/57 KB 48/263 KB 672/894 KB 355/1822 KB 132/314 KB 57/57 KB 52/263 KB 676/894 KB 359/1822 KB 132/314 KB 57/57 KB 52/263 KB 676/894 KB 363/1822 KB 132/314 KB 57/57 KB 52/263 KB 676/894 KB 367/1822 KB 132/314 KB 57/57 KB 36/263 KB 660/894 KB 327/1822 KB 132/314 KB 36/57 KB 52/263 KB 676/894 KB 367/1822 KB 136/314 KB 57/57 KB 52/263 KB 676/894 KB 367/1822 KB 140/314 KB 57/57 KB 52/263 KB 676/894 KB 367/1822 KB 144/314 KB 57/57 KB 52/263 KB 676/894 KB 367/1822 KB 148/314 KB 57/57 KB 52/263 KB 676/894 KB 367/1822 KB 152/314 KB 57/57 KB 52/263 KB 676/894 KB 371/1822 KB 156/314 KB 57/57 KB 52/263 KB 676/894 KB 371/1822 KB 160/314 KB 57/57 KB 52/263 KB 676/894 KB 371/1822 KB 164/314 KB 57/57 KB 52/263 KB 676/894 KB 371/1822 KB 168/314 KB 57/57 KB 52/263 KB 676/894 KB 371/1822 KB 172/314 KB 57/5 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 7 KB 52/263 KB 676/894 KB 371/1822 KB 176/314 KB 57/57 KB 52/263 KB 676/894 KB 355/1822 KB 132/314 KB 57/57 KB 56/263 KB 676/894 KB 371/1822 KB 176/314 KB 57/57 KB 60/263 KB 676/894 KB 371/1822 KB 176/314 KB 57/57 KB 64/263 KB 676/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 676/894 KB 371/1822 KB 176/314 KB 57/57 KB 48/263 KB 676/894 KB 355/1822 KB 132/314 KB 57/57 KB 68/263 KB 680/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 684/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 688/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 692/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 696/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 700/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 704/894 KB 371/1822 KB 176/314 KB 57/57 KB 68/263 KB 708/894 KB 371/1822 KB 176/314 KB 57/57 KB 52/263 KB 676/894 KB 371/1822 KB 152/314 KB 57/57 KB 72/263 KB 708/894 KB 375/1822 KB 176/314 KB 57/57 KB 72/263 KB 708/894 KB 379/1822 KB 176/314 KB 72/263 KB 708/894 KB 383/1822 KB 176/314 KB 72/263 KB 708/894 KB 371/1822 KB 176/314 KB 57/57 KB 76/263 KB 708/894 KB 383/1822 KB 176/314 KB 80/263 KB 708/894 KB 383/1822 KB 176/314 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 69.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 80/263 KB 708/894 KB 387/1822 KB 176/314 KB 84/263 KB 712/894 KB 391/1822 KB 176/314 KB 84/263 KB 712/894 KB 387/1822 KB 176/314 KB 88/263 KB 712/894 KB 391/1822 KB 180/314 KB 92/263 KB 712/894 KB 391/1822 KB 180/314 KB 80/263 KB 712/894 KB 387/1822 KB 176/314 KB 92/263 KB 716/894 KB 395/1822 KB 180/314 KB 92/263 KB 720/894 KB 395/1822 KB 180/314 KB 92/263 KB 724/894 KB 395/1822 KB 180/314 KB 96/263 KB 728/894 KB 395/1822 KB 180/314 KB 96/263 KB 732/894 KB 395/1822 KB 180/314 KB 96/263 KB 736/894 KB 395/1822 KB 180/314 KB 92/263 KB 712/894 KB 395/1822 KB 180/314 KB 96/263 KB 736/894 KB 399/1822 KB 180/314 KB 84/263 KB 712/894 KB 391/1822 KB 180/314 KB 96/263 KB 736/894 KB 399/1822 KB 184/314 KB 96/263 KB 736/894 KB 399/1822 KB 188/314 KB 96/263 KB 736/894 KB 399/1822 KB 192/314 KB 96/263 KB 736/894 KB 399/1822 KB 196/314 KB 96/263 KB 740/894 KB 403/1822 KB 200/314 KB 96/263 KB 4/99 KB 740/894 KB 403/1822 KB 204/314 KB 96/263 KB 4/99 KB 740/894 KB 403/1822 KB 208/314 KB 96/263 KB 4/99 KB 740/894 KB 403/1822 KB 212/314 KB 96/263 KB 4/99 KB 740/894 KB 403/1822 KB 216/314 KB 96/263 KB 4/99 KB 740/894 KB 403/1822 KB 220/314 KB 96/263 KB 724/894 KB 395/1822 KB 180/314 KB 96/263 KB 4/99 KB 740/894 KB 403/1822 KB 200/314 KB 96/263 KB 8/99 KB 740/894 KB 403/1822 KB 220/314 KB 96/263 KB 12/99 KB 740/894 KB 403/1822 KB 220/314 KB 96/263 KB 16/99 KB 740/894 KB 403/1822 KB 220/314 KB 96/263 KB 20/99 KB 740/894 KB 403/1822 KB 220/314 KB 100/263 KB 24/99 KB 740/894 KB 403/1822 KB 220/314 KB 100/263 KB 28/99 KB 740/894 KB 403/1822 KB 220/314 KB 100/263 KB 32/99 KB 740/894 KB 403/1822 KB 220/314 KB 100/263 KB 36/99 KB 740/894 KB 403/1822 KB 220/314 KB 100/263 KB 40/99 KB 740/894 KB 403/1822 KB 220/314 KB 100/263 KB 44/99 KB 740/894 KB 403/1822 KB 220/314 KB 100/263 KB 48/99 KB 740/894 KB 403/1822 KB 220/314 KB 96/263 KB 740/894 KB 403/1822 KB 196/314 KB 100/263 KB 48/99 KB 744/894 KB 403/1822 KB 220/314 KB 100/263 KB 48/99 KB 748/894 KB 403/1822 KB 220/314 KB 100/263 KB 48/99 KB 752/894 KB 403/1822 KB 220/314 KB 96/263 KB 736/894 KB 403/1822 KB 196/314 KB 100/263 KB 48/99 KB 752/894 KB 407/1822 KB 220/314 KB 100/263 KB 48/99 KB 752/894 KB 411/1822 KB 220/314 KB 100/263 KB 48/99 KB 752/894 KB 415/1822 KB 220/314 KB 100/263 KB 20/99 KB 740/894 KB 403/1822 KB 220/314 KB 104/263 KB 48/99 KB 752/894 KB 415/1822 KB 220/314 KB 108/263 KB 48/99 KB 752/894 KB 415/1822 KB 220/314 KB 112/263 KB 48/99 KB 752/894 KB 415/1822 KB 220/314 KB 112/263 KB 48/99 KB 752/894 KB 419/1822 KB 220/314 KB 116/263 KB 48/99 KB 756/894 KB 423/1822 KB 220/314 KB 116/263 KB 48/99 KB 756/894 KB 427/1822 KB 220/314 KB 116/263 KB 52/99 KB 756/894 KB 431/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 435/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 439/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 443/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 447/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 451/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 455/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 459/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 463/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 467/1822 KB 224/314 KB 116/263 KB 48/99 KB 756/894 KB 419/1822 KB 220/314 KB 116/263 KB 48/99 KB 752/894 KB 419/1822 KB 220/314 KB 120/263 KB 52/99 KB 756/894 KB 467/1822 KB 224/314 KB 124/263 KB 52/99 KB 756/894 KB 467/1822 KB 224/314 KB 128/263 KB 52/99 KB 756/894 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 467/1822 KB 224/314 KB 132/263 KB 52/99 KB 756/894 KB 467/1822 KB 224/314 KB 116/263 KB 52/99 KB 756/894 KB 427/1822 KB 224/314 KB 132/263 KB 56/99 KB 760/894 KB 467/1822 KB 224/314 KB 132/263 KB 60/99 KB 760/894 KB 467/1822 KB 224/314 KB 132/263 KB 64/99 KB 760/894 KB 467/1822 KB 224/314 KB 116/263 KB 48/99 KB 756/894 KB 427/1822 KB 224/314 KB 132/263 KB 64/99 KB 760/894 KB 467/1822 KB 228/314 KB 132/263 KB 64/99 KB 760/894 KB 467/1822 KB 232/314 KB 132/263 KB 64/99 KB 760/894 KB 467/1822 KB 236/314 KB 132/263 KB 64/99 KB 760/894 KB 467/1822 KB 240/314 KB 136/263 KB 64/99 KB 760/894 KB 467/1822 KB 244/314 KB 136/263 KB 68/99 KB 760/894 KB 467/1822 KB 248/314 KB 136/263 KB 68/99 KB 760/894 KB 467/1822 KB 252/314 KB 136/263 KB 68/99 KB 760/894 KB 467/1822 KB 256/314 KB 136/263 KB 68/99 KB 760/894 KB 467/1822 KB 260/314 KB 132/263 KB 52/99 KB 760/894 KB 467/1822 KB 224/314 KB 136/263 KB 68/99 KB 764/894 KB 467/1822 KB 260/314 KB 136/263 KB 68/99 KB 768/894 KB 467/1822 KB 260/314 KB 136/263 KB 68/99 KB 772/894 KB 467/1822 KB 260/314 KB 136/263 KB 68/99 KB 776/894 KB 467/1822 KB 260/314 KB 136/263 KB 68/99 KB 780/894 KB 467/1822 KB 260/314 KB 136/263 KB 68/99 KB 784/894 KB 467/1822 KB 260/314 KB 136/263 KB 68/99 KB 760/894 KB 467/1822 KB 244/314 KB 136/263 KB 72/99 KB 784/894 KB 467/1822 KB 260/314 KB 136/263 KB 76/99 KB 784/894 KB 467/1822 KB 260/314 KB 136/263 KB 80/99 KB 784/894 KB 467/1822 KB 260/314 KB 136/263 KB 84/99 KB 788/894 KB 467/1822 KB 260/314 KB 136/263 KB 88/99 KB 788/894 KB 467/1822 KB 260/314 KB 136/263 KB 64/99 KB 760/894 KB 467/1822 KB 240/314 KB 140/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 144/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 148/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 152/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 156/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 160/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 164/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 168/263 KB 92/99 KB 788/894 KB 467/1822 KB 264/314 KB 172/263 KB 92/99 KB 788/894 KB 471/1822 KB 264/314 KB 176/263 KB 92/99 KB 788/894 KB 471/1822 KB 264/314 KB 136/263 KB 88/99 KB 788/894 KB 467/1822 KB 264/314 KB 176/263 KB 92/99 KB 788/894 KB 471/1822 KB 268/314 KB 176/263 KB 92/99 KB 788/894 KB 471/1822 KB 272/314 KB 136/263 KB 80/99 KB 788/894 KB 467/1822 KB 260/314 KB 176/263 KB 92/99 KB 792/894 KB 471/1822 KB 272/314 KB 176/263 KB 92/99 KB 796/894 KB 471/1822 KB 272/314 KB 176/263 KB 92/99 KB 800/894 KB 471/1822 KB 272/314 KB 176/263 KB 92/99 KB 804/894 KB 471/1822 KB 272/314 KB 180/263 KB 92/99 KB 808/894 KB 471/1822 KB 276/314 KB 180/263 KB 92/99 KB 812/894 KB 471/1822 KB 276/314 KB 180/263 KB 92/99 KB 816/894 KB 471/1822 KB 276/314 KB 168/263 KB 92/99 KB 788/894 KB 471/1822 KB 264/314 KB 180/263 KB 92/99 KB 816/894 KB 475/1822 KB 276/314 KB 180/263 KB 92/99 KB 816/894 KB 479/1822 KB 276/314 KB 164/263 KB 92/99 KB 788/894 KB 467/1822 KB 264/314 KB 180/263 KB 96/99 KB 816/894 KB 479/1822 KB 276/314 KB 180/263 KB 99/99 KB 816/894 KB 479/1822 KB 276/314 KB 180/263 KB 99/99 KB 816/894 KB 483/1822 KB 276/314 KB 180/263 KB 99/99 KB 820/894 KB 487/1822 KB 276/314 KB 180/263 KB 99/99 KB 820/894 KB 491/1822 KB 276/314 KB 180/263 KB 99/99 KB 820/894 KB 495/1822 KB 276/314 KB 180/263 KB 92/99 KB 804/894 KB 471/1822 KB 276/314 KB 184/263 KB 99/99 KB 820/894 KB 495/1822 KB 276/314 KB 188/263 KB 99/99 KB 820/894 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 495/1822 KB 276/314 KB 192/263 KB 99/99 KB 820/894 KB 495/1822 KB 276/314 KB 176/263 KB 92/99 KB 804/894 KB 471/1822 KB 276/314 KB 192/263 KB 99/99 KB 820/894 KB 495/1822 KB 280/314 KB 192/263 KB 99/99 KB 820/894 KB 495/1822 KB 284/314 KB 192/263 KB 99/99 KB 820/894 KB 495/1822 KB 288/314 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 115.6 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 180/263 KB 99/99 KB 820/894 KB 483/1822 KB 276/314 KB 196/263 KB 824/894 KB 499/1822 KB 292/314 KB 196/263 KB 828/894 KB 499/1822 KB 292/314 KB 196/263 KB 832/894 KB 499/1822 KB 292/314 KB 196/263 KB 836/894 KB 499/1822 KB 292/314 KB 196/263 KB 820/894 KB 499/1822 KB 292/314 KB 196/263 KB 836/894 KB 503/1822 KB 292/314 KB 196/263 KB 836/894 KB 507/1822 KB 292/314 KB 196/263 KB 836/894 KB 511/1822 KB 292/314 KB 196/263 KB 836/894 KB 515/1822 KB 292/314 KB 196/263 KB 820/894 KB 495/1822 KB 292/314 KB 196/263 KB 840/894 KB 515/1822 KB 296/314 KB 196/263 KB 840/894 KB 515/1822 KB 300/314 KB 196/263 KB 840/894 KB 515/1822 KB 304/314 KB 196/263 KB 840/894 KB 515/1822 KB 308/314 KB 196/263 KB 840/894 KB 515/1822 KB 312/314 KB 196/263 KB 840/894 KB 515/1822 KB 314/314 KB 196/263 KB 820/894 KB 495/1822 KB 288/314 KB 200/263 KB 840/894 KB 515/1822 KB 314/314 KB 204/263 KB 840/894 KB 515/1822 KB 314/314 KB 208/263 KB 840/894 KB 515/1822 KB 314/314 KB 212/263 KB 840/894 KB 515/1822 KB 314/314 KB 216/263 KB 840/894 KB 515/1822 KB 314/314 KB 220/263 KB 840/894 KB 519/1822 KB 314/314 KB 224/263 KB 840/894 KB 519/1822 KB 314/314 KB 196/263 KB 840/894 KB 515/1822 KB 292/314 KB 224/263 KB 844/894 KB 519/1822 KB 314/314 KB 224/263 KB 848/894 KB 519/1822 KB 314/314 KB Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 216/263 KB 840/894 KB 519/1822 KB 314/314 KB 228/263 KB 852/894 KB 523/1822 KB 314/314 KB 228/263 KB 852/894 KB 527/1822 KB 314/314 KB 228/263 KB 852/894 KB 531/1822 KB 314/314 KB 228/263 KB 852/894 KB 535/1822 KB 314/314 KB 228/263 KB 852/894 KB 539/1822 KB 314/314 KB 228/263 KB 852/894 KB 543/1822 KB 314/314 KB 228/263 KB 852/894 KB 519/1822 KB 314/314 KB 232/263 KB 852/894 KB 543/1822 KB 314/314 KB 236/263 KB 852/894 KB 543/1822 KB 314/314 KB 240/263 KB 852/894 KB 543/1822 KB 314/314 KB 224/263 KB 852/894 KB 519/1822 KB 314/314 KB 240/263 KB 856/894 KB 543/1822 KB 314/314 KB 240/263 KB 860/894 KB 543/1822 KB 314/314 KB 240/263 KB 864/894 KB 543/1822 KB 314/314 KB 240/263 KB 868/894 KB 543/1822 KB 314/314 KB 244/263 KB 872/894 KB 543/1822 KB 244/263 KB 876/894 KB 543/1822 KB 244/263 KB 880/894 KB 547/1822 KB 244/263 KB 868/894 KB 543/1822 KB 248/263 KB 880/894 KB 547/1822 KB 252/263 KB 884/894 KB 547/1822 KB 256/263 KB 884/894 KB 547/1822 KB 260/263 KB 884/894 KB 547/1822 KB 263/263 KB 884/894 KB 547/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 361.6 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 263/263 KB 3/276 KB 884/894 KB 547/1822 KB 263/263 KB 5/276 KB 884/894 KB 547/1822 KB 263/263 KB 8/276 KB 884/894 KB 547/1822 KB 263/263 KB 11/276 KB 884/894 KB 547/1822 KB 263/263 KB 13/276 KB 884/894 KB 547/1822 KB 263/263 KB 16/276 KB 884/894 KB 547/1822 KB 263/263 KB 19/276 KB 884/894 KB 547/1822 KB 263/263 KB 21/276 KB 884/894 KB 547/1822 KB 263/263 KB 24/276 KB 884/894 KB 547/1822 KB 263/263 KB 27/276 KB 884/894 KB 547/1822 KB 248/263 KB 884/894 KB 547/1822 KB 263/263 KB 27/276 KB 888/894 KB 547/1822 KB 263/263 KB 29/276 KB 892/894 KB 547/1822 KB 263/263 KB 29/276 KB 894/894 KB 547/1822 KB 244/263 KB 876/894 KB 547/1822 KB 263/263 KB 29/276 KB 894/894 KB 551/1822 KB 263/263 KB 29/276 KB 894/894 KB 555/1822 KB 263/263 KB 29/276 KB 894/894 KB 559/1822 KB 263/263 KB 29/276 KB 894/894 KB 563/1822 KB 263/263 KB 29/276 KB 894/894 KB 567/1822 KB 263/263 KB 29/276 KB 894/894 KB 571/1822 KB 263/263 KB 29/276 KB 894/894 KB 575/1822 KB 263/263 KB 29/276 KB 888/894 KB 547/1822 KB 263/263 KB 32/276 KB 894/894 KB 575/1822 KB 263/263 KB 36/276 KB 894/894 KB 575/1822 KB 263/263 KB 40/276 KB 894/894 KB 575/1822 KB 263/263 KB 44/276 KB 894/894 KB 575/1822 KB 48/276 KB 894/894 KB 579/1822 KB 52/276 KB 894/894 KB 579/1822 KB 56/276 KB 894/894 KB 579/1822 KB 60/276 KB 894/894 KB 579/1822 KB 64/276 KB 894/894 KB 579/1822 KB 68/276 KB 894/894 KB 579/1822 KB 4/54 KB 72/276 KB 579/1822 KB 44/276 KB 894/894 KB 579/1822 KB 4/54 KB 72/276 KB 583/1822 KB 4/54 KB 72/276 KB 587/1822 KB 4/54 KB 72/276 KB 591/1822 KB 4/54 KB 72/276 KB 595/1822 KB 4/54 KB 72/276 KB 599/1822 KB 4/54 KB 72/276 KB 603/1822 KB 4/54 KB 72/276 KB 607/1822 KB 4/54 KB 72/276 KB 611/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 299.2 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 4/54 KB 76/276 KB 611/1822 KB 4/54 KB 80/276 KB 615/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 1010.4 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 4/54 KB 68/276 KB 894/894 KB 579/1822 KB 8/54 KB 80/276 KB 615/1822 KB 12/54 KB 80/276 KB 615/1822 KB 16/54 KB 80/276 KB 615/1822 KB 20/54 KB 80/276 KB 615/1822 KB 24/54 KB 80/276 KB 615/1822 KB 28/54 KB 80/276 KB 615/1822 KB 32/54 KB 80/276 KB 615/1822 KB 36/54 KB 80/276 KB 615/1822 KB 40/54 KB 80/276 KB 615/1822 KB 44/54 KB 80/276 KB 615/1822 KB 48/54 KB 80/276 KB 615/1822 KB 52/54 KB 80/276 KB 615/1822 KB 54/54 KB 80/276 KB 615/1822 KB 4/54 KB 76/276 KB 615/1822 KB 54/54 KB 84/276 KB 619/1822 KB 54/54 KB 84/276 KB 623/1822 KB 54/54 KB 84/276 KB 627/1822 KB 54/54 KB 84/276 KB 631/1822 KB 54/54 KB 84/276 KB 635/1822 KB 54/54 KB 84/276 KB 639/1822 KB 54/54 KB 84/276 KB 615/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 54/54 KB 88/276 KB 639/1822 KB 54/54 KB 92/276 KB 639/1822 KB 54/54 KB 96/276 KB 639/1822 KB 54/54 KB 100/276 KB 639/1822 KB 54/54 KB 104/276 KB 639/1822 KB 54/54 KB 108/276 KB 639/1822 KB 54/54 KB 112/276 KB 639/1822 KB 54/54 KB 116/276 KB 643/1822 KB 54/54 KB 120/276 KB 643/1822 KB 54/54 KB 124/276 KB 643/1822 KB 54/54 KB 128/276 KB 643/1822 KB 54/54 KB 132/276 KB 643/1822 KB 54/54 KB 136/276 KB 643/1822 KB 54/54 KB 112/276 KB 643/1822 KB 54/54 KB 136/276 KB 4/748 KB 643/1822 KB 54/54 KB 136/276 KB 8/748 KB 643/1822 KB 54/54 KB 136/276 KB 12/748 KB 643/1822 KB 54/54 KB 136/276 KB 16/748 KB 643/1822 KB 54/54 KB 136/276 KB 20/748 KB 643/1822 KB 54/54 KB 136/276 KB 24/748 KB 643/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 60.2 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 136/276 KB 28/748 KB 643/1822 KB 136/276 KB 28/748 KB 647/1822 KB 136/276 KB 32/748 KB 647/1822 KB 136/276 KB 32/748 KB 651/1822 KB 136/276 KB 32/748 KB 4/223 KB 651/1822 KB 136/276 KB 32/748 KB 8/223 KB 651/1822 KB 136/276 KB 32/748 KB 12/223 KB 651/1822 KB 136/276 KB 32/748 KB 16/223 KB 651/1822 KB 136/276 KB 32/748 KB 16/223 KB 655/1822 KB 136/276 KB 36/748 KB 16/223 KB 655/1822 KB 136/276 KB 40/748 KB 16/223 KB 659/1822 KB 136/276 KB 44/748 KB 16/223 KB 659/1822 KB 136/276 KB 48/748 KB 16/223 KB 659/1822 KB 136/276 KB 48/748 KB 20/223 KB 659/1822 KB 136/276 KB 48/748 KB 24/223 KB 659/1822 KB 136/276 KB 48/748 KB 28/223 KB 659/1822 KB 136/276 KB 48/748 KB 32/223 KB 659/1822 KB 136/276 KB 36/748 KB 16/223 KB 659/1822 KB 136/276 KB 48/748 KB 32/223 KB 663/1822 KB 136/276 KB 48/748 KB 32/223 KB 667/1822 KB 136/276 KB 48/748 KB 32/223 KB 671/1822 KB 140/276 KB 48/748 KB 32/223 KB 675/1822 KB 140/276 KB 48/748 KB 32/223 KB 671/1822 KB 144/276 KB 52/748 KB 36/223 KB 679/1822 KB 140/276 KB 52/748 KB 36/223 KB 679/1822 KB 144/276 KB 52/748 KB 40/223 KB 679/1822 KB 144/276 KB 52/748 KB 44/223 KB 679/1822 KB 144/276 KB 52/748 KB 48/223 KB 679/1822 KB 144/276 KB 3/27 KB 52/748 KB 48/223 KB 679/1822 KB 144/276 KB 6/27 KB 52/748 KB 48/223 KB 679/1822 KB 144/276 KB 7/27 KB 52/748 KB 52/223 KB 679/1822 KB 144/276 KB 10/27 KB 52/748 KB 52/223 KB 679/1822 KB 144/276 KB 11/27 KB 52/748 KB 52/223 KB 679/1822 KB 140/276 KB 52/748 KB 32/223 KB 675/1822 KB 144/276 KB 11/27 KB 56/748 KB 52/223 KB 679/1822 KB 144/276 KB 14/27 KB 60/748 KB 52/223 KB 679/1822 KB 144/276 KB 14/27 KB 64/748 KB 52/223 KB 679/1822 KB 144/276 KB 14/27 KB 68/748 KB 52/223 KB 679/1822 KB 144/276 KB 6/27 KB 52/748 KB 52/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 56/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 60/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 64/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 68/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 72/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 76/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 80/223 KB 679/1822 KB 148/276 KB 14/27 KB 68/748 KB 52/223 KB 679/1822 KB 152/276 KB 14/27 KB 68/748 KB 80/223 KB 679/1822 KB 156/276 KB 14/27 KB 68/748 KB 80/223 KB 679/1822 KB 160/276 KB 14/27 KB 68/748 KB 80/223 KB 679/1822 KB 144/276 KB 14/27 KB 68/748 KB 52/223 KB 679/1822 KB 160/276 KB 14/27 KB 68/748 KB 80/223 KB 683/1822 KB 160/276 KB 14/27 KB 68/748 KB 80/223 KB 687/1822 KB 144/276 KB 14/27 KB 56/748 KB 52/223 KB 679/1822 KB 160/276 KB 15/27 KB 68/748 KB 80/223 KB 687/1822 KB 160/276 KB 18/27 KB 68/748 KB 80/223 KB 687/1822 KB 160/276 KB 19/27 KB 68/748 KB 80/223 KB 687/1822 KB 160/276 KB 19/27 KB 68/748 KB 84/223 KB 687/1822 KB 164/276 KB 22/27 KB 72/748 KB 88/223 KB 691/1822 KB 164/276 KB 22/27 KB 72/748 KB 92/223 KB 691/1822 KB 164/276 KB 22/27 KB 72/748 KB 96/223 KB 691/1822 KB 160/276 KB 22/27 KB 68/748 KB 84/223 KB 687/1822 KB 164/276 KB 23/27 KB 72/748 KB 96/223 KB 691/1822 KB 164/276 KB 22/27 KB 72/748 KB 84/223 KB 691/1822 KB 164/276 KB 26/27 KB 76/748 KB 96/223 KB 691/1822 KB 164/276 KB 26/27 KB 80/748 KB 96/223 KB 691/1822 KB 164/276 KB 22/27 KB 68/748 KB 84/223 KB 691/1822 KB 160/276 KB 22/27 KB 68/748 KB 84/223 KB 691/1822 KB 164/276 KB 26/27 KB 72/748 KB 96/223 KB 691/1822 KB 168/276 KB 27/27 KB 80/748 KB 96/223 KB 695/1822 KB 168/276 KB 26/27 KB 80/748 KB 96/223 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 695/1822 KB 168/276 KB 27/27 KB 80/748 KB 96/223 KB 699/1822 KB 168/276 KB 27/27 KB 84/748 KB 96/223 KB 699/1822 KB 168/276 KB 27/27 KB 88/748 KB 100/223 KB 703/1822 KB 168/276 KB 27/27 KB 92/748 KB 100/223 KB 703/1822 KB 168/276 KB 27/27 KB 96/748 KB 100/223 KB 703/1822 KB 168/276 KB 27/27 KB 84/748 KB 100/223 KB 703/1822 KB 168/276 KB 27/27 KB 96/748 KB 104/223 KB 703/1822 KB 168/276 KB 27/27 KB 96/748 KB 108/223 KB 703/1822 KB 168/276 KB 27/27 KB 96/748 KB 112/223 KB 703/1822 KB 168/276 KB 27/27 KB 84/748 KB 96/223 KB 703/1822 KB 168/276 KB 27/27 KB 84/748 KB 96/223 KB 703/1822 KB 172/276 KB 27/27 KB 96/748 KB 112/223 KB 703/1822 KB 176/276 KB 27/27 KB 96/748 KB 112/223 KB 703/1822 KB 176/276 KB 27/27 KB 96/748 KB 112/223 KB 707/1822 KB 180/276 KB 96/748 KB 112/223 KB 711/1822 KB 180/276 KB 96/748 KB 112/223 KB 715/1822 KB 180/276 KB 96/748 KB 112/223 KB 719/1822 KB 180/276 KB 96/748 KB 112/223 KB 723/1822 KB 180/276 KB 100/748 KB 116/223 KB 727/1822 KB 180/276 KB 100/748 KB 116/223 KB 731/1822 KB 180/276 KB 100/748 KB 116/223 KB 735/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 28.9 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 180/276 KB 27/27 KB 96/748 KB 112/223 KB 707/1822 KB 184/276 KB 100/748 KB 116/223 KB 735/1822 KB 188/276 KB 100/748 KB 116/223 KB 735/1822 KB 192/276 KB 100/748 KB 116/223 KB 735/1822 KB 196/276 KB 100/748 KB 116/223 KB 735/1822 KB 200/276 KB 100/748 KB 116/223 KB 735/1822 KB 204/276 KB 100/748 KB 116/223 KB 735/1822 KB 208/276 KB 100/748 KB 116/223 KB 739/1822 KB 180/276 KB 100/748 KB 116/223 KB 723/1822 KB 208/276 KB 100/748 KB 120/223 KB 739/1822 KB 208/276 KB 100/748 KB 124/223 KB 739/1822 KB 180/276 KB 100/748 KB 112/223 KB 723/1822 KB 208/276 KB 104/748 KB 124/223 KB 739/1822 KB 208/276 KB 108/748 KB 124/223 KB 739/1822 KB 208/276 KB 112/748 KB 124/223 KB 739/1822 KB 208/276 KB 116/748 KB 124/223 KB 739/1822 KB 212/276 KB 120/748 KB 128/223 KB 739/1822 KB 212/276 KB 124/748 KB 128/223 KB 739/1822 KB 212/276 KB 128/748 KB 128/223 KB 739/1822 KB 212/276 KB 132/748 KB 128/223 KB 739/1822 KB 212/276 KB 136/748 KB 128/223 KB 739/1822 KB 212/276 KB 140/748 KB 128/223 KB 739/1822 KB 212/276 KB 144/748 KB 128/223 KB 739/1822 KB 204/276 KB 100/748 KB 116/223 KB 739/1822 KB 212/276 KB 144/748 KB 128/223 KB 743/1822 KB 212/276 KB 144/748 KB 128/223 KB 747/1822 KB 212/276 KB 144/748 KB 128/223 KB 751/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 212/276 KB 116/748 KB 128/223 KB 739/1822 KB 216/276 KB 144/748 KB 128/223 KB 751/1822 KB 208/276 KB 116/748 KB 128/223 KB 739/1822 KB 216/276 KB 144/748 KB 132/223 KB 751/1822 KB 216/276 KB 144/748 KB 136/223 KB 751/1822 KB 216/276 KB 144/748 KB 140/223 KB 751/1822 KB 216/276 KB 144/748 KB 144/223 KB 751/1822 KB 216/276 KB 144/748 KB 148/223 KB 751/1822 KB 220/276 KB 144/748 KB 152/223 KB 755/1822 KB 220/276 KB 144/748 KB 156/223 KB 755/1822 KB 220/276 KB 144/748 KB 160/223 KB 755/1822 KB 220/276 KB 144/748 KB 148/223 KB 755/1822 KB 220/276 KB 144/748 KB 160/223 KB 759/1822 KB 220/276 KB 144/748 KB 160/223 KB 763/1822 KB 220/276 KB 144/748 KB 160/223 KB 767/1822 KB 220/276 KB 144/748 KB 148/223 KB 751/1822 KB 224/276 KB 144/748 KB 160/223 KB 767/1822 KB 228/276 KB 144/748 KB 160/223 KB 767/1822 KB 232/276 KB 144/748 KB 160/223 KB 767/1822 KB 236/276 KB 144/748 KB 160/223 KB 767/1822 KB 240/276 KB 148/748 KB 160/223 KB 767/1822 KB 244/276 KB 148/748 KB 160/223 KB 767/1822 KB 248/276 KB 148/748 KB 164/223 KB 771/1822 KB 236/276 KB 148/748 KB 160/223 KB 767/1822 KB 252/276 KB 152/748 KB 164/223 KB 771/1822 KB 252/276 KB 156/748 KB 164/223 KB 771/1822 KB 252/276 KB 160/748 KB 164/223 KB 771/1822 KB 252/276 KB 164/748 KB 164/223 KB 771/1822 KB 252/276 KB 168/748 KB 164/223 KB 771/1822 KB 252/276 KB 172/748 KB 164/223 KB 771/1822 KB 252/276 KB 176/748 KB 164/223 KB 771/1822 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 244/276 KB 148/748 KB 164/223 KB 771/1822 KB 244/276 KB 148/748 KB 160/223 KB 771/1822 KB 3/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 5/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 8/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 11/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 13/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 16/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 19/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 21/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 24/178 KB 252/276 KB 180/748 KB 164/223 KB 771/1822 KB 24/178 KB 252/276 KB 180/748 KB 164/223 KB 775/1822 KB 24/178 KB 252/276 KB 180/748 KB 168/223 KB 779/1822 KB 27/178 KB 252/276 KB 180/748 KB 168/223 KB 783/1822 KB 252/276 KB 148/748 KB 164/223 KB 771/1822 KB 27/178 KB 256/276 KB 180/748 KB 168/223 KB 783/1822 KB 27/178 KB 260/276 KB 180/748 KB 168/223 KB 783/1822 KB 27/178 KB 264/276 KB 180/748 KB 168/223 KB 787/1822 KB 27/178 KB 252/276 KB 180/748 KB 168/223 KB 779/1822 KB 24/178 KB 252/276 KB 180/748 KB 168/223 KB 775/1822 KB 27/178 KB 264/276 KB 180/748 KB 172/223 KB 787/1822 KB 27/178 KB 264/276 KB 180/748 KB 176/223 KB 787/1822 KB 29/178 KB 264/276 KB 180/748 KB 176/223 KB 787/1822 KB 29/178 KB 264/276 KB 180/748 KB 180/223 KB 787/1822 KB 32/178 KB 264/276 KB 180/748 KB 184/223 KB 787/1822 KB 32/178 KB 264/276 KB 180/748 KB 188/223 KB 787/1822 KB 32/178 KB 264/276 KB 180/748 KB 192/223 KB 787/1822 KB 27/178 KB 260/276 KB 180/748 KB 168/223 KB 787/1822 KB 32/178 KB 264/276 KB 180/748 KB 192/223 KB 791/1822 KB 32/178 KB 264/276 KB 180/748 KB 192/223 KB 795/1822 KB 32/178 KB 264/276 KB 180/748 KB 192/223 KB 799/1822 KB 32/178 KB 268/276 KB 180/748 KB 196/223 KB 803/1822 KB 32/178 KB 264/276 KB 180/748 KB 180/223 KB 787/1822 KB 36/178 KB 268/276 KB 184/748 KB 196/223 KB 803/1822 KB 40/178 KB 268/276 KB 184/748 KB 196/223 KB 803/1822 KB 44/178 KB 268/276 KB 184/748 KB 196/223 KB 803/1822 KB 48/178 KB 268/276 KB 184/74 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 8 KB 196/223 KB 803/1822 KB 52/178 KB 268/276 KB 184/748 KB 196/223 KB 803/1822 KB 32/178 KB 268/276 KB 184/748 KB 196/223 KB 803/1822 KB 52/178 KB 268/276 KB 188/748 KB 196/223 KB 807/1822 KB 52/178 KB 268/276 KB 192/748 KB 196/223 KB 807/1822 KB 52/178 KB 268/276 KB 196/748 KB 196/223 KB 807/1822 KB 32/178 KB 268/276 KB 180/748 KB 196/223 KB 799/1822 KB 56/178 KB 272/276 KB 196/748 KB 196/223 KB 807/1822 KB 56/178 KB 276/276 KB 196/748 KB 196/223 KB 807/1822 KB 56/178 KB 276/276 KB 196/748 KB 196/223 KB 807/1822 KB 32/178 KB 264/276 KB 180/748 KB 196/223 KB 799/1822 KB 56/178 KB 276/276 KB 196/748 KB 200/223 KB 807/1822 KB 56/178 KB 276/276 KB 196/748 KB 204/223 KB 807/1822 KB 56/178 KB 276/276 KB 196/748 KB 208/223 KB 807/1822 KB 56/178 KB 276/276 KB 196/748 KB 212/223 KB 807/1822 KB 56/178 KB 276/276 KB 200/748 KB 216/223 KB 807/1822 KB 56/178 KB 276/276 KB 200/748 KB 220/223 KB 807/1822 KB 56/178 KB 276/276 KB 200/748 KB 223/223 KB 807/1822 KB 56/178 KB 268/276 KB 196/748 KB 196/223 KB 807/1822 KB 60/178 KB 276/276 KB 200/748 KB 223/223 KB 807/1822 KB 64/178 KB 276/276 KB 200/748 KB 223/223 KB 807/1822 KB 52/178 KB 268/276 KB 184/748 KB 196/223 KB 807/1822 KB 64/178 KB 276/276 KB 200/748 KB 223/223 KB 811/1822 KB 64/178 KB 276/276 KB 200/748 KB 223/223 KB 815/1822 KB 64/178 KB 276/276 KB 200/748 KB 223/223 KB 819/1822 KB 68/178 KB 276/276 KB 200/748 KB 223/223 KB 823/1822 KB 68/178 KB 276/276 KB 200/748 KB 223/223 KB 827/1822 KB 68/178 KB 276/276 KB 200/748 KB 223/223 KB 831/1822 KB 56/178 KB 276/276 KB 200/748 KB 212/223 KB 807/1822 KB 68/178 KB 276/276 KB 204/748 KB 223/223 KB 831/1822 KB 68/178 KB 276/276 KB 208/748 KB 223/223 KB 831/1822 KB 68/178 KB 276/276 KB 212/748 KB 223/223 KB 831/1822 KB 68/178 KB 276/276 KB 216/748 KB 223/223 KB 831/1822 KB 68/178 KB 276/276 KB 220/748 KB 223/223 KB 831/1822 KB 68/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB 68/178 KB 276/276 KB 200/748 KB 223/223 KB 819/1822 KB 72/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB 76/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB 80/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB 84/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB 88/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB 92/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB 96/178 KB 276/276 KB 224/748 KB 223/223 KB 835/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 292.4 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 68/178 KB 276/276 KB 220/748 KB 223/223 KB 835/1822 KB 96/178 KB 228/748 KB 223/223 KB 839/1822 KB 96/178 KB 228/748 KB 223/223 KB 843/1822 KB 96/178 KB 228/748 KB 223/223 KB 847/1822 KB 96/178 KB 228/748 KB 851/1822 KB 100/178 KB 228/748 KB 855/1822 KB 100/178 KB 228/748 KB 859/1822 KB 100/178 KB 228/748 KB 863/1822 KB 96/178 KB 276/276 KB 228/748 KB 223/223 KB 835/1822 KB 100/178 KB 232/748 KB 863/1822 KB 100/178 KB 236/748 KB 863/1822 KB 100/178 KB 240/748 KB 863/1822 KB 100/178 KB 244/748 KB 863/1822 KB 100/178 KB 248/748 KB 863/1822 KB 100/178 KB 252/748 KB 863/1822 KB 100/178 KB 256/748 KB 863/1822 KB 100/178 KB 260/748 KB 867/1822 KB 100/178 KB 264/748 KB 867/1822 KB 100/178 KB 268/748 KB 867/1822 KB 100/178 KB 272/748 KB 867/1822 KB 100/178 KB 228/748 KB 851/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 234.7 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 104/178 KB 272/748 KB 4/23 KB 867/1822 KB 108/178 KB 272/748 KB 4/23 KB 867/1822 KB 112/178 KB 272/748 KB 4/23 KB 867/1822 KB 116/178 KB 272/748 KB 4/23 KB 867/1822 KB 120/178 KB 272/748 KB 4/23 KB 867/1822 KB 124/178 KB 272/748 KB 4/23 KB 867/1822 KB 128/178 KB 272/748 KB 4/23 KB 867/1822 KB 100/178 KB 256/748 KB 867/1822 KB 128/178 KB 272/748 KB 4/23 KB 871/1822 KB 128/178 KB 272/748 KB 4/23 KB 875/1822 KB 128/178 KB 272/748 KB 4/23 KB 879/1822 KB 100/178 KB 272/748 KB 4/23 KB 867/1822 KB 128/178 KB 272/748 KB 8/23 KB 879/1822 KB 128/178 KB 272/748 KB 12/23 KB 879/1822 KB 128/178 KB 272/748 KB 16/23 KB 879/1822 KB 128/178 KB 272/748 KB 20/23 KB 879/1822 KB 128/178 KB 272/748 KB 23/23 KB 879/1822 KB 132/178 KB 272/748 KB 23/23 KB 879/1822 KB 136/178 KB 276/748 KB 23/23 KB 883/1822 KB 140/178 KB 276/748 KB 23/23 KB 883/1822 KB 144/178 KB 276/748 KB 23/23 KB 883/1822 KB 132/178 KB 276/748 KB 23/23 KB 883/1822 KB 144/178 KB 280/748 KB 23/23 KB 883/1822 KB 144/178 KB 284/748 KB 23/23 KB 883/1822 KB 144/178 KB 288/748 KB 23/23 KB 883/1822 KB 132/178 KB 272/748 KB 23/23 KB 883/1822 KB 144/178 KB 288/748 KB 23/23 KB 887/1822 KB 144/178 KB 288/748 KB 23/23 KB 891/1822 KB 144/178 KB 288/748 KB 23/23 KB 895/1822 KB 144/178 KB 288/748 KB 23/23 KB 899/1822 KB 148/178 KB 292/748 KB 23/23 KB 3/55 KB 903/1822 KB 148/178 KB 292/748 KB 23/23 KB 3/55 KB 907/1822 KB 148/178 KB 292/748 KB 23/23 KB 3/55 KB 911/1822 KB 148/178 KB 292/748 KB 23/23 KB 3/55 KB 899/1822 KB 148/178 KB 296/748 KB 23/23 KB 3/55 KB 911/1822 KB 148/178 KB 300/748 KB 23/23 KB 3/55 KB 915/1822 KB 148/178 KB 304/748 KB 23/23 KB 3/55 KB 915/1822 KB 148/178 KB 308/748 KB 23/23 KB 3/55 KB 915/1822 KB 148/178 KB 312/748 KB 23/23 KB 3/55 KB 915/1822 KB 148/178 KB 316/748 KB 23/23 KB 3/55 KB 915/1822 KB 148/178 KB 320/748 KB 23/23 KB 3/55 KB 915/1822 KB 148/178 KB 288/748 KB 23/23 KB 3/55 KB 899/1822 KB 152/178 KB 320/748 KB 23/23 KB 3/55 KB 915/1822 KB 156/178 KB 320/748 KB 23/23 KB 3/55 KB 915/1822 KB 160/178 KB 320/748 KB 23/23 KB 3/55 KB 915/1822 KB 144/178 KB 288/748 KB 23/23 KB 3/55 KB 899/1822 KB 160/178 KB 320/748 KB 23/23 KB 6/55 KB 915/1822 KB 160/178 KB 320/748 KB 9/55 KB 915/1822 KB 160/178 KB 320/748 KB 11/55 KB 915/1822 KB 164/178 KB 320/748 KB 11/55 KB 915/1822 KB 148/178 KB 296/748 KB 23/23 KB 3/55 KB 915/1822 KB 164/178 KB 320/748 KB 14/55 KB 915/1822 KB 164/178 KB 320/748 KB 16/55 KB 919/1822 KB 164/178 KB 320/748 KB 19/55 KB 919/1822 KB 164/178 KB 320/748 KB 22/55 KB 919/1822 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 23.5 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 164/178 KB 320/748 KB 22/55 KB 919/1822 KB 168/178 KB 320/748 KB 22/55 KB 923/1822 KB 168/178 KB 320/748 KB 22/55 KB 927/1822 KB 168/178 KB 320/748 KB 22/55 KB 919/1822 KB 172/178 KB 320/748 KB 25/55 KB 927/1822 KB 176/178 KB 320/748 KB 25/55 KB 927/1822 KB 176/178 KB 320/748 KB 25/55 KB 931/1822 KB 178/178 KB 324/748 KB 25/55 KB 935/1822 KB 168/178 KB 320/748 KB 25/55 KB 927/1822 KB 178/178 KB 324/748 KB 27/55 KB 939/1822 KB 178/178 KB 324/748 KB 30/55 KB 939/1822 KB 178/178 KB 324/748 KB 32/55 KB 939/1822 KB 178/178 KB 324/748 KB 36/55 KB 939/1822 KB 178/178 KB 324/748 KB 40/55 KB 939/1822 KB 178/178 KB 324/748 KB 44/55 KB 939/1822 KB 178/178 KB 324/748 KB 48/55 KB 939/1822 KB 178/178 KB 324/748 KB 52/55 KB 939/1822 KB 178/178 KB 324/748 KB 55/55 KB 939/1822 KB 178/178 KB 324/748 KB 25/55 KB 931/1822 KB 178/178 KB 328/748 KB 55/55 KB 939/1822 KB 178/178 KB 332/748 KB 55/55 KB 939/1822 KB 178/178 KB 336/748 KB 55/55 KB 939/1822 KB 178/178 KB 320/748 KB 25/55 KB 931/1822 KB 178/178 KB 324/748 KB 36/55 KB 939/1822 KB 178/178 KB 336/748 KB 55/55 KB 943/1822 KB 178/178 KB 336/748 KB 55/55 KB 947/1822 KB 178/178 KB 340/748 KB 55/55 KB 951/1822 KB 178/178 KB 340/748 KB 55/55 KB 955/1822 KB 178/178 KB 340/748 KB 55/55 KB 959/1822 KB 178/178 KB 340/748 KB 55/55 KB 947/1822 KB 178/178 KB 344/748 KB 55/55 KB 959/1822 KB 178/178 KB 348/748 KB 55/55 KB 963/1822 KB 178/178 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 4/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 8/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 12/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 16/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 20/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 24/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 28/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 32/1210 KB 352/748 KB 55/55 KB 963/1822 KB 178/178 KB 344/748 KB 55/55 KB 963/1822 KB 178/178 KB 32/1210 KB 352/748 KB 55/55 KB 967/1822 KB 178/178 KB 32/1210 KB 352/748 KB 55/55 KB 971/1822 KB 178/178 KB 32/1210 KB 352/748 KB 55/55 KB 975/1822 KB 178/178 KB 36/1210 KB 356/748 KB 55/55 KB 979/1822 KB 36/1210 KB 356/748 KB 983/1822 KB 36/1210 KB 356/748 KB 987/1822 KB 36/1210 KB 356/748 KB 991/1822 KB 178/178 KB 36/1210 KB 356/748 KB 55/55 KB 975/1822 KB 36/1210 KB 360/748 KB 991/1822 KB 36/1210 KB 364/748 KB 991/1822 KB 36/1210 KB 368/748 KB 991/1822 KB 36/1210 KB 372/748 KB 991/1822 KB 178/178 KB 36/1210 KB 352/748 KB 55/55 KB 975/1822 KB 40/1210 KB 372/748 KB 991/1822 KB 44/1210 KB 372/748 KB 991/1822 KB 48/1210 KB 372/748 KB 991/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 180.4 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 52/1210 KB 372/748 KB 991/1822 KB 56/1210 KB 372/748 KB 991/1822 KB 60/1210 KB 372/748 KB 991/1822 KB 64/1210 KB 372/748 KB 991/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 55.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 68/1210 KB 372/748 KB 991/1822 KB 72/1210 KB 372/748 KB 991/1822 KB 76/1210 KB 372/748 KB 991/1822 KB 80/1210 KB 372/748 KB 991/1822 KB 80/1210 KB 376/748 KB 991/1822 KB 80/1210 KB 380/748 KB 991/1822 KB 80/1210 KB 384/748 KB 991/1822 KB 80/1210 KB 388/748 KB 995/1822 KB 84/1210 KB 392/748 KB 995/1822 KB 84/1210 KB 396/748 KB 995/1822 KB 84/1210 KB 400/748 KB 995/1822 KB 80/1210 KB 384/748 KB 995/1822 KB 84/1210 KB 400/748 KB 999/1822 KB 84/1210 KB 400/748 KB 1003/1822 KB 84/1210 KB 400/748 KB 1007/1822 KB 84/1210 KB 388/748 KB 995/1822 KB 88/1210 KB 400/748 KB 1007/1822 KB 92/1210 KB 400/748 KB 1007/1822 KB 96/1210 KB 400/748 KB 1007/1822 KB 96/1210 KB 4/471 KB 400/748 KB 1007/1822 KB 96/1210 KB 8/471 KB 400/748 KB 1007/1822 KB 96/1210 KB 12/471 KB 400/748 KB 1007/1822 KB 96/1210 KB 16/471 KB 400/748 KB 1007/1822 KB 96/1210 KB 16/471 KB 3/93 KB 400/748 KB 1007/1822 KB 96/1210 KB 20/471 KB 6/93 KB 400/748 KB 1007/1822 KB 96/1210 KB 20/471 KB 3/93 KB 400/748 KB 1007/1822 KB 96/1210 KB 24/471 KB 6/93 KB 400/748 KB 1007/1822 KB 96/1210 KB 28/471 KB 6/93 KB 400/748 KB 1007/1822 KB 96/1210 KB 32/471 KB 6/93 KB 400/748 KB 1007/1822 KB 96/1210 KB 36/471 KB 6/93 KB 400/748 KB 1007/1822 KB 100/1210 KB 40/471 KB 9/93 KB 404/748 KB 1011/1822 KB 100/1210 KB 44/471 KB 9/93 KB 404/748 KB 1011/1822 KB 100/1210 KB 48/471 KB 9/93 KB 404/748 KB 1011/1822 KB 100/1210 KB 36/471 KB 9/93 KB 404/748 KB 1011/1822 KB 100/1210 KB 48/471 KB 9/93 KB 408/748 KB 1011/1822 KB 100/1210 KB 52/471 KB 9/93 KB 412/748 KB 1011/1822 KB 100/1210 KB 52/471 KB 9/93 KB 416/748 KB 1011/1822 KB 100/1210 KB 36/471 KB 9/93 KB 400/748 KB 1011/1822 KB 96/1210 KB 36/471 KB 9/93 KB 400/748 KB 1011/1822 KB 100/1210 KB 52/471 KB 9/93 KB 416/748 KB 1015/1822 KB 100/1210 KB 52/471 KB 9/93 KB 416/748 KB 1019/1822 KB 100/1210 KB 52/471 KB 9/93 KB 416/748 KB 1023/1822 KB 100/1210 KB 52/471 KB 9/93 KB 416/748 KB 1027/1822 KB 104/1210 KB 52/471 KB 9/93 KB 420/748 KB 1031/1822 KB 104/1210 KB 52/471 KB 9/93 KB 420/748 KB 1035/1822 KB 104/1210 KB 52/471 KB 9/93 KB 420/748 KB 1039/1822 KB 96/1210 KB 36/471 KB 9/93 KB 400/748 KB 1007/1822 KB 104/1210 KB 52/471 KB 11/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 14/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 16/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 19/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 22/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 25/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 27/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 30/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 32/93 KB 420/748 KB 1039/1822 KB 104/1210 KB 52/471 KB 32/93 KB 420/748 KB 1043/1822 KB 104/1210 KB 52/471 KB 36/93 KB 420/748 KB 1047/1822 KB 104/1210 KB 52/471 KB 36/93 KB 420/748 KB 1051/1822 KB 104/1210 KB 52/471 KB 36/93 KB 420/748 KB 1055/1822 KB 104/1210 KB 52/471 KB 9/93 KB 420/748 KB 1027/1822 KB 104/1210 KB 52/471 KB 36/93 KB 424/748 KB 1055/1822 KB 104/1210 KB 52/471 KB 36/93 KB 428/748 KB 1055/1822 KB 104/1210 KB 52/471 KB 36/93 KB 432/748 KB 1055/1822 KB 104/1210 KB 52/471 KB 36/93 KB 436/748 KB 1055/1822 KB 104/1210 KB 52/471 KB 9/93 KB 416/748 KB 1027/1822 KB 108/1210 KB 52/471 KB 36/93 KB 436/748 KB 1055/1822 KB 112/1210 KB 52/471 KB 36/93 KB 436/748 KB 1055/1822 KB 116/1210 KB 52/471 KB 36/93 KB 436/748 KB 1055/1822 KB 120/1210 KB 52/471 KB 36/93 KB 436/748 KB 1055/1822 KB 124/1210 KB 52/471 KB 36/93 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 436/748 KB 1055/1822 KB 128/1210 KB 52/471 KB 36/93 KB 436/748 KB 1055/1822 KB 100/1210 KB 52/471 KB 9/93 KB 408/748 KB 1011/1822 KB 128/1210 KB 56/471 KB 36/93 KB 436/748 KB 1055/1822 KB 128/1210 KB 60/471 KB 36/93 KB 436/748 KB 1055/1822 KB 128/1210 KB 64/471 KB 36/93 KB 436/748 KB 1055/1822 KB 128/1210 KB 68/471 KB 36/93 KB 436/748 KB 1055/1822 KB 132/1210 KB 72/471 KB 36/93 KB 436/748 KB 1055/1822 KB 132/1210 KB 76/471 KB 36/93 KB 436/748 KB 1055/1822 KB 132/1210 KB 80/471 KB 36/93 KB 436/748 KB 1055/1822 KB 104/1210 KB 52/471 KB 36/93 KB 420/748 KB 1043/1822 KB 132/1210 KB 80/471 KB 40/93 KB 436/748 KB 1055/1822 KB 132/1210 KB 80/471 KB 44/93 KB 436/748 KB 1055/1822 KB 132/1210 KB 80/471 KB 48/93 KB 436/748 KB 1055/1822 KB 132/1210 KB 80/471 KB 52/93 KB 436/748 KB 1055/1822 KB 132/1210 KB 84/471 KB 56/93 KB 440/748 KB 1059/1822 KB 132/1210 KB 84/471 KB 60/93 KB 440/748 KB 1059/1822 KB 132/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 132/1210 KB 68/471 KB 36/93 KB 436/748 KB 1055/1822 KB 136/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 140/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 144/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 148/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 152/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 156/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 160/1210 KB 84/471 KB 64/93 KB 440/748 KB 1059/1822 KB 132/1210 KB 84/471 KB 52/93 KB 440/748 KB 1059/1822 KB 160/1210 KB 84/471 KB 64/93 KB 440/748 KB 1063/1822 KB 160/1210 KB 84/471 KB 64/93 KB 440/748 KB 1067/1822 KB 160/1210 KB 84/471 KB 64/93 KB 440/748 KB 1071/1822 KB 132/1210 KB 84/471 KB 52/93 KB 440/748 KB 1055/1822 KB 160/1210 KB 88/471 KB 64/93 KB 440/748 KB 1071/1822 KB 160/1210 KB 92/471 KB 64/93 KB 440/748 KB 1071/1822 KB 160/1210 KB 96/471 KB 64/93 KB 440/748 KB 1071/1822 KB 160/1210 KB 100/471 KB 64/93 KB 440/748 KB 1071/1822 KB 164/1210 KB 104/471 KB 68/93 KB 440/748 KB 1075/1822 KB 132/1210 KB 80/471 KB 52/93 KB 440/748 KB 1055/1822 KB 164/1210 KB 104/471 KB 68/93 KB 444/748 KB 1075/1822 KB 164/1210 KB 104/471 KB 68/93 KB 448/748 KB 1075/1822 KB 164/1210 KB 104/471 KB 68/93 KB 452/748 KB 1075/1822 KB 164/1210 KB 104/471 KB 68/93 KB 456/748 KB 1075/1822 KB 164/1210 KB 104/471 KB 68/93 KB 460/748 KB 1075/1822 KB 164/1210 KB 104/471 KB 68/93 KB 464/748 KB 1075/1822 KB 164/1210 KB 104/471 KB 68/93 KB 468/748 KB 1075/1822 KB 164/1210 KB 108/471 KB 68/93 KB 472/748 KB 1075/1822 KB 164/1210 KB 108/471 KB 68/93 KB 476/748 KB 1075/1822 KB 164/1210 KB 108/471 KB 68/93 KB 480/748 KB 1075/1822 KB 164/1210 KB 100/471 KB 68/93 KB 440/748 KB 1075/1822 KB 168/1210 KB 108/471 KB 68/93 KB 480/748 KB 1075/1822 KB 172/1210 KB 108/471 KB 68/93 KB 480/748 KB 1075/1822 KB 176/1210 KB 108/471 KB 68/93 KB 480/748 KB 1075/1822 KB 180/1210 KB 108/471 KB 68/93 KB 480/748 KB 1075/1822 KB 184/1210 KB 108/471 KB 68/93 KB 484/748 KB 1075/1822 KB 188/1210 KB 108/471 KB 68/93 KB 484/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 68/93 KB 484/748 KB 1075/1822 KB 160/1210 KB 100/471 KB 68/93 KB 440/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 72/93 KB 484/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 76/93 KB 484/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 80/93 KB 484/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 84/93 KB 484/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 88/93 KB 484/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 92/93 KB 484/748 KB 1075/1822 KB 192/1210 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 108/471 KB 93/93 KB 484/748 KB 1075/1822 KB 160/1210 KB 100/471 KB 64/93 KB 440/748 KB 1075/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1079/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1083/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1087/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1091/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1095/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1099/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1103/1822 KB 192/1210 KB 108/471 KB 93/93 KB 484/748 KB 1107/1822 KB 196/1210 KB 108/471 KB 93/93 KB 484/748 KB 1111/1822 KB 196/1210 KB 108/471 KB 93/93 KB 484/748 KB 1115/1822 KB 196/1210 KB 108/471 KB 93/93 KB 484/748 KB 1119/1822 KB 196/1210 KB 108/471 KB 93/93 KB 484/748 KB 1123/1822 KB 180/1210 KB 108/471 KB 68/93 KB 484/748 KB 1075/1822 KB 164/1210 KB 108/471 KB 68/93 KB 468/748 KB 1075/1822 KB 196/1210 KB 112/471 KB 93/93 KB 484/748 KB 1123/1822 KB 196/1210 KB 116/471 KB 93/93 KB 484/748 KB 1123/1822 KB 196/1210 KB 120/471 KB 93/93 KB 484/748 KB 1123/1822 KB 196/1210 KB 124/471 KB 93/93 KB 484/748 KB 1123/1822 KB 196/1210 KB 128/471 KB 93/93 KB 484/748 KB 1123/1822 KB 196/1210 KB 132/471 KB 93/93 KB 484/748 KB 1123/1822 KB 196/1210 KB 136/471 KB 93/93 KB 488/748 KB 1123/1822 KB 196/1210 KB 140/471 KB 93/93 KB 488/748 KB 1123/1822 KB 196/1210 KB 144/471 KB 93/93 KB 488/748 KB 1123/1822 KB 196/1210 KB 108/471 KB 93/93 KB 484/748 KB 1107/1822 KB 200/1210 KB 144/471 KB 93/93 KB 488/748 KB 1123/1822 KB 204/1210 KB 144/471 KB 93/93 KB 488/748 KB 1123/1822 KB 208/1210 KB 144/471 KB 93/93 KB 488/748 KB 1123/1822 KB 212/1210 KB 144/471 KB 93/93 KB 488/748 KB 1123/1822 KB 216/1210 KB 148/471 KB 93/93 KB 488/748 KB 1123/1822 KB 220/1210 KB 148/471 KB 488/748 KB 1123/1822 KB 196/1210 KB 132/471 KB 93/93 KB 488/748 KB 1123/1822 KB 220/1210 KB 148/471 KB 492/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 496/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 500/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 504/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 508/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 512/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 516/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 520/748 KB 1127/1822 KB 220/1210 KB 148/471 KB 488/748 KB 1127/1822 KB 224/1210 KB 148/471 KB 520/748 KB 1131/1822 KB 224/1210 KB 148/471 KB 520/748 KB 1135/1822 KB 212/1210 KB 148/471 KB 93/93 KB 488/748 KB 1123/1822 KB 224/1210 KB 152/471 KB 524/748 KB 1135/1822 KB 224/1210 KB 156/471 KB 524/748 KB 1135/1822 KB 224/1210 KB 160/471 KB 524/748 KB 1135/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 89.2 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 224/1210 KB 164/471 KB 524/748 KB 1135/1822 KB 224/1210 KB 168/471 KB 524/748 KB 1139/1822 KB 224/1210 KB 172/471 KB 524/748 KB 1139/1822 KB 224/1210 KB 176/471 KB 524/748 KB 1139/1822 KB 224/1210 KB 148/471 KB 524/748 KB 1135/1822 KB 224/1210 KB 176/471 KB 528/748 KB 1139/1822 KB 224/1210 KB 148/471 KB 520/748 KB 1127/1822 KB 228/1210 KB 176/471 KB 528/748 KB 1139/1822 KB 232/1210 KB 176/471 KB 532/748 KB 1139/1822 KB 236/1210 KB 176/471 KB 532/748 KB 1139/1822 KB 240/1210 KB 176/471 KB 532/748 KB 1139/1822 KB 224/1210 KB 164/471 KB 524/748 KB 1139/1822 KB 240/1210 KB 176/471 KB 532/748 KB 1143/1822 KB 240/1210 KB 176/471 KB 532/748 KB 1147/1822 KB 240/1210 KB 176/471 KB 532/748 KB 1151/1822 KB 244/1210 KB 176/471 KB 532/748 KB 1155/1822 KB 244/1210 KB 180/471 KB 532/748 KB 1159/1822 KB 244/1210 KB 180/471 KB 532/748 KB 1163/1822 KB 244/1210 KB 180/471 KB 532/748 KB 1167/1822 KB 228/1210 KB 176/471 KB 532/748 KB 1139/1822 KB 244/1210 KB 180/471 KB 536/748 KB 1167/1822 KB 244/1210 KB 180/471 KB 540/748 KB 1167/1822 KB 244/1210 KB 180/471 KB 544/748 KB 1167/1822 KB 244/1210 KB 180/471 KB 548/748 KB 1167/1822 KB 244/1210 KB 180/471 KB 532/748 KB 1155/1822 KB 244/1210 KB 184/471 KB 548/748 KB 1167/1822 KB 244/1210 KB 188/471 KB 548/748 KB 1167/1822 KB 244/1210 KB 192/471 KB 548/748 KB 1167/1822 KB 244/1210 KB 196/471 KB 548/748 KB 1167/1822 KB 4/53 KB 244/1210 KB 200/471 KB 552/748 KB 1171/1822 KB 4/53 KB 244/1210 KB 204/471 KB 552/748 KB 1171/1822 KB 4/53 KB 244/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 244/1210 KB 176/471 KB 532/748 KB 1151/1822 KB 248/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 252/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 256/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 260/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 264/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 268/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 270/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 274/1210 KB 208/471 KB 552/748 KB 1171/1822 KB 4/53 KB 278/1210 KB 212/471 KB 552/748 KB 1171/1822 KB 4/53 KB 282/1210 KB 212/471 KB 552/748 KB 1171/1822 KB 4/53 KB 286/1210 KB 212/471 KB 552/748 KB 1171/1822 KB 4/53 KB 244/1210 KB 196/471 KB 552/748 KB 1171/1822 KB 4/53 KB 286/1210 KB 212/471 KB 552/748 KB 1175/1822 KB 4/53 KB 286/1210 KB 212/471 KB 552/748 KB 1179/1822 KB 4/53 KB 286/1210 KB 212/471 KB 552/748 KB 1183/1822 KB 4/53 KB 286/1210 KB 212/471 KB 552/748 KB 1187/1822 KB 4/53 KB 244/1210 KB 196/471 KB 552/748 KB 1167/1822 KB 4/53 KB 244/1210 KB 192/471 KB 548/748 KB 1167/1822 KB 4/53 KB 286/1210 KB 212/471 KB 552/748 KB 1187/1822 KB 8/53 KB 286/1210 KB 212/471 KB 552/748 KB 1187/1822 KB 12/53 KB 286/1210 KB 212/471 KB 552/748 KB 1187/1822 KB 16/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 20/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 24/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 28/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 32/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 36/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 40/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 44/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 48/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 52/53 KB 290/1210 KB 212/471 KB 556/748 KB 1191/1822 KB 53/53 KB 274/1210 KB 212/471 KB 552/748 KB 1171/1822 KB 4/53 KB 290/1210 KB 216/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 220 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install /471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 224/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 228/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 232/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 236/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 240/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 244/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 248/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 252/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 290/1210 KB 212/471 KB 556/748 KB 1191/1822 KB 52/53 KB 294/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 298/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 302/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 306/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 310/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 314/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 556/748 KB 1191/1822 KB 53/53 KB 286/1210 KB 212/471 KB 556/748 KB 1191/1822 KB 52/53 KB 286/1210 KB 212/471 KB 556/748 KB 1187/1822 KB 16/53 KB 318/1210 KB 256/471 KB 560/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 564/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 568/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 572/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 576/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 580/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 584/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 588/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 592/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 596/748 KB 1191/1822 KB 53/53 KB 318/1210 KB 256/471 KB 596/748 KB 1195/1822 KB 53/53 KB 318/1210 KB 256/471 KB 596/748 KB 1199/1822 KB 53/53 KB 318/1210 KB 256/471 KB 596/748 KB 1203/1822 KB 53/53 KB 318/1210 KB 256/471 KB 600/748 KB 1207/1822 KB 53/53 KB 318/1210 KB 256/471 KB 600/748 KB 1211/1822 KB 53/53 KB 318/1210 KB 256/471 KB 600/748 KB 1215/1822 KB 53/53 KB 318/1210 KB 256/471 KB 600/748 KB 1203/1822 KB 53/53 KB 318/1210 KB 256/471 KB 604/748 KB 1215/1822 KB 53/53 KB 318/1210 KB 256/471 KB 608/748 KB 1215/1822 KB 53/53 KB 318/1210 KB 256/471 KB 612/748 KB 1215/1822 KB 53/53 KB 318/1210 KB 256/471 KB 616/748 KB 1219/1822 KB 318/1210 KB 256/471 KB 620/748 KB 1219/1822 KB 318/1210 KB 256/471 KB 624/748 KB 1219/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 50.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 322/1210 KB 256/471 KB 624/748 KB 1219/1822 KB 326/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 330/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 334/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 338/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 342/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 346/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 350/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 318/1210 KB 256/471 KB 612/748 KB 1219/1822 KB 53/53 KB 350/1210 KB 260/471 KB 628/748 KB 1223/1822 KB 350/1210 KB 260/471 KB 628/748 KB 1227/1822 KB 350/1210 KB 260/471 KB 628/748 KB 1231/1822 KB 350/1210 KB 260/471 KB 628/748 KB 1235/1822 KB 350/1210 KB 260/471 KB 4/276 KB 628/748 KB 1239/1822 KB 350/1210 KB 260/471 KB 4/276 KB 628/748 KB 1243/1822 KB 350/1210 KB 260/471 KB 4/276 KB 628/748 KB 1247/1822 KB 350/1210 KB 260/471 KB 4/276 KB 628/748 KB 1251/1822 KB 354/1210 KB 260/471 KB 4/276 KB 628/748 KB 1255/1822 KB 354/1210 KB 260/471 KB 4/276 KB 628/748 KB 1259/1822 KB 354/1210 KB 260/471 KB 4/276 KB 628/748 KB 1263/1822 KB 322/1210 KB 260/471 KB 628/748 KB 1219/1822 KB 322/1210 KB 260/471 KB 624/748 KB 1219/1822 KB 354/1210 KB 264/471 KB 4/276 KB 628/748 KB 1263/1822 KB 354/1210 KB 268/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 272/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 276/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 280/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 284/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 288/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 292/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 296/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 260/471 KB 4/276 KB 628/748 KB 1251/1822 KB 358/1210 KB 296/471 KB 4/276 KB 632/748 KB 1263/1822 KB 362/1210 KB 300/471 KB 4/276 KB 632/748 KB 1263/1822 KB 366/1210 KB 300/471 KB 4/276 KB 632/748 KB 1263/1822 KB 370/1210 KB 300/471 KB 4/276 KB 632/748 KB 1263/1822 KB 350/1210 KB 260/471 KB 4/276 KB 628/748 KB 1235/1822 KB 370/1210 KB 300/471 KB 8/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 12/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 16/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 20/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 24/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 28/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 32/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 36/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 40/276 KB 632/748 KB 1267/1822 KB 374/1210 KB 300/471 KB 44/276 KB 632/748 KB 1267/1822 KB 374/1210 KB 300/471 KB 48/276 KB 632/748 KB 1267/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1267/1822 KB 370/1210 KB 300/471 KB 4/276 KB 632/748 KB 1267/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1271/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1275/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1279/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1283/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1287/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1291/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1295/1822 KB 374/1210 KB 300/471 KB 52/276 KB 632/748 KB 1299/1822 KB 358/1210 KB 300/471 KB 4/276 KB 632/748 KB 1263/1822 KB 354/1210 KB 264/471 KB 4/276 KB 632/748 KB 1263/1822 KB 374/1210 KB 300/471 KB 56/276 KB 636/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 640/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 644/748 KB 1299/1822 KB 374/121 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 0 KB 300/471 KB 56/276 KB 648/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 652/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 656/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 660/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 664/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 668/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 672/748 KB 1299/1822 KB 374/1210 KB 304/471 KB 56/276 KB 672/748 KB 1299/1822 KB 374/1210 KB 304/471 KB 56/276 KB 676/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 680/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 684/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 688/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 692/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 696/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 700/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 704/748 KB 1299/1822 KB 374/1210 KB 308/471 KB 56/276 KB 708/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 56/276 KB 632/748 KB 1299/1822 KB 374/1210 KB 300/471 KB 40/276 KB 632/748 KB 1267/1822 KB 378/1210 KB 308/471 KB 56/276 KB 708/748 KB 1303/1822 KB 382/1210 KB 308/471 KB 56/276 KB 708/748 KB 1303/1822 KB 386/1210 KB 308/471 KB 56/276 KB 708/748 KB 1303/1822 KB 390/1210 KB 308/471 KB 56/276 KB 708/748 KB 1303/1822 KB 394/1210 KB 308/471 KB 56/276 KB 708/748 KB 1303/1822 KB 398/1210 KB 308/471 KB 60/276 KB 708/748 KB 1303/1822 KB 402/1210 KB 308/471 KB 60/276 KB 708/748 KB 1303/1822 KB 374/1210 KB 308/471 KB 56/276 KB 708/748 KB 1303/1822 KB 402/1210 KB 308/471 KB 60/276 KB 712/748 KB 1307/1822 KB 402/1210 KB 308/471 KB 60/276 KB 712/748 KB 1311/1822 KB 374/1210 KB 308/471 KB 56/276 KB 676/748 KB 1299/1822 KB 402/1210 KB 312/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 316/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 320/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 324/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 328/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 332/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 336/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 340/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 344/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 348/471 KB 60/276 KB 712/748 KB 1311/1822 KB 402/1210 KB 352/471 KB 60/276 KB 712/748 KB 1315/1822 KB 402/1210 KB 308/471 KB 60/276 KB 712/748 KB 1303/1822 KB 406/1210 KB 352/471 KB 60/276 KB 716/748 KB 1315/1822 KB 406/1210 KB 352/471 KB 60/276 KB 720/748 KB 1315/1822 KB 394/1210 KB 308/471 KB 60/276 KB 708/748 KB 1303/1822 KB 406/1210 KB 352/471 KB 64/276 KB 720/748 KB 1315/1822 KB 406/1210 KB 352/471 KB 68/276 KB 720/748 KB 1315/1822 KB 406/1210 KB 352/471 KB 72/276 KB 720/748 KB 1315/1822 KB 406/1210 KB 352/471 KB 76/276 KB 720/748 KB 1315/1822 KB 406/1210 KB 352/471 KB 80/276 KB 720/748 KB 1315/1822 KB 406/1210 KB 352/471 KB 84/276 KB 724/748 KB 1315/1822 KB 406/1210 KB 356/471 KB 88/276 KB 724/748 KB 1315/1822 KB 406/1210 KB 356/471 KB 92/276 KB 724/748 KB 1315/1822 KB 406/1210 KB 356/471 KB 96/276 KB 724/748 KB 1315/1822 KB 406/1210 KB 352/471 KB 60/276 KB 712/748 KB 1315/1822 KB 410/1210 KB 356/471 KB 96/276 KB 724/748 KB 1315/1822 KB 414/1210 KB 356/471 KB 96/276 KB 724/748 KB 1315/1822 KB 402/1210 KB 348/471 KB 60/276 KB 712/748 KB 1315/1822 KB 414/1210 KB 356/471 KB 96/276 KB 724/748 KB 1319/1822 KB 418/1210 KB 356/471 KB 96/276 KB 724/748 KB 1323/1822 KB 418/1210 KB 356/471 K unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install B 96/276 KB 724/748 KB 1327/1822 KB 418/1210 KB 356/471 KB 96/276 KB 724/748 KB 1331/1822 KB 418/1210 KB 356/471 KB 100/276 KB 724/748 KB 1335/1822 KB 418/1210 KB 356/471 KB 100/276 KB 724/748 KB 1339/1822 KB 418/1210 KB 356/471 KB 100/276 KB 724/748 KB 1343/1822 KB 406/1210 KB 356/471 KB 84/276 KB 724/748 KB 1315/1822 KB 418/1210 KB 360/471 KB 100/276 KB 724/748 KB 1343/1822 KB 418/1210 KB 364/471 KB 100/276 KB 724/748 KB 1343/1822 KB 418/1210 KB 368/471 KB 100/276 KB 724/748 KB 1343/1822 KB 418/1210 KB 372/471 KB 100/276 KB 724/748 KB 1343/1822 KB 418/1210 KB 376/471 KB 100/276 KB 724/748 KB 1343/1822 KB 418/1210 KB 380/471 KB 100/276 KB 724/748 KB 1343/1822 KB 418/1210 KB 384/471 KB 100/276 KB 724/748 KB 1343/1822 KB 418/1210 KB 388/471 KB 100/276 KB 724/748 KB 1343/1822 KB 406/1210 KB 352/471 KB 80/276 KB 724/748 KB 1315/1822 KB 418/1210 KB 388/471 KB 100/276 KB 728/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 732/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 736/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 740/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 744/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 748/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 748/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 724/748 KB 1347/1822 KB 418/1210 KB 388/471 KB 100/276 KB 748/748 KB 1351/1822 KB 418/1210 KB 388/471 KB 100/276 KB 748/748 KB 1355/1822 KB 418/1210 KB 392/471 KB 100/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 356/471 KB 100/276 KB 724/748 KB 1331/1822 KB 418/1210 KB 392/471 KB 104/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 392/471 KB 108/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 392/471 KB 112/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 392/471 KB 116/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 392/471 KB 120/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 356/471 KB 96/276 KB 724/748 KB 1319/1822 KB 422/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 426/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 430/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 434/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 438/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 442/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 446/1210 KB 392/471 KB 124/276 KB 748/748 KB 1359/1822 KB 418/1210 KB 392/471 KB 100/276 KB 748/748 KB 1355/1822 KB 446/1210 KB 396/471 KB 124/276 KB 748/748 KB 1359/1822 KB 446/1210 KB 400/471 KB 124/276 KB 748/748 KB 1359/1822 KB 450/1210 KB 404/471 KB 124/276 KB 748/748 KB 1359/1822 KB 450/1210 KB 408/471 KB 128/276 KB 748/748 KB 1363/1822 KB 450/1210 KB 412/471 KB 128/276 KB 748/748 KB 1363/1822 KB 450/1210 KB 416/471 KB 128/276 KB 748/748 KB 1363/1822 KB 450/1210 KB 400/471 KB 124/276 KB 748/748 KB 1359/1822 KB 454/1210 KB 416/471 KB 128/276 KB 748/748 KB 1363/1822 KB 458/1210 KB 416/471 KB 128/276 KB 748/748 KB 1363/1822 KB 462/1210 KB 416/471 KB 128/276 KB 748/748 KB 1363/1822 KB 466/1210 KB 416/471 KB 128/276 KB 748/748 KB 1363/1822 KB 470/1210 KB 416/471 KB 128/276 KB 748/748 KB 1363/1822 KB 474/1210 KB 420/471 KB 128/276 KB 748/748 KB 1363/1822 KB 478/1210 KB 420/471 KB 128/276 KB 748/748 KB 1363/1822 KB 482/1210 KB 420/471 KB 128/276 KB 748/748 KB 1363/1822 KB 486/1210 KB 420/471 KB 128/276 KB 748/748 KB 1363/1822 KB 490/1210 KB 420/471 KB 128/276 KB 748/748 KB 1363/1822 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 450/1210 KB 404/471 KB 128/276 KB 748/748 KB 1363/1822 KB 490/1210 KB 420/471 KB 128/276 KB 1367/1822 KB 450/1210 KB 404/471 KB 128/276 KB 748/748 KB 1359/1822 KB 490/1210 KB 420/471 KB 132/276 KB 1367/1822 KB 490/1210 KB 420/471 KB 136/276 KB 1371/1822 KB 490/1210 KB 420/471 KB 140/276 KB 1371/1822 KB 490/1210 KB 420/471 KB 144/276 KB 1371/1822 KB 490/1210 KB 420/471 KB 148/276 KB 1371/1822 KB 490/1210 KB 420/471 KB 152/276 KB 1371/1822 KB 490/1210 KB 420/471 KB 156/276 KB 1371/1822 KB 490/1210 KB 420/471 KB 160/276 KB 1371/1822 KB 470/1210 KB 420/471 KB 128/276 KB 748/748 KB 1363/1822 KB 494/1210 KB 424/471 KB 160/276 KB 1371/1822 KB 494/1210 KB 428/471 KB 160/276 KB 1371/1822 KB 494/1210 KB 432/471 KB 160/276 KB 1371/1822 KB 494/1210 KB 436/471 KB 160/276 KB 1371/1822 KB 494/1210 KB 440/471 KB 164/276 KB 1371/1822 KB 494/1210 KB 444/471 KB 164/276 KB 1371/1822 KB 494/1210 KB 448/471 KB 164/276 KB 1371/1822 KB 494/1210 KB 452/471 KB 164/276 KB 1371/1822 KB 494/1210 KB 456/471 KB 164/276 KB 1371/1822 KB 494/1210 KB 460/471 KB 164/276 KB 1371/1822 KB 494/1210 KB 420/471 KB 160/276 KB 1371/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 679.7 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 490/1210 KB 420/471 KB 132/276 KB 1371/1822 KB 494/1210 KB 464/471 KB 164/276 KB 1375/1822 KB 494/1210 KB 464/471 KB 164/276 KB 1379/1822 KB 494/1210 KB 464/471 KB 164/276 KB 1383/1822 KB 494/1210 KB 464/471 KB 164/276 KB 1387/1822 KB 494/1210 KB 464/471 KB 164/276 KB 1391/1822 KB 494/1210 KB 464/471 KB 164/276 KB 1395/1822 KB 498/1210 KB 464/471 KB 164/276 KB 1399/1822 KB 498/1210 KB 464/471 KB 164/276 KB 1403/1822 KB 498/1210 KB 464/471 KB 164/276 KB 1407/1822 KB 494/1210 KB 436/471 KB 164/276 KB 1371/1822 KB 498/1210 KB 464/471 KB 168/276 KB 1407/1822 KB 498/1210 KB 464/471 KB 172/276 KB 1407/1822 KB 498/1210 KB 464/471 KB 176/276 KB 1407/1822 KB 498/1210 KB 464/471 KB 180/276 KB 1411/1822 KB 498/1210 KB 464/471 KB 184/276 KB 1411/1822 KB 498/1210 KB 464/471 KB 188/276 KB 1411/1822 KB 498/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 498/1210 KB 464/471 KB 164/276 KB 1395/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 502/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 506/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 510/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 514/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 518/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 522/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 526/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 530/1210 KB 464/471 KB 192/276 KB 1411/1822 KB 534/1210 KB 464/471 KB 196/276 KB 1411/1822 KB 538/1210 KB 464/471 KB 196/276 KB 1411/1822 KB 542/1210 KB 464/471 KB 196/276 KB 1411/1822 KB 494/1210 KB 464/471 KB 184/276 KB 1411/1822 KB 498/1210 KB 464/471 KB 176/276 KB 1411/1822 KB 542/1210 KB 464/471 KB 196/276 KB 1415/1822 KB 542/1210 KB 464/471 KB 196/276 KB 1419/1822 KB 542/1210 KB 464/471 KB 196/276 KB 1423/1822 KB 542/1210 KB 468/471 KB 196/276 KB 1423/1822 KB 542/1210 KB 471/471 KB 196/276 KB 1427/1822 KB 530/1210 KB 464/471 KB 196/276 KB 1411/1822 KB 542/1210 KB 471/471 KB 200/276 KB 1427/1822 KB 542/1210 KB 471/471 KB 204/276 KB 1427/1822 KB 542/1210 KB 471/471 KB 208/276 KB 1427/1822 KB 542/1210 KB 471/471 KB 212/276 KB 1427/1822 KB 542/1210 KB 471/471 KB 216/276 KB 1427/1822 KB 542/1210 KB 471/471 KB 220/276 KB 1427/1822 KB 542/1210 KB 471/471 KB 224/276 KB 1427/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1427/1822 KB 542/1210 KB 468/471 KB 196/276 KB 1427/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1431/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1435/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1439/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1443/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1447/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1451/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1455/1822 KB 546/1210 KB 471/471 KB 228/276 KB 1459/1822 KB 546/1210 KB 471/471 KB 224/276 KB 1427/1822 KB 546/1210 KB 471/471 KB 232/276 KB 4/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 8/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 12/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 16/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 20/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 24/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 28/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 32/577 KB 1459/1822 KB 546/1210 KB 232/276 KB 36/577 KB 1459/1822 KB 546/1210 KB 232/276 KB 40/577 KB 1459/1822 KB 550/1210 KB 232/276 KB 44/577 KB 1459/1822 KB 554/1210 KB 232/276 KB 44/577 KB 1459/1822 KB 558/1210 KB 232/276 KB 44/577 KB 1459/1822 KB 562/1210 KB 232/276 KB 44/577 KB 1459/1822 KB 546/1210 KB 471/471 KB 232/276 KB 1459/1822 KB 562/1210 KB 236/276 KB 44/577 KB 1463/1822 KB 562/1210 KB 240/276 KB 44/577 KB 1463/1822 KB 562/1210 KB 232/276 KB 44/577 KB 1463/1822 KB 562/1210 KB 240/276 KB 44/577 KB 1467/1822 KB 562/1210 KB 240/276 KB 44/577 KB 1471/1822 KB 546/1210 KB 232/276 KB 44/577 KB 1459/1822 KB 562/1210 KB 240/276 KB 48/577 KB 1471/1822 KB 562/1210 KB 240/276 KB 52/577 KB 1471/1822 KB 562/1210 KB 240/276 KB 56/577 KB 1471/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 419.8 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 562/1210 KB 244/276 KB 56/577 KB 1471/1822 KB 566/1210 KB 248/276 KB 60/577 KB 1475/1822 KB 566/1210 KB 252/276 KB 60/577 KB 1475/1822 KB 566/1210 KB 256/276 KB 60/577 KB 1475/1822 KB 566/1210 KB 244/276 KB 60/577 KB 1475/1822 KB 566/1210 KB 256/276 KB 60/577 KB 1479/1822 KB 566/1210 KB 256/276 KB 60/577 KB 1483/1822 KB 566/1210 KB 256/276 KB 60/577 KB 1487/1822 KB 566/1210 KB 260/276 KB 60/577 KB 1491/1822 KB 566/1210 KB 244/276 KB 60/577 KB 1471/1822 KB 562/1210 KB 244/276 KB 60/577 KB 1471/1822 KB 566/1210 KB 260/276 KB 64/577 KB 1491/1822 KB 570/1210 KB 260/276 KB 64/577 KB 1491/1822 KB 570/1210 KB 260/276 KB 68/577 KB 1491/1822 KB 574/1210 KB 260/276 KB 72/577 KB 1491/1822 KB 574/1210 KB 260/276 KB 76/577 KB 1491/1822 KB 574/1210 KB 260/276 KB 80/577 KB 1491/1822 KB 574/1210 KB 260/276 KB 84/577 KB 1491/1822 KB 574/1210 KB 260/276 KB 88/577 KB 1495/1822 KB 574/1210 KB 260/276 KB 92/577 KB 1495/1822 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 566/1210 KB 260/276 KB 60/577 KB 1487/1822 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 4/37 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 8/37 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 12/37 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 16/37 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 20/37 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 24/37 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 28/37 KB 574/1210 KB 260/276 KB 96/577 KB 1495/1822 KB 32/37 KB 574/1210 KB 264/276 KB 96/577 KB 1495/1822 KB 36/37 KB 574/1210 KB 264/276 KB 96/577 KB 1495/1822 KB 37/37 KB 574/1210 KB 260/276 KB 84/577 KB 1495/1822 KB 574/1210 KB 264/276 KB 96/577 KB 1499/1822 KB 37/37 KB 574/1210 KB 264/276 KB 96/577 KB 1503/1822 KB 37/37 KB 574/1210 KB 260/276 KB 68/577 KB 1491/1822 KB 578/1210 KB 264/276 KB 96/577 KB 1503/1822 KB 37/37 KB 582/1210 KB 264/276 KB 96/577 KB 1503/1822 KB 37/37 KB 586/1210 KB 264/276 KB 96/577 KB 1503/1822 KB 37/37 KB 590/1210 KB 264/276 KB 96/577 KB 1503/1822 KB 37/37 KB 594/1210 KB 264/276 KB 96/577 KB 1503/1822 KB 37/37 KB 598/1210 KB 264/276 KB 96/577 KB 1503/1822 KB 37/37 KB 602/1210 KB 264/276 KB 96/577 KB 1507/1822 KB 37/37 KB 606/1210 KB 264/276 KB 96/577 KB 1507/1822 KB 37/37 KB 574/1210 KB 264/276 KB 96/577 KB 1495/1822 KB 32/37 KB 606/1210 KB 268/276 KB 96/577 KB 1507/1822 KB 37/37 KB 606/1210 KB 272/276 KB 96/577 KB 1507/1822 KB 37/37 KB 606/1210 KB 276/276 KB 96/577 KB 1507/1822 KB 37/37 KB 606/1210 KB 276/276 KB 96/577 KB 1507/1822 KB 37/37 KB 610/1210 KB 276/276 KB 96/577 KB 1507/1822 KB 37/37 KB 614/1210 KB 276/276 KB 100/577 KB 1507/1822 KB 37/37 KB 618/1210 KB 276/276 KB 100/577 KB 1507/1822 KB 37/37 KB 622/1210 KB 276/276 KB 100/577 KB 1507/1822 KB 37/37 KB 626/1210 KB 276/276 KB 100/577 KB 1507/1822 KB 37/37 KB 598/1210 KB 264/276 KB 96/577 KB 1507/1822 KB 37/37 KB 626/1210 KB 276/276 KB 100/577 KB 1511/1822 KB 37/37 KB 626/1210 KB 276/276 KB 100/577 KB 1515/1822 KB 37/37 KB 626/1210 KB 276/276 KB 100/577 KB 1519/1822 KB 37/37 KB 610/1210 KB 276/276 KB 100/577 KB 1507/1822 KB 37/37 KB 626/1210 KB 276/276 KB 104/577 KB 1519/1822 KB 37/37 KB 626/1210 KB 276/276 KB 108/577 KB 1519/1822 KB 37/37 KB 626/1210 KB 276/276 KB 112/577 KB 1519/1822 KB 626/1210 KB 276/276 KB 116/577 KB 1519/1822 KB 626/1210 KB 276/276 KB 120/577 KB 1523/1822 KB 626/1210 KB 276/276 KB 124/577 KB 1523/1822 KB 626/1210 KB 276/276 KB 128/577 KB 1523/1822 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 32.0 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 242.2 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 626/1210 KB 276/276 KB 116/577 KB 1523/1822 KB 626/1210 KB 128/577 KB 1527/1822 KB 626/1210 KB 128/577 KB 1531/1822 KB 626/1210 KB 128/577 KB 1535/1822 KB 626/1210 KB 128/577 KB 1539/1822 KB 630/1210 KB 132/577 KB 1543/1822 KB 630/1210 KB 132/577 KB 1547/1822 KB 630/1210 KB 132/577 KB 1551/1822 KB 630/1210 KB 132/577 KB 1539/1822 KB 630/1210 KB 136/577 KB 1551/1822 KB 630/1210 KB 140/577 KB 1551/1822 KB 630/1210 KB 144/577 KB 1551/1822 KB 630/1210 KB 148/577 KB 1555/1822 KB 630/1210 KB 152/577 KB 1555/1822 KB 630/1210 KB 156/577 KB 1555/1822 KB 630/1210 KB 160/577 KB 1555/1822 KB 630/1210 KB 164/577 KB 1555/1822 KB 630/1210 KB 128/577 KB 1539/1822 KB 634/1210 KB 164/577 KB 1555/1822 KB 638/1210 KB 164/577 KB 1555/1822 KB 642/1210 KB 164/577 KB 1555/1822 KB 646/1210 KB 164/577 KB 1555/1822 KB 650/1210 KB 164/577 KB 1555/1822 KB 654/1210 KB 164/577 KB 1555/1822 KB 658/1210 KB 164/577 KB 1555/1822 KB 662/1210 KB 164/577 KB 1555/1822 KB 666/1210 KB 164/577 KB 1555/1822 KB 670/1210 KB 164/577 KB 1555/1822 KB 630/1210 KB 144/577 KB 1555/1822 KB 670/1210 KB 164/577 KB 1559/1822 KB 670/1210 KB 164/577 KB 1563/1822 KB 670/1210 KB 164/577 KB 1567/1822 KB 674/1210 KB 164/577 KB 1567/1822 KB 678/1210 KB 168/577 KB 1571/1822 KB 682/1210 KB 168/577 KB 1571/1822 KB 686/1210 KB 168/577 KB 1571/1822 KB 674/1210 KB 168/577 KB 1571/1822 KB 686/1210 KB 172/577 KB 1571/1822 KB 686/1210 KB 176/577 KB 1571/1822 KB 674/1210 KB 164/577 KB 1571/1822 KB 686/1210 KB 176/577 KB 1575/1822 KB 686/1210 KB 176/577 KB 1579/1822 KB 686/1210 KB 176/577 KB 1583/1822 KB 686/1210 KB 176/577 KB 1587/1822 KB 690/1210 KB 180/577 KB 1591/1822 KB 690/1210 KB 180/577 KB 1595/1822 KB 690/1210 KB 180/577 KB 1599/1822 KB 690/1210 KB 180/577 KB 1587/1822 KB 694/1210 KB 180/577 KB 1599/1822 KB 698/1210 KB 180/577 KB 1599/1822 KB 702/1210 KB 180/577 KB 1599/1822 KB 706/1210 KB 180/577 KB 1603/1822 KB 710/1210 KB 180/577 KB 1603/1822 KB 714/1210 KB 180/577 KB 1603/1822 KB 718/1210 KB 180/577 KB 1603/1822 KB 722/1210 KB 180/577 KB 1603/1822 KB 686/1210 KB 180/577 KB 1587/1822 KB 722/1210 KB 184/577 KB 1603/1822 KB 722/1210 KB 188/577 KB 1603/1822 KB 722/1210 KB 192/577 KB 1603/1822 KB 722/1210 KB 196/577 KB 1603/1822 KB 722/1210 KB 200/577 KB 1603/1822 KB 722/1210 KB 204/577 KB 1603/1822 KB 722/1210 KB 208/577 KB 1603/1822 KB 722/1210 KB 212/577 KB 1603/1822 KB 722/1210 KB 216/577 KB 1603/1822 KB 722/1210 KB 220/577 KB 1603/1822 KB 726/1210 KB 224/577 KB 1603/1822 KB 702/1210 KB 180/577 KB 1603/1822 KB 726/1210 KB 224/577 KB 1607/1822 KB 726/1210 KB 224/577 KB 1611/1822 KB 726/1210 KB 224/577 KB 1615/1822 KB 726/1210 KB 224/577 KB 1619/1822 KB 726/1210 KB 224/577 KB 1623/1822 KB 726/1210 KB 224/577 KB 1627/1822 KB 726/1210 KB 224/577 KB 1631/1822 KB 726/1210 KB 220/577 KB 1603/1822 KB 730/1210 KB 224/577 KB 1631/1822 KB 734/1210 KB 224/577 KB 1631/1822 KB 738/1210 KB 228/577 KB 1631/1822 KB 742/1210 KB 228/577 KB 1635/1822 KB 746/1210 KB 228/577 KB 1635/1822 KB 750/1210 KB 228/577 KB 1635/1822 KB 734/1210 KB 228/577 KB 1631/1822 KB 750/1210 KB 232/577 KB 1635/1822 KB 750/1210 KB 236/577 KB 1635/1822 KB 750/1210 KB 240/577 KB 1635/1822 KB 750/1210 KB 244/577 KB 1635/1822 KB 754/1210 KB 248/577 KB 1635/1822 KB 738/1210 KB 228/577 KB 1635/1822 KB 754/1210 KB 248/577 KB 1639/1822 KB 754/1210 KB 248/577 KB 1643/1822 KB 754/1210 KB 248/577 KB 1647/1822 KB 754/1210 KB 248/577 KB 1651/1822 KB 754/1210 KB 248/577 KB 1 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 655/1822 KB 754/1210 KB 248/577 KB 1659/1822 KB 754/1210 KB 244/577 KB 1635/1822 KB 758/1210 KB 252/577 KB 1659/1822 KB 762/1210 KB 252/577 KB 1659/1822 KB 766/1210 KB 252/577 KB 1659/1822 KB 770/1210 KB 252/577 KB 1663/1822 KB 774/1210 KB 252/577 KB 1663/1822 KB 778/1210 KB 252/577 KB 1663/1822 KB 782/1210 KB 252/577 KB 1663/1822 KB 786/1210 KB 252/577 KB 1663/1822 KB 790/1210 KB 252/577 KB 1663/1822 KB 794/1210 KB 252/577 KB 1663/1822 KB 798/1210 KB 252/577 KB 1663/1822 KB 754/1210 KB 252/577 KB 1659/1822 KB 766/1210 KB 252/577 KB 1663/1822 KB 798/1210 KB 256/577 KB 1663/1822 KB 798/1210 KB 256/577 KB 1667/1822 KB 798/1210 KB 260/577 KB 1671/1822 KB 798/1210 KB 260/577 KB 1675/1822 KB 798/1210 KB 260/577 KB 1679/1822 KB 798/1210 KB 260/577 KB 1683/1822 KB 798/1210 KB 260/577 KB 1687/1822 KB 798/1210 KB 260/577 KB 1691/1822 KB 798/1210 KB 260/577 KB 1695/1822 KB 798/1210 KB 260/577 KB 1699/1822 KB 798/1210 KB 260/577 KB 1667/1822 KB 802/1210 KB 264/577 KB 1699/1822 KB 802/1210 KB 268/577 KB 1699/1822 KB 802/1210 KB 272/577 KB 1699/1822 KB 802/1210 KB 276/577 KB 1699/1822 KB 802/1210 KB 280/577 KB 1699/1822 KB 802/1210 KB 284/577 KB 1699/1822 KB 802/1210 KB 288/577 KB 1699/1822 KB 802/1210 KB 292/577 KB 1699/1822 KB 802/1210 KB 260/577 KB 1699/1822 KB 806/1210 KB 292/577 KB 1703/1822 KB 810/1210 KB 292/577 KB 1703/1822 KB 814/1210 KB 292/577 KB 1703/1822 KB 802/1210 KB 292/577 KB 1703/1822 KB 814/1210 KB 296/577 KB 1707/1822 KB 814/1210 KB 296/577 KB 1711/1822 KB 814/1210 KB 296/577 KB 1715/1822 KB 818/1210 KB 296/577 KB 1719/1822 KB 818/1210 KB 296/577 KB 1723/1822 KB 818/1210 KB 296/577 KB 1727/1822 KB 814/1210 KB 296/577 KB 1703/1822 KB 818/1210 KB 300/577 KB 1727/1822 KB 818/1210 KB 304/577 KB 1727/1822 KB 818/1210 KB 308/577 KB 1727/1822 KB 818/1210 KB 312/577 KB 1727/1822 KB 818/1210 KB 316/577 KB 1727/1822 KB 818/1210 KB 320/577 KB 1727/1822 KB 818/1210 KB 324/577 KB 1731/1822 KB 818/1210 KB 328/577 KB 1731/1822 KB 818/1210 KB 332/577 KB 1731/1822 KB 818/1210 KB 336/577 KB 1731/1822 KB 818/1210 KB 340/577 KB 1731/1822 KB 818/1210 KB 296/577 KB 1715/1822 KB 822/1210 KB 340/577 KB 1731/1822 KB 826/1210 KB 340/577 KB 1731/1822 KB 830/1210 KB 340/577 KB 1731/1822 KB 834/1210 KB 340/577 KB 1731/1822 KB 838/1210 KB 340/577 KB 1731/1822 KB 842/1210 KB 340/577 KB 1731/1822 KB 846/1210 KB 340/577 KB 1731/1822 KB 850/1210 KB 340/577 KB 1731/1822 KB 854/1210 KB 340/577 KB 1731/1822 KB 858/1210 KB 340/577 KB 1731/1822 KB 862/1210 KB 340/577 KB 1731/1822 KB 866/1210 KB 344/577 KB 1731/1822 KB 870/1210 KB 344/577 KB 1731/1822 KB 874/1210 KB 344/577 KB 1731/1822 KB 818/1210 KB 320/577 KB 1731/1822 KB 874/1210 KB 344/577 KB 1735/1822 KB 874/1210 KB 344/577 KB 1739/1822 KB 874/1210 KB 344/577 KB 1743/1822 KB 874/1210 KB 344/577 KB 1747/1822 KB 874/1210 KB 344/577 KB 1751/1822 KB 874/1210 KB 344/577 KB 1755/1822 KB 874/1210 KB 344/577 KB 1759/1822 KB 874/1210 KB 344/577 KB 1763/1822 KB 874/1210 KB 344/577 KB 1767/1822 KB 878/1210 KB 344/577 KB 1771/1822 KB 878/1210 KB 344/577 KB 1775/1822 KB 878/1210 KB 344/577 KB 1779/1822 KB 878/1210 KB 344/577 KB 1783/1822 KB 878/1210 KB 344/577 KB 1787/1822 KB 878/1210 KB 344/577 KB 1791/1822 KB 862/1210 KB 344/577 KB 1731/1822 KB 878/1210 KB 348/577 KB 1791/1822 KB 878/1210 KB 352/577 KB 1791/1822 KB 878/1210 KB 356/577 KB 1791/1822 KB 878/1210 KB 360/577 KB 1791/1822 KB 878/1210 KB 364/577 KB 1791/1822 KB 878/1210 KB 368/577 KB 1791/1822 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 878/1210 KB 344/577 KB 1767/1822 KB 882/1210 KB 368/577 KB 1791/1822 KB 886/1210 KB 368/577 KB 1791/1822 KB 890/1210 KB 372/577 KB 1791/1822 KB 894/1210 KB 372/577 KB 1791/1822 KB 898/1210 KB 372/577 KB 1795/1822 KB 902/1210 KB 372/577 KB 1795/1822 KB 906/1210 KB 372/577 KB 1795/1822 KB 910/1210 KB 372/577 KB 1795/1822 KB 914/1210 KB 372/577 KB 1795/1822 KB 918/1210 KB 372/577 KB 1795/1822 KB 922/1210 KB 372/577 KB 1795/1822 KB 926/1210 KB 372/577 KB 1795/1822 KB 930/1210 KB 372/577 KB 1795/1822 KB 894/1210 KB 372/577 KB 1795/1822 KB 886/1210 KB 372/577 KB 1791/1822 KB 930/1210 KB 376/577 KB 1795/1822 KB 930/1210 KB 380/577 KB 1795/1822 KB 930/1210 KB 384/577 KB 1795/1822 KB 930/1210 KB 388/577 KB 1795/1822 KB 930/1210 KB 392/577 KB 1799/1822 KB 930/1210 KB 396/577 KB 1799/1822 KB 930/1210 KB 400/577 KB 1799/1822 KB 930/1210 KB 388/577 KB 1799/1822 KB 930/1210 KB 400/577 KB 1803/1822 KB 930/1210 KB 400/577 KB 1807/1822 KB 930/1210 KB 400/577 KB 1811/1822 KB 930/1210 KB 404/577 KB 1815/1822 KB 930/1210 KB 404/577 KB 1819/1822 KB 930/1210 KB 404/577 KB 1822/1822 KB 930/1210 KB 404/577 KB 1811/1822 KB 930/1210 KB 408/577 KB 1822/1822 KB 930/1210 KB 412/577 KB 1822/1822 KB 930/1210 KB 416/577 KB 1822/1822 KB 930/1210 KB 420/577 KB 1822/1822 KB 934/1210 KB 420/577 KB 1822/1822 KB 938/1210 KB 420/577 KB 1822/1822 KB 942/1210 KB 420/577 KB 1822/1822 KB 942/1210 KB 424/577 KB 1822/1822 KB 942/1210 KB 428/577 KB 1822/1822 KB 946/1210 KB 432/577 KB 1822/1822 KB 946/1210 KB 436/577 KB 1822/1822 KB 946/1210 KB 440/577 KB 1822/1822 KB 946/1210 KB 444/577 KB 1822/1822 KB 946/1210 KB 448/577 KB 1822/1822 KB 946/1210 KB 428/577 KB 1822/1822 KB 950/1210 KB 448/577 KB 1822/1822 KB 954/1210 KB 448/577 KB 1822/1822 KB 958/1210 KB 448/577 KB 1822/1822 KB 962/1210 KB 448/577 KB 1822/1822 KB 966/1210 KB 452/577 KB 1822/1822 KB 970/1210 KB 452/577 KB 1822/1822 KB 974/1210 KB 452/577 KB 1822/1822 KB 962/1210 KB 452/577 KB 1822/1822 KB 974/1210 KB 456/577 KB 1822/1822 KB 974/1210 KB 460/577 KB 1822/1822 KB 974/1210 KB 464/577 KB 1822/1822 KB 978/1210 KB 468/577 KB 1822/1822 KB 978/1210 KB 472/577 KB 1822/1822 KB 978/1210 KB 476/577 KB 1822/1822 KB 978/1210 KB 480/577 KB 1822/1822 KB 978/1210 KB 484/577 KB 1822/1822 KB 978/1210 KB 488/577 KB 1822/1822 KB 978/1210 KB 492/577 KB 1822/1822 KB 978/1210 KB 496/577 KB 1822/1822 KB 978/1210 KB 500/577 KB 1822/1822 KB 978/1210 KB 464/577 KB 1822/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1520.3 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 982/1210 KB 500/577 KB 986/1210 KB 500/577 KB 990/1210 KB 500/577 KB 994/1210 KB 500/577 KB 998/1210 KB 500/577 KB 1002/1210 KB 500/577 KB 1006/1210 KB 500/577 KB 1010/1210 KB 500/577 KB 1014/1210 KB 504/577 KB 1018/1210 KB 504/577 KB 1022/1210 KB 504/577 KB 1026/1210 KB 504/577 KB 1030/1210 KB 504/577 KB 1034/1210 KB 504/577 KB 1038/1210 KB 504/577 KB 1042/1210 KB 504/577 KB 1046/1210 KB 504/577 KB 1050/1210 KB 504/577 KB 1054/1210 KB 504/577 KB 1010/1210 KB 504/577 KB 1054/1210 KB 508/577 KB 1054/1210 KB 512/577 KB 1054/1210 KB 516/577 KB 1054/1210 KB 520/577 KB 1054/1210 KB 524/577 KB 1054/1210 KB 528/577 KB 1054/1210 KB 532/577 KB 1054/1210 KB 536/577 KB 1054/1210 KB 540/577 KB 1054/1210 KB 544/577 KB 1058/1210 KB 548/577 KB 1058/1210 KB 552/577 KB 1058/1210 KB 556/577 KB 1058/1210 KB 544/577 KB 1062/1210 KB 560/577 KB 1066/1210 KB 560/577 KB 1070/1210 KB 560/577 KB 1074/1210 KB 560/577 KB 1078/1210 KB 560/577 KB 1082/1210 KB 560/577 KB 1086/1210 KB 560/577 KB 1090/1210 KB 560/577 KB 1094/1210 KB 560/577 KB 1098/1210 KB 560/577 KB 1102/1210 KB 560/577 KB 1058/1210 KB 560/577 KB 1102/1210 KB 4/439 KB 560/577 KB 1102/1210 KB 8/439 KB 560/577 KB 1102/1210 KB 12/439 KB 560/577 KB 1102/1210 KB 16/439 KB 560/577 KB 1102/1210 KB 20/439 KB 560/577 KB 1102/1210 KB 24/439 KB 560/577 KB 1102/1210 KB 28/439 KB 560/577 KB 1102/1210 KB 32/439 KB 560/577 KB 1102/1210 KB 36/439 KB 560/577 KB 1102/1210 KB 40/439 KB 560/577 KB 1102/1210 KB 44/439 KB 560/577 KB 1102/1210 KB 48/439 KB 560/577 KB 1102/1210 KB 52/439 KB 560/577 KB 1102/1210 KB 56/439 KB 564/577 KB 1102/1210 KB 60/439 KB 564/577 KB 1102/1210 KB 64/439 KB 564/577 KB 1102/1210 KB 52/439 KB 564/577 KB 1102/1210 KB 64/439 KB 568/577 KB 1102/1210 KB 64/439 KB 572/577 KB 1102/1210 KB 64/439 KB 576/577 KB 1102/1210 KB 64/439 KB 577/577 KB 1102/1210 KB 68/439 KB 577/577 KB 1102/1210 KB 72/439 KB 577/577 KB 1102/1210 KB 76/439 KB 577/577 KB 1102/1210 KB 80/439 KB 577/577 KB 1106/1210 KB 80/439 KB 577/577 KB 1110/1210 KB 80/439 KB 577/577 KB 1114/1210 KB 80/439 KB 577/577 KB 1118/1210 KB 80/439 KB 577/577 KB 1122/1210 KB 84/439 KB 577/577 KB 1126/1210 KB 84/439 KB 577/577 KB 1130/1210 KB 84/439 KB 577/577 KB 1134/1210 KB 84/439 KB 577/577 KB 1118/1210 KB 84/439 KB 577/577 KB 1134/1210 KB 88/439 KB 577/577 KB 1134/1210 KB 92/439 KB 577/577 KB 1134/1210 KB 96/439 KB 577/577 KB 1134/1210 KB 100/439 KB 577/577 KB 1134/1210 KB 104/439 KB 577/577 KB 1138/1210 KB 104/439 KB 577/577 KB 1142/1210 KB 108/439 KB 577/577 KB 1142/1210 KB 4/167 KB 108/439 KB 577/577 KB 1142/1210 KB 8/167 KB 108/439 KB 577/577 KB 1142/1210 KB 12/167 KB 108/439 KB 577/577 KB 1142/1210 KB 16/167 KB 108/439 KB 577/577 KB 1142/1210 KB 20/167 KB 108/439 KB 577/577 KB 1142/1210 KB 24/167 KB 108/439 KB 577/577 KB 1142/1210 KB 28/167 KB 108/439 KB 577/577 KB 1142/1210 KB 32/167 KB 108/439 KB 577/577 KB 1142/1210 KB 36/167 KB 108/439 KB 577/577 KB 1142/1210 KB 40/167 KB 108/439 KB 577/577 KB 1142/1210 KB 44/167 KB 108/439 KB 577/577 KB 1142/1210 KB 48/167 KB 108/439 KB 577/577 KB 1142/1210 KB 52/167 KB 108/439 KB 1142/1210 KB 56/167 KB 108/439 KB 1142/1210 KB 60/167 KB 108/439 KB 1142/1210 KB 64/167 KB 108/439 KB 1138/1210 KB 108/439 KB 577/577 KB 1142/1210 KB 64/167 KB 112/439 KB 1142/1210 KB 64/167 KB 116/439 KB 1146/1210 KB 68/167 KB 120/439 KB 1146/1210 KB 68/167 KB 124/439 KB 1146/1210 KB 68/167 KB 128/439 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 471.2 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 1146/1210 KB 68/167 KB 116/439 KB 1150/1210 KB 68/167 KB 128/439 KB 1142/1210 KB 68/167 KB 116/439 KB 1150/1210 KB 72/167 KB 128/439 KB 1150/1210 KB 76/167 KB 128/439 KB 1150/1210 KB 80/167 KB 128/439 KB 1154/1210 KB 84/167 KB 128/439 KB 1154/1210 KB 88/167 KB 132/439 KB 1154/1210 KB 92/167 KB 132/439 KB 1154/1210 KB 96/167 KB 132/439 KB 1154/1210 KB 80/167 KB 128/439 KB 1158/1210 KB 96/167 KB 132/439 KB 1162/1210 KB 96/167 KB 132/439 KB 1166/1210 KB 96/167 KB 132/439 KB 1154/1210 KB 84/167 KB 132/439 KB 1166/1210 KB 96/167 KB 136/439 KB 1166/1210 KB 96/167 KB 140/439 KB 1166/1210 KB 96/167 KB 144/439 KB 1170/1210 KB 96/167 KB 148/439 KB 1170/1210 KB 100/167 KB 152/439 KB 1170/1210 KB 100/167 KB 156/439 KB 1170/1210 KB 100/167 KB 160/439 KB 1170/1210 KB 96/167 KB 144/439 KB 1174/1210 KB 100/167 KB 160/439 KB 3/562 KB 1178/1210 KB 100/167 KB 160/439 KB 3/562 KB 1170/1210 KB 100/167 KB 160/439 KB 3/562 KB 1178/1210 KB 100/167 KB 160/439 KB 6/562 KB 1178/1210 KB 100/167 KB 160/439 KB 9/562 KB 1178/1210 KB 100/167 KB 160/439 KB 11/562 KB 1178/1210 KB 100/167 KB 160/439 KB 14/562 KB 1178/1210 KB 100/167 KB 160/439 KB 16/562 KB 1178/1210 KB 100/167 KB 160/439 KB 19/562 KB 1170/1210 KB 100/167 KB 148/439 KB 1178/1210 KB 104/167 KB 160/439 KB 19/562 KB 1182/1210 KB 108/167 KB 160/439 KB 19/562 KB 1182/1210 KB 104/167 KB 160/439 KB 19/562 KB 1182/1210 KB 108/167 KB 160/439 KB 22/562 KB 1186/1210 KB 108/167 KB 160/439 KB 22/562 KB 1190/1210 KB 112/167 KB 164/439 KB 25/562 KB 1194/1210 KB 112/167 KB 164/439 KB 25/562 KB 1198/1210 KB 112/167 KB 164/439 KB 25/562 KB 1186/1210 KB 112/167 KB 164/439 KB 25/562 KB 1198/1210 KB 112/167 KB 168/439 KB 25/562 KB 1198/1210 KB 112/167 KB 172/439 KB 25/562 KB 1198/1210 KB 112/167 KB 176/439 KB 25/562 KB 1186/1210 KB 112/167 KB 160/439 KB 25/562 KB 1186/1210 KB 112/167 KB 160/439 KB 22/562 KB 1198/1210 KB 116/167 KB 176/439 KB 25/562 KB 1198/1210 KB 120/167 KB 176/439 KB 27/562 KB 1198/1210 KB 124/167 KB 176/439 KB 27/562 KB 1198/1210 KB 128/167 KB 176/439 KB 27/562 KB 1198/1210 KB 132/167 KB 180/439 KB 27/562 KB 1202/1210 KB 136/167 KB 180/439 KB 27/562 KB 1198/1210 KB 116/167 KB 176/439 KB 27/562 KB 1202/1210 KB 136/167 KB 180/439 KB 30/562 KB 1202/1210 KB 136/167 KB 180/439 KB 32/562 KB 1202/1210 KB 136/167 KB 180/439 KB 36/562 KB 1202/1210 KB 136/167 KB 180/439 KB 40/562 KB 1202/1210 KB 140/167 KB 180/439 KB 44/562 KB 1202/1210 KB 140/167 KB 180/439 KB 48/562 KB 1202/1210 KB 140/167 KB 180/439 KB 52/562 KB 1202/1210 KB 140/167 KB 180/439 KB 56/562 KB 1202/1210 KB 140/167 KB 180/439 KB 60/562 KB 1202/1210 KB 140/167 KB 180/439 KB 64/562 KB 1202/1210 KB 140/167 KB 180/439 KB 68/562 KB 1202/1210 KB 132/167 KB 180/439 KB 27/562 KB 1206/1210 KB 140/167 KB 180/439 KB 68/562 KB 1210/1210 KB 140/167 KB 180/439 KB 68/562 KB 1198/1210 KB 128/167 KB 180/439 KB 27/562 KB 1210/1210 KB 140/167 KB 184/439 KB 68/562 KB 1210/1210 KB 140/167 KB 188/439 KB 68/562 KB 1210/1210 KB 140/167 KB 192/439 KB 68/562 KB 1202/1210 KB 140/167 KB 180/439 KB 40/562 KB 1210/1210 KB 144/167 KB 192/439 KB 68/562 KB 1210/1210 KB 148/167 KB 192/439 KB 68/562 KB 1210/1210 KB 152/167 KB 196/439 KB 68/562 KB 1210/1210 KB 156/167 KB 196/439 KB 68/562 KB 1210/1210 KB 160/167 KB 196/439 KB 68/562 KB 1210/1210 KB 148/167 KB 196/439 KB 68/562 KB 1210/1210 KB 160/167 KB 200/439 KB 68/562 KB 1210/1210 KB 160/167 KB 204/439 KB 68/562 KB 1210/1210 KB 160/167 KB 208/439 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 68/562 KB 1210/1210 KB 160/167 KB 212/439 KB 68/562 KB 1210/1210 KB 164/167 KB 216/439 KB 72/562 KB 1210/1210 KB 164/167 KB 220/439 KB 72/562 KB 1210/1210 KB 164/167 KB 224/439 KB 72/562 KB 1210/1210 KB 164/167 KB 228/439 KB 72/562 KB 1210/1210 KB 164/167 KB 232/439 KB 72/562 KB 1210/1210 KB 164/167 KB 236/439 KB 72/562 KB 1210/1210 KB 164/167 KB 212/439 KB 72/562 KB 1210/1210 KB 164/167 KB 240/439 KB 76/562 KB 1210/1210 KB 164/167 KB 240/439 KB 80/562 KB 1210/1210 KB 164/167 KB 212/439 KB 68/562 KB 1210/1210 KB 167/167 KB 240/439 KB 80/562 KB 1210/1210 KB 167/167 KB 240/439 KB 84/562 KB 1210/1210 KB 167/167 KB 240/439 KB 88/562 KB 1210/1210 KB 167/167 KB 240/439 KB 92/562 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 970.0 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 167/167 KB 240/439 KB 96/562 KB 1210/1210 KB 167/167 KB 240/439 KB 96/562 KB 167/167 KB 240/439 KB 100/562 KB 167/167 KB 244/439 KB 104/562 KB 167/167 KB 244/439 KB 108/562 KB 167/167 KB 244/439 KB 112/562 KB 167/167 KB 244/439 KB 100/562 KB 167/167 KB 248/439 KB 112/562 KB 167/167 KB 252/439 KB 112/562 KB 167/167 KB 256/439 KB 112/562 KB 167/167 KB 260/439 KB 112/562 KB 167/167 KB 264/439 KB 116/562 KB 167/167 KB 268/439 KB 116/562 KB 167/167 KB 272/439 KB 116/562 KB 167/167 KB 260/439 KB 116/562 KB 167/167 KB 272/439 KB 120/562 KB 167/167 KB 272/439 KB 124/562 KB 167/167 KB 272/439 KB 128/562 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 132.9 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 4/256 KB 272/439 KB 128/562 KB 8/256 KB 272/439 KB 128/562 KB 12/256 KB 272/439 KB 128/562 KB 16/256 KB 272/439 KB 128/562 KB 16/256 KB 276/439 KB 128/562 KB 20/256 KB 280/439 KB 132/562 KB 20/256 KB 284/439 KB 132/562 KB 20/256 KB 288/439 KB 132/562 KB 20/256 KB 292/439 KB 132/562 KB 20/256 KB 276/439 KB 132/562 KB 24/256 KB 292/439 KB 132/562 KB 28/256 KB 292/439 KB 132/562 KB 32/256 KB 4/140 KB 292/439 KB 132/562 KB 36/256 KB 4/140 KB 292/439 KB 132/562 KB 40/256 KB 4/140 KB 292/439 KB 132/562 KB 44/256 KB 4/140 KB 292/439 KB 132/562 KB 48/256 KB 4/140 KB 292/439 KB 132/562 KB 16/256 KB 276/439 KB 132/562 KB 48/256 KB 4/140 KB 292/439 KB 136/562 KB 48/256 KB 4/140 KB 292/439 KB 140/562 KB 48/256 KB 4/140 KB 292/439 KB 144/562 KB 48/256 KB 4/140 KB 292/439 KB 148/562 KB 52/256 KB 4/140 KB 292/439 KB 152/562 KB 52/256 KB 4/140 KB 292/439 KB 156/562 KB 28/256 KB 4/140 KB 292/439 KB 132/562 KB 52/256 KB 8/140 KB 296/439 KB 156/562 KB 52/256 KB 12/140 KB 296/439 KB 156/562 KB 52/256 KB 16/140 KB 296/439 KB 156/562 KB 52/256 KB 20/140 KB 296/439 KB 156/562 KB 52/256 KB 24/140 KB 296/439 KB 156/562 KB 52/256 KB 28/140 KB 296/439 KB 156/562 KB 52/256 KB 32/140 KB 296/439 KB 156/562 KB 52/256 KB 36/140 KB 296/439 KB 156/562 KB 52/256 KB 40/140 KB 296/439 KB 156/562 KB 52/256 KB 44/140 KB 296/439 KB 160/562 KB 52/256 KB 48/140 KB 296/439 KB 160/562 KB 52/256 KB 4/140 KB 296/439 KB 156/562 KB 52/256 KB 48/140 KB 300/439 KB 160/562 KB 52/256 KB 48/140 KB 304/439 KB 160/562 KB 52/256 KB 4/140 KB 292/439 KB 148/562 KB 56/256 KB 48/140 KB 304/439 KB 160/562 KB 60/256 KB 48/140 KB 304/439 KB 160/562 KB 64/256 KB 48/140 KB 304/439 KB 160/562 KB 52/256 KB 40/140 KB 296/439 KB 160/562 KB 64/256 KB 48/140 KB 304/439 KB 164/562 KB 68/256 KB 52/140 KB 308/439 KB 168/562 KB 68/256 KB 52/140 KB 308/439 KB 172/562 KB 68/256 KB 52/140 KB 308/439 KB 176/562 KB 68/256 KB 52/140 KB 308/439 KB 164/562 KB 68/256 KB 56/140 KB 308/439 KB 176/562 KB 68/256 KB 60/140 KB 308/439 KB 176/562 KB 68/256 KB 64/140 KB 308/439 KB 176/562 KB 68/256 KB 68/140 KB 308/439 KB 176/562 KB 68/256 KB 72/140 KB 308/439 KB 180/562 KB 68/256 KB 76/140 KB 308/439 KB 180/562 KB 68/256 KB 80/140 KB 308/439 KB 180/562 KB 68/256 KB 48/140 KB 308/439 KB 164/562 KB 72/256 KB 80/140 KB 308/439 KB 180/562 KB 76/256 KB 80/140 KB 308/439 KB 180/562 KB 80/256 KB 80/140 KB 308/439 KB 180/562 KB 64/256 KB 48/140 KB 308/439 KB 164/562 KB 80/256 KB 80/140 KB 312/439 KB 180/562 KB 80/256 KB 80/140 KB 316/439 KB 180/562 KB 84/256 KB 80/140 KB 316/439 KB 180/562 KB 88/256 KB 80/140 KB 320/439 KB 180/562 KB 92/256 KB 80/140 KB 320/439 KB 180/562 KB 96/256 KB 80/140 KB 320/439 KB 180/562 KB 68/256 KB 68/140 KB 308/439 KB 180/562 KB 96/256 KB 80/140 KB 320/439 KB 184/562 KB 96/256 KB 80/140 KB 320/439 KB 188/562 KB 84/256 KB 80/140 KB 320/439 KB 180/562 KB 96/256 KB 80/140 KB 324/439 KB 188/562 KB 96/256 KB 80/140 KB 328/439 KB 188/562 KB 96/256 KB 80/140 KB 332/439 KB 188/562 KB 96/256 KB 80/140 KB 336/439 KB 192/562 KB 96/256 KB 80/140 KB 340/439 KB 192/562 KB 100/256 KB 84/140 KB 344/439 KB 192/562 KB 100/256 KB 84/140 KB 348/439 KB 192/562 KB 100/256 KB 84/140 KB 352/439 KB 192/562 KB 96/256 KB 80/140 KB 332/439 KB 192/562 KB 100/256 KB 84/140 KB 352/439 KB 196/562 KB 100/256 KB 84/140 KB 340/439 KB 192/562 KB 104/256 KB 84/140 KB 352/439 KB 196/562 KB 108/256 KB 84/140 KB 352 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install /439 KB 196/562 KB 112/256 KB 84/140 KB 352/439 KB 196/562 KB 96/256 KB 84/140 KB 340/439 KB 192/562 KB 112/256 KB 88/140 KB 352/439 KB 200/562 KB 112/256 KB 92/140 KB 352/439 KB 200/562 KB 112/256 KB 96/140 KB 352/439 KB 200/562 KB 112/256 KB 100/140 KB 352/439 KB 200/562 KB 116/256 KB 104/140 KB 356/439 KB 200/562 KB 116/256 KB 108/140 KB 356/439 KB 200/562 KB 116/256 KB 112/140 KB 356/439 KB 200/562 KB 112/256 KB 84/140 KB 352/439 KB 200/562 KB 116/256 KB 112/140 KB 356/439 KB 204/562 KB 116/256 KB 112/140 KB 356/439 KB 208/562 KB 116/256 KB 112/140 KB 356/439 KB 212/562 KB 116/256 KB 112/140 KB 356/439 KB 216/562 KB 116/256 KB 112/140 KB 356/439 KB 220/562 KB 116/256 KB 112/140 KB 356/439 KB 224/562 KB 116/256 KB 112/140 KB 356/439 KB 228/562 KB 116/256 KB 116/140 KB 356/439 KB 232/562 KB 116/256 KB 116/140 KB 356/439 KB 236/562 KB 116/256 KB 116/140 KB 356/439 KB 240/562 KB 116/256 KB 100/140 KB 356/439 KB 200/562 KB 116/256 KB 116/140 KB 360/439 KB 240/562 KB 116/256 KB 116/140 KB 364/439 KB 240/562 KB 116/256 KB 116/140 KB 368/439 KB 240/562 KB 116/256 KB 116/140 KB 372/439 KB 240/562 KB 116/256 KB 116/140 KB 376/439 KB 240/562 KB 116/256 KB 116/140 KB 380/439 KB 240/562 KB 116/256 KB 116/140 KB 384/439 KB 240/562 KB 116/256 KB 100/140 KB 352/439 KB 200/562 KB 120/256 KB 116/140 KB 384/439 KB 240/562 KB 124/256 KB 116/140 KB 384/439 KB 240/562 KB 128/256 KB 116/140 KB 384/439 KB 240/562 KB 132/256 KB 116/140 KB 384/439 KB 240/562 KB 136/256 KB 116/140 KB 384/439 KB 240/562 KB 140/256 KB 116/140 KB 384/439 KB 240/562 KB 144/256 KB 116/140 KB 384/439 KB 240/562 KB 148/256 KB 116/140 KB 384/439 KB 240/562 KB 152/256 KB 116/140 KB 388/439 KB 244/562 KB 156/256 KB 116/140 KB 388/439 KB 244/562 KB 160/256 KB 116/140 KB 388/439 KB 244/562 KB 116/256 KB 116/140 KB 356/439 KB 228/562 KB 160/256 KB 120/140 KB 388/439 KB 244/562 KB 160/256 KB 124/140 KB 388/439 KB 244/562 KB 160/256 KB 128/140 KB 388/439 KB 244/562 KB 160/256 KB 132/140 KB 388/439 KB 244/562 KB 160/256 KB 136/140 KB 388/439 KB 244/562 KB 160/256 KB 140/140 KB 388/439 KB 244/562 KB 160/256 KB 140/140 KB 388/439 KB 244/562 KB 148/256 KB 116/140 KB 388/439 KB 244/562 KB 160/256 KB 140/140 KB 388/439 KB 248/562 KB 160/256 KB 140/140 KB 388/439 KB 252/562 KB 160/256 KB 140/140 KB 388/439 KB 256/562 KB 160/256 KB 140/140 KB 388/439 KB 260/562 KB 164/256 KB 140/140 KB 388/439 KB 264/562 KB 164/256 KB 140/140 KB 388/439 KB 268/562 KB 164/256 KB 140/140 KB 388/439 KB 270/562 KB 148/256 KB 116/140 KB 388/439 KB 240/562 KB 164/256 KB 140/140 KB 392/439 KB 270/562 KB 164/256 KB 140/140 KB 396/439 KB 270/562 KB 164/256 KB 140/140 KB 400/439 KB 270/562 KB 164/256 KB 140/140 KB 404/439 KB 270/562 KB 164/256 KB 140/140 KB 408/439 KB 270/562 KB 164/256 KB 140/140 KB 412/439 KB 270/562 KB 164/256 KB 140/140 KB 416/439 KB 270/562 KB 164/256 KB 140/140 KB 388/439 KB 260/562 KB 168/256 KB 140/140 KB 416/439 KB 270/562 KB 172/256 KB 140/140 KB 416/439 KB 270/562 KB 176/256 KB 140/140 KB 416/439 KB 270/562 KB 180/256 KB 140/140 KB 416/439 KB 270/562 KB 184/256 KB 140/140 KB 420/439 KB 274/562 KB 188/256 KB 140/140 KB 420/439 KB 274/562 KB 192/256 KB 140/140 KB 420/439 KB 274/562 KB 180/256 KB 140/140 KB 420/439 KB 274/562 KB 192/256 KB 140/140 KB 424/439 KB 274/562 KB 192/256 KB 140/140 KB 428/439 KB 274/562 KB 192/256 KB 140/140 KB 432/439 KB 274/562 KB 196/256 KB 140/140 KB 436/439 KB 274/562 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 196/256 KB 140/140 KB 439/439 KB 274/562 KB 180/256 KB 140/140 KB 416/439 KB 274/562 KB 196/256 KB 140/140 KB 439/439 KB 278/562 KB 196/256 KB 140/140 KB 439/439 KB 282/562 KB 196/256 KB 140/140 KB 439/439 KB 286/562 KB 196/256 KB 140/140 KB 432/439 KB 274/562 KB 200/256 KB 140/140 KB 439/439 KB 286/562 KB 204/256 KB 140/140 KB 439/439 KB 286/562 KB 208/256 KB 140/140 KB 439/439 KB 290/562 KB 212/256 KB 439/439 KB 290/562 KB 216/256 KB 439/439 KB 290/562 KB 220/256 KB 439/439 KB 290/562 KB 224/256 KB 439/439 KB 290/562 KB 204/256 KB 140/140 KB 439/439 KB 290/562 KB 224/256 KB 439/439 KB 294/562 KB 224/256 KB 439/439 KB 298/562 KB 224/256 KB 439/439 KB 302/562 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 107.9 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 224/256 KB 439/439 KB 306/562 KB 224/256 KB 439/439 KB 310/562 KB 228/256 KB 439/439 KB 314/562 KB 228/256 KB 439/439 KB 318/562 KB 228/256 KB 439/439 KB 322/562 KB 228/256 KB 439/439 KB 326/562 KB 228/256 KB 439/439 KB 330/562 KB 228/256 KB 334/562 KB 228/256 KB 439/439 KB 310/562 KB 232/256 KB 334/562 KB 236/256 KB 334/562 KB 240/256 KB 334/562 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 336.9 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 244/256 KB 334/562 KB 244/256 KB 3/1192 KB 334/562 KB 244/256 KB 5/1192 KB 334/562 KB 244/256 KB 8/1192 KB 334/562 KB 244/256 KB 11/1192 KB 334/562 KB 244/256 KB 13/1192 KB 334/562 KB 244/256 KB 16/1192 KB 334/562 KB 244/256 KB 19/1192 KB 334/562 KB 244/256 KB 21/1192 KB 334/562 KB 244/256 KB 24/1192 KB 334/562 KB 244/256 KB 27/1192 KB 334/562 KB 244/256 KB 29/1192 KB 334/562 KB 244/256 KB 32/1192 KB 334/562 KB 248/256 KB 32/1192 KB 334/562 KB 252/256 KB 32/1192 KB 334/562 KB 256/256 KB 32/1192 KB 334/562 KB 256/256 KB 32/1192 KB 338/562 KB 256/256 KB 32/1192 KB 338/562 KB 256/256 KB 32/1192 KB 342/562 KB 256/256 KB 36/1192 KB 342/562 KB 256/256 KB 40/1192 KB 342/562 KB 256/256 KB 44/1192 KB 342/562 KB 256/256 KB 48/1192 KB 342/562 KB 256/256 KB 48/1192 KB 4/1118 KB 342/562 KB 256/256 KB 48/1192 KB 8/1118 KB 342/562 KB 256/256 KB 48/1192 KB 12/1118 KB 342/562 KB 256/256 KB 48/1192 KB 16/1118 KB 342/562 KB 256/256 KB 52/1192 KB 16/1118 KB 342/562 KB 256/256 KB 56/1192 KB 20/1118 KB 342/562 KB 256/256 KB 60/1192 KB 20/1118 KB 342/562 KB 256/256 KB 64/1192 KB 20/1118 KB 342/562 KB 256/256 KB 52/1192 KB 20/1118 KB 342/562 KB 256/256 KB 64/1192 KB 24/1118 KB 342/562 KB 256/256 KB 64/1192 KB 28/1118 KB 342/562 KB 256/256 KB 68/1192 KB 32/1118 KB 342/562 KB 256/256 KB 72/1192 KB 32/1118 KB 342/562 KB 256/256 KB 76/1192 KB 32/1118 KB 346/562 KB 256/256 KB 76/1192 KB 32/1118 KB 3/1461 KB 346/562 KB 256/256 KB 64/1192 KB 32/1118 KB 342/562 KB 256/256 KB 76/1192 KB 36/1118 KB 3/1461 KB 346/562 KB 256/256 KB 80/1192 KB 40/1118 KB 5/1461 KB 346/562 KB 256/256 KB 72/1192 KB 32/1118 KB 346/562 KB 256/256 KB 80/1192 KB 40/1118 KB 5/1461 KB 350/562 KB 256/256 KB 80/1192 KB 36/1118 KB 5/1461 KB 346/562 KB 256/256 KB 76/1192 KB 36/1118 KB 5/1461 KB 346/562 KB 256/256 KB 80/1192 KB 40/1118 KB 8/1461 KB 350/562 KB 256/256 KB 80/1192 KB 40/1118 KB 11/1461 KB 350/562 KB 256/256 KB 84/1192 KB 44/1118 KB 13/1461 KB 354/562 KB 256/256 KB 84/1192 KB 44/1118 KB 16/1461 KB 354/562 KB 256/256 KB 84/1192 KB 44/1118 KB 11/1461 KB 354/562 KB 256/256 KB 80/1192 KB 44/1118 KB 11/1461 KB 354/562 KB 256/256 KB 84/1192 KB 48/1118 KB 16/1461 KB 354/562 KB 256/256 KB 84/1192 KB 52/1118 KB 16/1461 KB 354/562 KB 256/256 KB 88/1192 KB 56/1118 KB 19/1461 KB 354/562 KB 256/256 KB 80/1192 KB 40/1118 KB 11/1461 KB 354/562 KB 256/256 KB 88/1192 KB 56/1118 KB 19/1461 KB 358/562 KB 256/256 KB 88/1192 KB 56/1118 KB 19/1461 KB 362/562 KB 256/256 KB 88/1192 KB 56/1118 KB 19/1461 KB 366/562 KB 256/256 KB 88/1192 KB 52/1118 KB 19/1461 KB 354/562 KB 256/256 KB 88/1192 KB 52/1118 KB 16/1461 KB 354/562 KB 256/256 KB 92/1192 KB 56/1118 KB 19/1461 KB 366/562 KB 256/256 KB 96/1192 KB 56/1118 KB 19/1461 KB 366/562 KB 256/256 KB 96/1192 KB 56/1118 KB 21/1461 KB 366/562 KB 256/256 KB 100/1192 KB 60/1118 KB 24/1461 KB 370/562 KB 256/256 KB 100/1192 KB 60/1118 KB 21/1461 KB 370/562 KB 256/256 KB 100/1192 KB 64/1118 KB 24/1461 KB 370/562 KB 256/256 KB 100/1192 KB 68/1118 KB 24/1461 KB 370/562 KB 256/256 KB 100/1192 KB 72/1118 KB 27/1461 KB 370/562 KB 256/256 KB 100/1192 KB 76/1118 KB 27/1461 KB 370/562 KB 256/256 KB 100/1192 KB 80/1118 KB 27/1461 KB 370/562 KB 256/256 KB 100/1192 KB 56/1118 KB 21/1461 KB 370/562 KB 256/256 KB 100/1192 KB 56/1118 KB 21/1461 KB 366/562 KB 256/256 KB 104/1192 KB 80/1118 KB 27/1461 KB 370/562 KB 256/256 KB 108/1192 KB 80/1118 KB 27/1461 KB 374/562 KB 256/256 KB 100/1192 KB 68/11 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 18 KB 27/1461 KB 370/562 KB 256/256 KB 108/1192 KB 80/1118 KB 29/1461 KB 374/562 KB 256/256 KB 104/1192 KB 80/1118 KB 27/1461 KB 374/562 KB 256/256 KB 112/1192 KB 80/1118 KB 29/1461 KB 378/562 KB 256/256 KB 112/1192 KB 80/1118 KB 29/1461 KB 374/562 KB 256/256 KB 112/1192 KB 80/1118 KB 32/1461 KB 378/562 KB 256/256 KB 116/1192 KB 80/1118 KB 36/1461 KB 382/562 KB 256/256 KB 116/1192 KB 84/1118 KB 40/1461 KB 382/562 KB 256/256 KB 116/1192 KB 84/1118 KB 44/1461 KB 382/562 KB 256/256 KB 116/1192 KB 84/1118 KB 48/1461 KB 382/562 KB 256/256 KB 116/1192 KB 80/1118 KB 32/1461 KB 382/562 KB 256/256 KB 120/1192 KB 84/1118 KB 48/1461 KB 382/562 KB 256/256 KB 124/1192 KB 84/1118 KB 48/1461 KB 382/562 KB 256/256 KB 128/1192 KB 84/1118 KB 48/1461 KB 382/562 KB 256/256 KB 112/1192 KB 80/1118 KB 32/1461 KB 382/562 KB 256/256 KB 128/1192 KB 84/1118 KB 48/1461 KB 386/562 KB 256/256 KB 128/1192 KB 84/1118 KB 48/1461 KB 390/562 KB 256/256 KB 128/1192 KB 84/1118 KB 48/1461 KB 394/562 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 192.5 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 128/1192 KB 84/1118 KB 48/1461 KB 398/562 KB 256/256 KB 116/1192 KB 84/1118 KB 36/1461 KB 382/562 KB 132/1192 KB 84/1118 KB 48/1461 KB 398/562 KB 136/1192 KB 88/1118 KB 52/1461 KB 402/562 KB 140/1192 KB 88/1118 KB 52/1461 KB 402/562 KB 144/1192 KB 88/1118 KB 52/1461 KB 402/562 KB 132/1192 KB 88/1118 KB 52/1461 KB 402/562 KB 132/1192 KB 88/1118 KB 48/1461 KB 398/562 KB 144/1192 KB 92/1118 KB 52/1461 KB 402/562 KB 144/1192 KB 96/1118 KB 52/1461 KB 402/562 KB 144/1192 KB 100/1118 KB 52/1461 KB 402/562 KB 144/1192 KB 104/1118 KB 52/1461 KB 406/562 KB 144/1192 KB 108/1118 KB 52/1461 KB 406/562 KB 148/1192 KB 112/1118 KB 52/1461 KB 406/562 KB 132/1192 KB 88/1118 KB 52/1461 KB 398/562 KB 148/1192 KB 112/1118 KB 56/1461 KB 406/562 KB 148/1192 KB 112/1118 KB 60/1461 KB 406/562 KB 148/1192 KB 112/1118 KB 64/1461 KB 406/562 KB 148/1192 KB 112/1118 KB 68/1461 KB 406/562 KB 148/1192 KB 116/1118 KB 72/1461 KB 406/562 KB 148/1192 KB 116/1118 KB 76/1461 KB 406/562 KB 148/1192 KB 116/1118 KB 80/1461 KB 406/562 KB 148/1192 KB 108/1118 KB 52/1461 KB 406/562 KB 152/1192 KB 116/1118 KB 80/1461 KB 406/562 KB 156/1192 KB 116/1118 KB 80/1461 KB 406/562 KB 144/1192 KB 100/1118 KB 52/1461 KB 406/562 KB 156/1192 KB 116/1118 KB 80/1461 KB 410/562 KB 156/1192 KB 116/1118 KB 80/1461 KB 414/562 KB 156/1192 KB 116/1118 KB 80/1461 KB 418/562 KB 156/1192 KB 116/1118 KB 80/1461 KB 422/562 KB 148/1192 KB 116/1118 KB 68/1461 KB 406/562 KB 156/1192 KB 120/1118 KB 80/1461 KB 422/562 KB 156/1192 KB 124/1118 KB 80/1461 KB 422/562 KB 156/1192 KB 124/1118 KB 4/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 8/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 12/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 16/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 20/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 24/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 28/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 32/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 36/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 37/37 KB 80/1461 KB 426/562 KB 156/1192 KB 124/1118 KB 37/37 KB 80/1461 KB 430/562 KB 160/1192 KB 128/1118 KB 37/37 KB 80/1461 KB 434/562 KB 160/1192 KB 128/1118 KB 37/37 KB 84/1461 KB 438/562 KB 160/1192 KB 128/1118 KB 37/37 KB 84/1461 KB 442/562 KB 160/1192 KB 128/1118 KB 37/37 KB 84/1461 KB 446/562 KB 160/1192 KB 124/1118 KB 37/37 KB 80/1461 KB 430/562 KB 160/1192 KB 128/1118 KB 37/37 KB 80/1461 KB 430/562 KB 164/1192 KB 128/1118 KB 37/37 KB 84/1461 KB 446/562 KB 168/1192 KB 132/1118 KB 37/37 KB 84/1461 KB 446/562 KB 172/1192 KB 132/1118 KB 37/37 KB 84/1461 KB 446/562 KB 176/1192 KB 132/1118 KB 37/37 KB 84/1461 KB 446/562 KB 160/1192 KB 128/1118 KB 37/37 KB 84/1461 KB 434/562 KB 176/1192 KB 132/1118 KB 37/37 KB 88/1461 KB 446/562 KB 176/1192 KB 132/1118 KB 37/37 KB 92/1461 KB 446/562 KB 176/1192 KB 132/1118 KB 37/37 KB 96/1461 KB 446/562 KB 164/1192 KB 132/1118 KB 37/37 KB 84/1461 KB 446/562 KB 176/1192 KB 136/1118 KB 37/37 KB 96/1461 KB 446/562 KB 176/1192 KB 140/1118 KB 37/37 KB 96/1461 KB 446/562 KB 176/1192 KB 144/1118 KB 37/37 KB 96/1461 KB 446/562 KB 180/1192 KB 148/1118 KB 37/37 KB 96/1461 KB 446/562 KB 180/1192 KB 152/1118 KB 37/37 KB 100/1461 KB 450/562 KB 180/1192 KB 156/1118 KB 37/37 KB 100/1461 KB 450/562 KB 180/1192 KB 160/1118 KB 37/37 KB 100/1461 KB 450/562 KB 180/1192 KB 144/1118 KB 37/3 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 7 KB 96/1461 KB 446/562 KB 184/1192 KB 160/1118 KB 37/37 KB 100/1461 KB 450/562 KB 188/1192 KB 160/1118 KB 37/37 KB 100/1461 KB 450/562 KB 192/1192 KB 160/1118 KB 37/37 KB 100/1461 KB 450/562 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 27.4 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 180/1192 KB 148/1118 KB 37/37 KB 100/1461 KB 450/562 KB 192/1192 KB 160/1118 KB 100/1461 KB 454/562 KB 192/1192 KB 160/1118 KB 100/1461 KB 458/562 KB 192/1192 KB 160/1118 KB 100/1461 KB 462/562 KB 192/1192 KB 160/1118 KB 100/1461 KB 466/562 KB 196/1192 KB 164/1118 KB 100/1461 KB 470/562 KB 196/1192 KB 164/1118 KB 100/1461 KB 474/562 KB 196/1192 KB 164/1118 KB 100/1461 KB 478/562 KB 180/1192 KB 148/1118 KB 37/37 KB 100/1461 KB 446/562 KB 196/1192 KB 164/1118 KB 104/1461 KB 478/562 KB 196/1192 KB 164/1118 KB 108/1461 KB 478/562 KB 196/1192 KB 164/1118 KB 112/1461 KB 478/562 KB 196/1192 KB 164/1118 KB 116/1461 KB 478/562 KB 196/1192 KB 164/1118 KB 120/1461 KB 478/562 KB 196/1192 KB 164/1118 KB 124/1461 KB 478/562 KB 196/1192 KB 164/1118 KB 128/1461 KB 478/562 KB 196/1192 KB 164/1118 KB 100/1461 KB 466/562 KB 196/1192 KB 168/1118 KB 128/1461 KB 478/562 KB 196/1192 KB 172/1118 KB 128/1461 KB 478/562 KB 196/1192 KB 160/1118 KB 100/1461 KB 466/562 KB 200/1192 KB 172/1118 KB 128/1461 KB 478/562 KB 204/1192 KB 172/1118 KB 128/1461 KB 478/562 KB 208/1192 KB 172/1118 KB 128/1461 KB 478/562 KB 208/1192 KB 176/1118 KB 128/1461 KB 478/562 KB 208/1192 KB 176/1118 KB 128/1461 KB 482/562 KB 212/1192 KB 180/1118 KB 132/1461 KB 486/562 KB 212/1192 KB 180/1118 KB 132/1461 KB 482/562 KB 208/1192 KB 180/1118 KB 132/1461 KB 482/562 KB 212/1192 KB 184/1118 KB 132/1461 KB 486/562 KB 216/1192 KB 188/1118 KB 132/1461 KB 490/562 KB 216/1192 KB 192/1118 KB 132/1461 KB 490/562 KB 4/46 KB 216/1192 KB 196/1118 KB 132/1461 KB 490/562 KB 4/46 KB 216/1192 KB 200/1118 KB 132/1461 KB 490/562 KB 4/46 KB 216/1192 KB 204/1118 KB 132/1461 KB 490/562 KB 4/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 4/46 KB 208/1192 KB 176/1118 KB 132/1461 KB 482/562 KB 216/1192 KB 188/1118 KB 132/1461 KB 490/562 KB 4/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 8/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 12/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 16/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 20/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 24/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 28/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 32/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 36/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 40/46 KB 216/1192 KB 208/1118 KB 132/1461 KB 490/562 KB 44/46 KB 216/1192 KB 208/1118 KB 136/1461 KB 490/562 KB 46/46 KB 216/1192 KB 184/1118 KB 132/1461 KB 490/562 KB 216/1192 KB 208/1118 KB 136/1461 KB 494/562 KB 46/46 KB 216/1192 KB 184/1118 KB 132/1461 KB 486/562 KB 220/1192 KB 208/1118 KB 136/1461 KB 494/562 KB 46/46 KB 224/1192 KB 208/1118 KB 136/1461 KB 494/562 KB 46/46 KB 216/1192 KB 208/1118 KB 136/1461 KB 490/562 KB 44/46 KB 224/1192 KB 208/1118 KB 140/1461 KB 494/562 KB 46/46 KB 224/1192 KB 208/1118 KB 144/1461 KB 494/562 KB 46/46 KB 228/1192 KB 208/1118 KB 144/1461 KB 498/562 KB 46/46 KB 232/1192 KB 208/1118 KB 144/1461 KB 498/562 KB 46/46 KB 224/1192 KB 208/1118 KB 144/1461 KB 498/562 KB 46/46 KB 232/1192 KB 208/1118 KB 148/1461 KB 502/562 KB 46/46 KB 232/1192 KB 208/1118 KB 148/1461 KB 506/562 KB 46/46 KB 232/1192 KB 208/1118 KB 148/1461 KB 510/562 KB 46/46 KB 232/1192 KB 208/1118 KB 148/1461 KB 498/562 KB 46/46 KB 232/1192 KB 208/1118 KB 152/1461 KB 510/562 KB 46/46 KB 236/1192 KB 208/1118 KB 156/1461 KB 510/562 KB 46/46 KB 236/1192 KB 208/1118 KB 160/1461 KB 510/562 KB 46/46 KB 236/1192 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 212/1118 KB 164/1461 KB 510/562 KB 46/46 KB 236/1192 KB 212/1118 KB 168/1461 KB 514/562 KB 46/46 KB 236/1192 KB 208/1118 KB 152/1461 KB 510/562 KB 46/46 KB 240/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 244/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 248/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 252/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 256/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 260/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 264/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 268/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 272/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 236/1192 KB 212/1118 KB 164/1461 KB 514/562 KB 46/46 KB 272/1192 KB 212/1118 KB 172/1461 KB 518/562 KB 46/46 KB 272/1192 KB 212/1118 KB 172/1461 KB 522/562 KB 46/46 KB 272/1192 KB 212/1118 KB 172/1461 KB 526/562 KB 46/46 KB 236/1192 KB 212/1118 KB 160/1461 KB 510/562 KB 46/46 KB 272/1192 KB 216/1118 KB 172/1461 KB 526/562 KB 46/46 KB 272/1192 KB 220/1118 KB 172/1461 KB 526/562 KB 46/46 KB 236/1192 KB 212/1118 KB 172/1461 KB 514/562 KB 46/46 KB 272/1192 KB 220/1118 KB 176/1461 KB 526/562 KB 46/46 KB 272/1192 KB 224/1118 KB 180/1461 KB 526/562 KB 46/46 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 33.1 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 272/1192 KB 224/1118 KB 176/1461 KB 526/562 KB 46/46 KB 272/1192 KB 228/1118 KB 180/1461 KB 530/562 KB 272/1192 KB 232/1118 KB 180/1461 KB 530/562 KB 272/1192 KB 236/1118 KB 184/1461 KB 530/562 KB 272/1192 KB 240/1118 KB 184/1461 KB 530/562 KB 272/1192 KB 224/1118 KB 180/1461 KB 530/562 KB 46/46 KB 272/1192 KB 240/1118 KB 184/1461 KB 534/562 KB 272/1192 KB 240/1118 KB 184/1461 KB 538/562 KB 272/1192 KB 240/1118 KB 184/1461 KB 542/562 KB 272/1192 KB 232/1118 KB 184/1461 KB 530/562 KB 272/1192 KB 240/1118 KB 188/1461 KB 542/562 KB 272/1192 KB 240/1118 KB 192/1461 KB 542/562 KB 276/1192 KB 240/1118 KB 192/1461 KB 542/562 KB 280/1192 KB 244/1118 KB 196/1461 KB 546/562 KB 284/1192 KB 244/1118 KB 196/1461 KB 546/562 KB 288/1192 KB 244/1118 KB 196/1461 KB 546/562 KB 292/1192 KB 244/1118 KB 196/1461 KB 546/562 KB 276/1192 KB 244/1118 KB 196/1461 KB 546/562 KB 276/1192 KB 244/1118 KB 192/1461 KB 546/562 KB 292/1192 KB 244/1118 KB 196/1461 KB 550/562 KB 292/1192 KB 244/1118 KB 196/1461 KB 554/562 KB 292/1192 KB 244/1118 KB 196/1461 KB 558/562 KB 276/1192 KB 244/1118 KB 192/1461 KB 542/562 KB 292/1192 KB 248/1118 KB 200/1461 KB 558/562 KB 292/1192 KB 252/1118 KB 200/1461 KB 558/562 KB 292/1192 KB 256/1118 KB 200/1461 KB 558/562 KB 292/1192 KB 260/1118 KB 200/1461 KB 562/562 KB 296/1192 KB 264/1118 KB 200/1461 KB 562/562 KB 296/1192 KB 268/1118 KB 200/1461 KB 562/562 KB 296/1192 KB 272/1118 KB 200/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 200/1461 KB 562/562 KB 292/1192 KB 244/1118 KB 200/1461 KB 558/562 KB 296/1192 KB 276/1118 KB 4/287 KB 200/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 8/287 KB 200/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 12/287 KB 200/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 16/287 KB 200/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 16/287 KB 204/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 16/287 KB 208/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 20/287 KB 212/1461 KB 562/562 KB 296/1192 KB 260/1118 KB 200/1461 KB 562/562 KB 292/1192 KB 256/1118 KB 200/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 20/287 KB 208/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 24/287 KB 212/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 28/287 KB 212/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 32/287 KB 212/1461 KB 562/562 KB 296/1192 KB 276/1118 KB 36/287 KB 212/1461 KB 562/562 KB 300/1192 KB 276/1118 KB 40/287 KB 216/1461 KB 562/562 KB 300/1192 KB 276/1118 KB 44/287 KB 216/1461 KB 562/562 KB 300/1192 KB 276/1118 KB 36/287 KB 216/1461 KB 562/562 KB 300/1192 KB 276/1118 KB 44/287 KB 220/1461 KB 562/562 KB 300/1192 KB 276/1118 KB 44/287 KB 224/1461 KB 562/562 KB 300/1192 KB 276/1118 KB 36/287 KB 212/1461 KB 562/562 KB 304/1192 KB 276/1118 KB 44/287 KB 224/1461 KB 562/562 KB 308/1192 KB 276/1118 KB 44/287 KB 224/1461 KB 562/562 KB 312/1192 KB 276/1118 KB 48/287 KB 228/1461 KB 562/562 KB 316/1192 KB 276/1118 KB 48/287 KB 228/1461 KB 562/562 KB 320/1192 KB 276/1118 KB 48/287 KB 228/1461 KB 562/562 KB 324/1192 KB 280/1118 KB 48/287 KB 228/1461 KB 562/562 KB 328/1192 KB 280/1118 KB 48/287 KB 228/1461 KB 562/562 KB 332/1192 KB 280/1118 KB 48/287 KB 228/1461 KB 562/562 KB 336/1192 KB 280/1118 KB 48/287 KB 228/1461 KB 562/562 KB 308/1192 KB 276/1118 KB 48/287 KB 228/1461 KB 562/562 KB 336/1192 KB 280/1118 KB 48/287 KB 232/1461 KB 562/562 KB 336/1192 KB 280/1118 KB 48/287 KB 236/1461 KB 562/562 KB 336/1192 KB 280/1118 KB 48/287 KB 240/1461 KB 562/562 KB unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 308/1192 KB 276/1118 KB 48/287 KB 224/1461 KB 562/562 KB 336/1192 KB 280/1118 KB 52/287 KB 240/1461 KB 320/1192 KB 280/1118 KB 48/287 KB 228/1461 KB 562/562 KB 336/1192 KB 284/1118 KB 52/287 KB 240/1461 KB 336/1192 KB 288/1118 KB 52/287 KB 240/1461 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 407.2 KB/sec) unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 336/1192 KB 292/1118 KB 52/287 KB 240/1461 KB 336/1192 KB 292/1118 KB 56/287 KB 240/1461 KB 336/1192 KB 292/1118 KB 60/287 KB 240/1461 KB 336/1192 KB 292/1118 KB 64/287 KB 240/1461 KB 336/1192 KB 292/1118 KB 68/287 KB 240/1461 KB 336/1192 KB 296/1118 KB 72/287 KB 244/1461 KB 336/1192 KB 296/1118 KB 76/287 KB 244/1461 KB 336/1192 KB 296/1118 KB 80/287 KB 244/1461 KB 340/1192 KB 296/1118 KB 84/287 KB 244/1461 KB 340/1192 KB 296/1118 KB 88/287 KB 244/1461 KB 340/1192 KB 296/1118 KB 92/287 KB 244/1461 KB 340/1192 KB 296/1118 KB 96/287 KB 244/1461 KB 336/1192 KB 296/1118 KB 68/287 KB 244/1461 KB 340/1192 KB 296/1118 KB 96/287 KB 248/1461 KB 340/1192 KB 296/1118 KB 96/287 KB 252/1461 KB 340/1192 KB 296/1118 KB 96/287 KB 256/1461 KB 336/1192 KB 296/1118 KB 68/287 KB 240/1461 KB 340/1192 KB 300/1118 KB 96/287 KB 256/1461 KB 340/1192 KB 304/1118 KB 96/287 KB 256/1461 KB 340/1192 KB 308/1118 KB 96/287 KB 256/1461 KB 340/1192 KB 312/1118 KB 96/287 KB 260/1461 KB 340/1192 KB 316/1118 KB 96/287 KB 260/1461 KB 340/1192 KB 320/1118 KB 96/287 KB 260/1461 KB 340/1192 KB 296/1118 KB 80/287 KB 244/1461 KB 344/1192 KB 320/1118 KB 96/287 KB 260/1461 KB 348/1192 KB 320/1118 KB 96/287 KB 260/1461 KB 352/1192 KB 320/1118 KB 96/287 KB 260/1461 KB 356/1192 KB 320/1118 KB 96/287 KB 260/1461 KB 360/1192 KB 324/1118 KB 96/287 KB 260/1461 KB 364/1192 KB 324/1118 KB 96/287 KB 260/1461 KB 368/1192 KB 324/1118 KB 96/287 KB 260/1461 KB 340/1192 KB 308/1118 KB 96/287 KB 260/1461 KB 368/1192 KB 324/1118 KB 96/287 KB 264/1461 KB 368/1192 KB 324/1118 KB 96/287 KB 268/1461 KB 368/1192 KB 324/1118 KB 96/287 KB 272/1461 KB 368/1192 KB 324/1118 KB 96/287 KB 276/1461 KB 372/1192 KB 324/1118 KB 96/287 KB 280/1461 KB 372/1192 KB 324/1118 KB 96/287 KB 284/1461 KB 372/1192 KB 324/1118 KB 96/287 KB 288/1461 KB 356/1192 KB 324/1118 KB 96/287 KB 260/1461 KB 372/1192 KB 328/1118 KB 100/287 KB 288/1461 KB 372/1192 KB 332/1118 KB 100/287 KB 288/1461 KB 372/1192 KB 336/1118 KB 100/287 KB 288/1461 KB 372/1192 KB 340/1118 KB 100/287 KB 288/1461 KB 372/1192 KB 344/1118 KB 100/287 KB 292/1461 KB 372/1192 KB 324/1118 KB 100/287 KB 288/1461 KB 372/1192 KB 344/1118 KB 104/287 KB 292/1461 KB 372/1192 KB 344/1118 KB 108/287 KB 292/1461 KB 372/1192 KB 344/1118 KB 112/287 KB 292/1461 KB 372/1192 KB 324/1118 KB 96/287 KB 276/1461 KB 376/1192 KB 344/1118 KB 112/287 KB 292/1461 KB 380/1192 KB 344/1118 KB 112/287 KB 292/1461 KB 384/1192 KB 344/1118 KB 112/287 KB 292/1461 KB 384/1192 KB 344/1118 KB 116/287 KB 292/1461 KB 388/1192 KB 348/1118 KB 120/287 KB 292/1461 KB 388/1192 KB 348/1118 KB 124/287 KB 292/1461 KB 388/1192 KB 348/1118 KB 128/287 KB 292/1461 KB 372/1192 KB 340/1118 KB 100/287 KB 292/1461 KB 388/1192 KB 348/1118 KB 128/287 KB 296/1461 KB 388/1192 KB 348/1118 KB 128/287 KB 300/1461 KB 388/1192 KB 348/1118 KB 128/287 KB 304/1461 KB 388/1192 KB 348/1118 KB 116/287 KB 292/1461 KB 388/1192 KB 352/1118 KB 128/287 KB 304/1461 KB 388/1192 KB 356/1118 KB 128/287 KB 304/1461 KB 388/1192 KB 360/1118 KB 132/287 KB 308/1461 KB 388/1192 KB 364/1118 KB 132/287 KB 308/1461 KB 388/1192 KB 368/1118 KB 132/287 KB 308/1461 KB 388/1192 KB 372/1118 KB 132/287 KB 308/1461 KB 388/1192 KB 344/1118 KB 116/287 KB 292/1461 KB 392/1192 KB 372/1118 KB 132/287 KB 308/1461 KB 396/1192 KB 372/1118 KB 132/287 KB 308/1461 KB 400/1192 KB 372/1118 KB 132/287 KB 308/1461 KB 404/1192 KB 372/1118 KB 132/287 KB 308/1461 KB 408/1192 KB 372/1118 KB 132/287 KB 308/1461 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 412/1192 KB 372/1118 KB 132/287 KB 308/1461 KB 416/1192 KB 372/1118 KB 132/287 KB 308/1461 KB 388/1192 KB 356/1118 KB 132/287 KB 308/1461 KB 416/1192 KB 372/1118 KB 136/287 KB 308/1461 KB 416/1192 KB 372/1118 KB 140/287 KB 308/1461 KB 388/1192 KB 356/1118 KB 128/287 KB 308/1461 KB 416/1192 KB 372/1118 KB 140/287 KB 312/1461 KB 416/1192 KB 372/1118 KB 140/287 KB 316/1461 KB 416/1192 KB 372/1118 KB 140/287 KB 320/1461 KB 416/1192 KB 372/1118 KB 140/287 KB 324/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 328/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 332/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 336/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 340/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 344/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 348/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 352/1461 KB 420/1192 KB 376/1118 KB 144/287 KB 324/1461 KB 424/1192 KB 376/1118 KB 144/287 KB 352/1461 KB 428/1192 KB 376/1118 KB 144/287 KB 352/1461 KB 432/1192 KB 376/1118 KB 144/287 KB 352/1461 KB 436/1192 KB 376/1118 KB 144/287 KB 352/1461 KB 440/1192 KB 376/1118 KB 144/287 KB 352/1461 KB 444/1192 KB 376/1118 KB 144/287 KB 356/1461 KB 448/1192 KB 376/1118 KB 144/287 KB 356/1461 KB 452/1192 KB 376/1118 KB 144/287 KB 356/1461 KB 416/1192 KB 376/1118 KB 144/287 KB 324/1461 KB 416/1192 KB 372/1118 KB 144/287 KB 324/1461 KB 452/1192 KB 376/1118 KB 148/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 152/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 156/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 160/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 164/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 168/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 172/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 176/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 180/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 184/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 188/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 192/287 KB 356/1461 KB 440/1192 KB 376/1118 KB 144/287 KB 356/1461 KB 452/1192 KB 380/1118 KB 148/287 KB 356/1461 KB 452/1192 KB 384/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 388/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 392/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 396/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 400/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 404/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 408/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 412/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 416/1118 KB 192/287 KB 356/1461 KB 452/1192 KB 416/1118 KB 192/287 KB 360/1461 KB 452/1192 KB 416/1118 KB 192/287 KB 364/1461 KB 452/1192 KB 416/1118 KB 192/287 KB 368/1461 KB 456/1192 KB 420/1118 KB 192/287 KB 372/1461 KB 456/1192 KB 420/1118 KB 196/287 KB 376/1461 KB 456/1192 KB 420/1118 KB 196/287 KB 380/1461 KB 456/1192 KB 420/1118 KB 196/287 KB 384/1461 KB 456/1192 KB 420/1118 KB 192/287 KB 368/1461 KB 460/1192 KB 420/1118 KB 196/287 KB 384/1461 KB 464/1192 KB 420/1118 KB 196/287 KB 384/1461 KB 452/1192 KB 420/1118 KB 192/287 KB 368/1461 KB 464/1192 KB 424/1118 KB 196/287 KB 384/1461 KB 468/1192 KB 428/1118 KB 196/287 KB 384/1461 KB 468/1192 KB 432/1118 KB 196/287 KB 384/1461 KB 468/1192 KB 436/1118 KB 196/287 KB 384/1461 KB 468/1192 KB 440/1118 KB 196/287 KB 388/1461 KB 468/1192 KB 444/1118 KB 196/287 KB 388/1461 KB 468/1192 KB 448/1118 KB 196/287 KB 388/1461 KB 456/1192 KB 420/1118 KB 196/287 KB 372/1461 KB 468/1192 KB 448/1118 KB 200/287 KB 388/1461 KB 468/1192 KB 448/1118 KB 204/287 KB 388/1461 KB 468/1192 KB 448/1118 KB 208/287 KB 388/1461 KB 4 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install 68/1192 KB 448/1118 KB 212/287 KB 388/1461 KB 468/1192 KB 448/1118 KB 216/287 KB 388/1461 KB 468/1192 KB 448/1118 KB 220/287 KB 388/1461 KB 468/1192 KB 448/1118 KB 224/287 KB 388/1461 KB 468/1192 KB 452/1118 KB 228/287 KB 388/1461 KB 468/1192 KB 452/1118 KB 232/287 KB 388/1461 KB 468/1192 KB 452/1118 KB 236/287 KB 388/1461 KB 468/1192 KB 452/1118 KB 240/287 KB 388/1461 KB 468/1192 KB 452/1118 KB 244/287 KB 388/1461 KB 468/1192 KB 436/1118 KB 196/287 KB 388/1461 KB 468/1192 KB 424/1118 KB 196/287 KB 384/1461 KB 472/1192 KB 452/1118 KB 244/287 KB 388/1461 KB 476/1192 KB 452/1118 KB 244/287 KB 388/1461 KB 480/1192 KB 452/1118 KB 244/287 KB 388/1461 KB 484/1192 KB 452/1118 KB 244/287 KB 388/1461 KB 488/1192 KB 452/1118 KB 244/287 KB 392/1461 KB 492/1192 KB 452/1118 KB 244/287 KB 392/1461 KB 496/1192 KB 452/1118 KB 244/287 KB 392/1461 KB 468/1192 KB 452/1118 KB 224/287 KB 388/1461 KB 484/1192 KB 452/1118 KB 244/287 KB 392/1461 KB 496/1192 KB 452/1118 KB 244/287 KB 396/1461 KB 496/1192 KB 452/1118 KB 244/287 KB 400/1461 KB 496/1192 KB 452/1118 KB 244/287 KB 404/1461 KB 500/1192 KB 456/1118 KB 244/287 KB 408/1461 KB 500/1192 KB 456/1118 KB 244/287 KB 412/1461 KB 500/1192 KB 456/1118 KB 244/287 KB 416/1461 KB 500/1192 KB 456/1118 KB 244/287 KB 420/1461 KB 500/1192 KB 456/1118 KB 244/287 KB 424/1461 KB 500/1192 KB 456/1118 KB 244/287 KB 428/1461 KB 500/1192 KB 456/1118 KB 244/287 KB 404/1461 KB 504/1192 KB 456/1118 KB 248/287 KB 428/1461 KB 508/1192 KB 456/1118 KB 248/287 KB 428/1461 KB 512/1192 KB 456/1118 KB 248/287 KB 428/1461 KB 496/1192 KB 456/1118 KB 244/287 KB 404/1461 KB 512/1192 KB 460/1118 KB 248/287 KB 428/1461 KB 512/1192 KB 464/1118 KB 248/287 KB 428/1461 KB 512/1192 KB 468/1118 KB 248/287 KB 428/1461 KB 512/1192 KB 472/1118 KB 248/287 KB 428/1461 KB 512/1192 KB 476/1118 KB 248/287 KB 428/1461 KB 512/1192 KB 480/1118 KB 248/287 KB 428/1461 KB 512/1192 KB 484/1118 KB 248/287 KB 428/1461 KB 516/1192 KB 488/1118 KB 248/287 KB 432/1461 KB 516/1192 KB 492/1118 KB 248/287 KB 432/1461 KB 516/1192 KB 496/1118 KB 248/287 KB 432/1461 KB 500/1192 KB 456/1118 KB 248/287 KB 428/1461 KB 516/1192 KB 496/1118 KB 252/287 KB 432/1461 KB 516/1192 KB 496/1118 KB 256/287 KB 432/1461 KB 516/1192 KB 484/1118 KB 248/287 KB 432/1461 KB 520/1192 KB 496/1118 KB 256/287 KB 432/1461 KB 524/1192 KB 496/1118 KB 256/287 KB 432/1461 KB 528/1192 KB 496/1118 KB 256/287 KB 432/1461 KB 532/1192 KB 496/1118 KB 256/287 KB 432/1461 KB 536/1192 KB 500/1118 KB 260/287 KB 432/1461 KB 540/1192 KB 500/1118 KB 260/287 KB 432/1461 KB 544/1192 KB 500/1118 KB 260/287 KB 432/1461 KB 512/1192 KB 484/1118 KB 248/287 KB 432/1461 KB 544/1192 KB 500/1118 KB 260/287 KB 436/1461 KB 544/1192 KB 500/1118 KB 260/287 KB 440/1461 KB 544/1192 KB 500/1118 KB 260/287 KB 444/1461 KB 544/1192 KB 500/1118 KB 260/287 KB 448/1461 KB 544/1192 KB 500/1118 KB 260/287 KB 452/1461 KB 548/1192 KB 500/1118 KB 260/287 KB 456/1461 KB 548/1192 KB 500/1118 KB 260/287 KB 460/1461 KB 548/1192 KB 500/1118 KB 260/287 KB 464/1461 KB 532/1192 KB 500/1118 KB 260/287 KB 432/1461 KB 548/1192 KB 504/1118 KB 260/287 KB 464/1461 KB 548/1192 KB 508/1118 KB 260/287 KB 464/1461 KB 548/1192 KB 512/1118 KB 260/287 KB 464/1461 KB 548/1192 KB 516/1118 KB 260/287 KB 464/1461 KB 548/1192 KB 520/1118 KB 260/287 KB 468/1461 KB 548/1192 KB 524/1118 KB 260/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 260/287 KB 468/1461 KB 532/1192 KB 496/1118 KB 260/287 KB 432/1461 KB 548/1192 unit-abot-epc-basic-0: 11:01:34 DEBUG unit.abot-epc-basic/0.install KB 528/1118 KB 264/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 268/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 272/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 276/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 280/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 284/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 287/287 KB 468/1461 KB 548/1192 KB 516/1118 KB 260/287 KB 468/1461 KB 548/1192 KB 528/1118 KB 287/287 KB 472/1461 KB 548/1192 KB 528/1118 KB 287/287 KB 476/1461 KB 548/1192 KB 528/1118 KB 287/287 KB 480/1461 KB 548/1192 KB 500/1118 KB 260/287 KB 452/1461 KB 552/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 556/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 560/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 564/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 568/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 572/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 576/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 548/1192 KB 532/1118 KB 287/287 KB 480/1461 KB 576/1192 KB 536/1118 KB 287/287 KB 480/1461 KB 576/1192 KB 540/1118 KB 484/1461 KB 576/1192 KB 544/1118 KB 484/1461 KB 576/1192 KB 548/1118 KB 484/1461 KB 576/1192 KB 552/1118 KB 484/1461 KB 576/1192 KB 556/1118 KB 484/1461 KB 576/1192 KB 560/1118 KB 484/1461 KB 576/1192 KB 536/1118 KB 287/287 KB 484/1461 KB 576/1192 KB 560/1118 KB 488/1461 KB 576/1192 KB 560/1118 KB 492/1461 KB 576/1192 KB 560/1118 KB 496/1461 KB 576/1192 KB 560/1118 KB 500/1461 KB 576/1192 KB 560/1118 KB 504/1461 KB 576/1192 KB 560/1118 KB 508/1461 KB 576/1192 KB 560/1118 KB 512/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 199.0 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 576/1192 KB 564/1118 KB 512/1461 KB 576/1192 KB 568/1118 KB 512/1461 KB 576/1192 KB 572/1118 KB 512/1461 KB 576/1192 KB 576/1118 KB 512/1461 KB 576/1192 KB 580/1118 KB 512/1461 KB 580/1192 KB 584/1118 KB 516/1461 KB 580/1192 KB 588/1118 KB 516/1461 KB 580/1192 KB 592/1118 KB 516/1461 KB 580/1192 KB 580/1118 KB 516/1461 KB 580/1192 KB 592/1118 KB 520/1461 KB 580/1192 KB 592/1118 KB 524/1461 KB 580/1192 KB 580/1118 KB 512/1461 KB 584/1192 KB 592/1118 KB 524/1461 KB 588/1192 KB 592/1118 KB 524/1461 KB 592/1192 KB 592/1118 KB 524/1461 KB 596/1192 KB 592/1118 KB 524/1461 KB 600/1192 KB 592/1118 KB 524/1461 KB 604/1192 KB 592/1118 KB 524/1461 KB 608/1192 KB 592/1118 KB 524/1461 KB 612/1192 KB 592/1118 KB 524/1461 KB 616/1192 KB 592/1118 KB 528/1461 KB 620/1192 KB 592/1118 KB 528/1461 KB 624/1192 KB 592/1118 KB 528/1461 KB 612/1192 KB 592/1118 KB 528/1461 KB 628/1192 KB 592/1118 KB 528/1461 KB 632/1192 KB 596/1118 KB 532/1461 KB 636/1192 KB 596/1118 KB 532/1461 KB 640/1192 KB 596/1118 KB 532/1461 KB 628/1192 KB 596/1118 KB 532/1461 KB 640/1192 KB 600/1118 KB 532/1461 KB 640/1192 KB 604/1118 KB 532/1461 KB 640/1192 KB 608/1118 KB 532/1461 KB 640/1192 KB 612/1118 KB 532/1461 KB 644/1192 KB 616/1118 KB 532/1461 KB 644/1192 KB 620/1118 KB 532/1461 KB 644/1192 KB 624/1118 KB 532/1461 KB 628/1192 KB 592/1118 KB 532/1461 KB 644/1192 KB 624/1118 KB 536/1461 KB 644/1192 KB 624/1118 KB 540/1461 KB 644/1192 KB 624/1118 KB 544/1461 KB 644/1192 KB 624/1118 KB 548/1461 KB 644/1192 KB 624/1118 KB 552/1461 KB 644/1192 KB 624/1118 KB 556/1461 KB 644/1192 KB 624/1118 KB 560/1461 KB 644/1192 KB 612/1118 KB 532/1461 KB 648/1192 KB 624/1118 KB 560/1461 KB 652/1192 KB 624/1118 KB 560/1461 KB 656/1192 KB 624/1118 KB 560/1461 KB 660/1192 KB 624/1118 KB 560/1461 KB 664/1192 KB 628/1118 KB 564/1461 KB 668/1192 KB 628/1118 KB 564/1461 KB 672/1192 KB 628/1118 KB 564/1461 KB 660/1192 KB 628/1118 KB 564/1461 KB 672/1192 KB 632/1118 KB 564/1461 KB 676/1192 KB 636/1118 KB 564/1461 KB 676/1192 KB 640/1118 KB 564/1461 KB 660/1192 KB 624/1118 KB 564/1461 KB 676/1192 KB 640/1118 KB 568/1461 KB 676/1192 KB 640/1118 KB 572/1461 KB 676/1192 KB 640/1118 KB 576/1461 KB 676/1192 KB 640/1118 KB 580/1461 KB 676/1192 KB 640/1118 KB 584/1461 KB 676/1192 KB 640/1118 KB 588/1461 KB 676/1192 KB 640/1118 KB 592/1461 KB 676/1192 KB 640/1118 KB 596/1461 KB 676/1192 KB 632/1118 KB 564/1461 KB 680/1192 KB 644/1118 KB 596/1461 KB 684/1192 KB 644/1118 KB 596/1461 KB 688/1192 KB 644/1118 KB 596/1461 KB 692/1192 KB 644/1118 KB 596/1461 KB 676/1192 KB 644/1118 KB 596/1461 KB 692/1192 KB 648/1118 KB 600/1461 KB 692/1192 KB 652/1118 KB 600/1461 KB 692/1192 KB 656/1118 KB 600/1461 KB 692/1192 KB 660/1118 KB 600/1461 KB 692/1192 KB 644/1118 KB 600/1461 KB 696/1192 KB 660/1118 KB 604/1461 KB 696/1192 KB 660/1118 KB 608/1461 KB 696/1192 KB 660/1118 KB 600/1461 KB 700/1192 KB 660/1118 KB 608/1461 KB 704/1192 KB 660/1118 KB 608/1461 KB 704/1192 KB 660/1118 KB 612/1461 KB 708/1192 KB 664/1118 KB 616/1461 KB 708/1192 KB 664/1118 KB 620/1461 KB 708/1192 KB 664/1118 KB 612/1461 KB 712/1192 KB 664/1118 KB 620/1461 KB 716/1192 KB 664/1118 KB 624/1461 KB 720/1192 KB 664/1118 KB 624/1461 KB 724/1192 KB 664/1118 KB 624/1461 KB 728/1192 KB 664/1118 KB 624/1461 KB 732/1192 KB 664/1118 KB 624/1461 KB 736/1192 KB 664/1118 KB 624/1461 KB 704/1192 KB 664/1118 KB 612/1461 KB 736/1192 KB 668/1118 KB 624/1461 KB 736/1192 KB 672/1118 KB 624/1461 KB 736/1192 KB unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 676/1118 KB 624/1461 KB 736/1192 KB 680/1118 KB 624/1461 KB 712/1192 KB 664/1118 KB 624/1461 KB 736/1192 KB 680/1118 KB 628/1461 KB 736/1192 KB 684/1118 KB 628/1461 KB 736/1192 KB 688/1118 KB 628/1461 KB 736/1192 KB 692/1118 KB 628/1461 KB 736/1192 KB 696/1118 KB 632/1461 KB 736/1192 KB 700/1118 KB 632/1461 KB 740/1192 KB 704/1118 KB 632/1461 KB 736/1192 KB 692/1118 KB 632/1461 KB 740/1192 KB 704/1118 KB 636/1461 KB 740/1192 KB 704/1118 KB 640/1461 KB 740/1192 KB 704/1118 KB 644/1461 KB 740/1192 KB 704/1118 KB 648/1461 KB 740/1192 KB 704/1118 KB 652/1461 KB 740/1192 KB 708/1118 KB 656/1461 KB 740/1192 KB 700/1118 KB 632/1461 KB 744/1192 KB 708/1118 KB 656/1461 KB 748/1192 KB 708/1118 KB 656/1461 KB 752/1192 KB 708/1118 KB 656/1461 KB 756/1192 KB 708/1118 KB 656/1461 KB 760/1192 KB 708/1118 KB 660/1461 KB 764/1192 KB 708/1118 KB 660/1461 KB 768/1192 KB 708/1118 KB 660/1461 KB 772/1192 KB 708/1118 KB 660/1461 KB 740/1192 KB 708/1118 KB 652/1461 KB 772/1192 KB 712/1118 KB 660/1461 KB 772/1192 KB 716/1118 KB 660/1461 KB 772/1192 KB 720/1118 KB 660/1461 KB 772/1192 KB 724/1118 KB 660/1461 KB 772/1192 KB 728/1118 KB 660/1461 KB 772/1192 KB 732/1118 KB 660/1461 KB 772/1192 KB 736/1118 KB 660/1461 KB 772/1192 KB 740/1118 KB 660/1461 KB 776/1192 KB 744/1118 KB 660/1461 KB 776/1192 KB 748/1118 KB 660/1461 KB 776/1192 KB 752/1118 KB 660/1461 KB 756/1192 KB 708/1118 KB 660/1461 KB 776/1192 KB 752/1118 KB 664/1461 KB 776/1192 KB 752/1118 KB 668/1461 KB 776/1192 KB 752/1118 KB 672/1461 KB 776/1192 KB 752/1118 KB 676/1461 KB 776/1192 KB 752/1118 KB 680/1461 KB 776/1192 KB 752/1118 KB 684/1461 KB 776/1192 KB 752/1118 KB 688/1461 KB 776/1192 KB 740/1118 KB 660/1461 KB 780/1192 KB 752/1118 KB 688/1461 KB 784/1192 KB 752/1118 KB 688/1461 KB 788/1192 KB 752/1118 KB 688/1461 KB 792/1192 KB 756/1118 KB 692/1461 KB 796/1192 KB 756/1118 KB 692/1461 KB 800/1192 KB 756/1118 KB 692/1461 KB 788/1192 KB 756/1118 KB 692/1461 KB 800/1192 KB 760/1118 KB 692/1461 KB 800/1192 KB 764/1118 KB 692/1461 KB 804/1192 KB 768/1118 KB 692/1461 KB 788/1192 KB 752/1118 KB 692/1461 KB 804/1192 KB 768/1118 KB 696/1461 KB 804/1192 KB 768/1118 KB 700/1461 KB 804/1192 KB 768/1118 KB 704/1461 KB 804/1192 KB 768/1118 KB 708/1461 KB 804/1192 KB 772/1118 KB 712/1461 KB 804/1192 KB 772/1118 KB 716/1461 KB 804/1192 KB 772/1118 KB 720/1461 KB 804/1192 KB 764/1118 KB 692/1461 KB 808/1192 KB 772/1118 KB 720/1461 KB 812/1192 KB 772/1118 KB 720/1461 KB 816/1192 KB 772/1118 KB 720/1461 KB 820/1192 KB 772/1118 KB 720/1461 KB 824/1192 KB 772/1118 KB 724/1461 KB 828/1192 KB 772/1118 KB 724/1461 KB 832/1192 KB 772/1118 KB 724/1461 KB 804/1192 KB 772/1118 KB 708/1461 KB 832/1192 KB 776/1118 KB 724/1461 KB 832/1192 KB 780/1118 KB 724/1461 KB 832/1192 KB 784/1118 KB 724/1461 KB 832/1192 KB 788/1118 KB 724/1461 KB 820/1192 KB 772/1118 KB 724/1461 KB 832/1192 KB 792/1118 KB 728/1461 KB 832/1192 KB 792/1118 KB 732/1461 KB 832/1192 KB 792/1118 KB 736/1461 KB 832/1192 KB 792/1118 KB 740/1461 KB 836/1192 KB 792/1118 KB 744/1461 KB 836/1192 KB 792/1118 KB 748/1461 KB 836/1192 KB 792/1118 KB 752/1461 KB 836/1192 KB 792/1118 KB 740/1461 KB 840/1192 KB 792/1118 KB 752/1461 KB 844/1192 KB 792/1118 KB 752/1461 KB 848/1192 KB 792/1118 KB 752/1461 KB 852/1192 KB 792/1118 KB 756/1461 KB 856/1192 KB 792/1118 KB 756/1461 KB 860/1192 KB 792/1118 KB 756/1461 KB 864/1192 KB 792/1118 KB 756/1461 KB 832/1192 KB 792/1118 KB 724/1461 KB 864/1192 KB 796/1118 unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install KB 756/1461 KB 864/1192 KB 800/1118 KB 756/1461 KB 864/1192 KB 804/1118 KB 756/1461 KB 864/1192 KB 808/1118 KB 756/1461 KB 864/1192 KB 812/1118 KB 756/1461 KB 864/1192 KB 816/1118 KB 756/1461 KB 864/1192 KB 820/1118 KB 756/1461 KB 864/1192 KB 824/1118 KB 756/1461 KB 864/1192 KB 828/1118 KB 756/1461 KB 864/1192 KB 832/1118 KB 756/1461 KB 864/1192 KB 836/1118 KB 756/1461 KB 868/1192 KB 840/1118 KB 756/1461 KB 868/1192 KB 844/1118 KB 756/1461 KB 868/1192 KB 848/1118 KB 756/1461 KB 848/1192 KB 792/1118 KB 756/1461 KB 868/1192 KB 848/1118 KB 760/1461 KB 868/1192 KB 848/1118 KB 764/1461 KB 868/1192 KB 848/1118 KB 768/1461 KB 868/1192 KB 848/1118 KB 772/1461 KB 868/1192 KB 848/1118 KB 776/1461 KB 868/1192 KB 848/1118 KB 780/1461 KB 868/1192 KB 848/1118 KB 784/1461 KB 868/1192 KB 848/1118 KB 788/1461 KB 868/1192 KB 848/1118 KB 792/1461 KB 868/1192 KB 848/1118 KB 796/1461 KB 868/1192 KB 852/1118 KB 800/1461 KB 868/1192 KB 836/1118 KB 756/1461 KB 872/1192 KB 852/1118 KB 800/1461 KB 876/1192 KB 852/1118 KB 800/1461 KB 880/1192 KB 852/1118 KB 800/1461 KB 884/1192 KB 852/1118 KB 800/1461 KB 888/1192 KB 852/1118 KB 800/1461 KB 892/1192 KB 852/1118 KB 800/1461 KB 896/1192 KB 852/1118 KB 804/1461 KB 868/1192 KB 852/1118 KB 796/1461 KB 896/1192 KB 856/1118 KB 804/1461 KB 896/1192 KB 860/1118 KB 804/1461 KB 896/1192 KB 864/1118 KB 804/1461 KB 900/1192 KB 868/1118 KB 804/1461 KB 900/1192 KB 872/1118 KB 804/1461 KB 900/1192 KB 876/1118 KB 804/1461 KB 900/1192 KB 880/1118 KB 804/1461 KB 900/1192 KB 884/1118 KB 804/1461 KB 900/1192 KB 888/1118 KB 804/1461 KB 900/1192 KB 892/1118 KB 804/1461 KB 900/1192 KB 896/1118 KB 804/1461 KB 892/1192 KB 852/1118 KB 804/1461 KB 900/1192 KB 896/1118 KB 808/1461 KB 900/1192 KB 896/1118 KB 812/1461 KB 900/1192 KB 896/1118 KB 816/1461 KB 900/1192 KB 896/1118 KB 820/1461 KB 900/1192 KB 896/1118 KB 824/1461 KB 900/1192 KB 896/1118 KB 828/1461 KB 900/1192 KB 896/1118 KB 832/1461 KB 900/1192 KB 864/1118 KB 804/1461 KB 904/1192 KB 896/1118 KB 832/1461 KB 908/1192 KB 896/1118 KB 832/1461 KB 912/1192 KB 896/1118 KB 832/1461 KB 916/1192 KB 896/1118 KB 832/1461 KB 920/1192 KB 896/1118 KB 832/1461 KB 924/1192 KB 896/1118 KB 836/1461 KB 928/1192 KB 896/1118 KB 836/1461 KB 932/1192 KB 896/1118 KB 836/1461 KB 936/1192 KB 900/1118 KB 836/1461 KB 940/1192 KB 900/1118 KB 836/1461 KB 944/1192 KB 900/1118 KB 836/1461 KB 920/1192 KB 896/1118 KB 836/1461 KB 944/1192 KB 900/1118 KB 840/1461 KB 944/1192 KB 900/1118 KB 844/1461 KB 944/1192 KB 900/1118 KB 848/1461 KB 944/1192 KB 900/1118 KB 852/1461 KB 948/1192 KB 900/1118 KB 856/1461 KB 948/1192 KB 900/1118 KB 860/1461 KB 948/1192 KB 900/1118 KB 864/1461 KB 932/1192 KB 900/1118 KB 836/1461 KB 948/1192 KB 904/1118 KB 864/1461 KB 948/1192 KB 908/1118 KB 864/1461 KB 948/1192 KB 912/1118 KB 864/1461 KB 948/1192 KB 916/1118 KB 864/1461 KB 948/1192 KB 920/1118 KB 864/1461 KB 948/1192 KB 924/1118 KB 868/1461 KB 948/1192 KB 928/1118 KB 868/1461 KB 948/1192 KB 932/1118 KB 868/1461 KB 948/1192 KB 936/1118 KB 868/1461 KB 948/1192 KB 940/1118 KB 868/1461 KB 948/1192 KB 944/1118 KB 868/1461 KB 948/1192 KB 948/1118 KB 868/1461 KB 948/1192 KB 900/1118 KB 852/1461 KB 952/1192 KB 948/1118 KB 868/1461 KB 956/1192 KB 948/1118 KB 868/1461 KB 960/1192 KB 948/1118 KB 868/1461 KB 964/1192 KB 948/1118 KB 868/1461 KB 968/1192 KB 948/1118 KB 868/1461 KB 972/1192 KB 948/1118 KB 868/1461 KB 976/1192 KB 948/1118 KB 868/1461 KB 980/1192 KB 948/1118 KB 868/1 unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 461 KB 984/1192 KB 948/1118 KB 868/1461 KB 988/1192 KB 948/1118 KB 868/1461 KB 992/1192 KB 952/1118 KB 868/1461 KB 948/1192 KB 920/1118 KB 868/1461 KB 992/1192 KB 952/1118 KB 872/1461 KB 992/1192 KB 952/1118 KB 876/1461 KB 992/1192 KB 952/1118 KB 880/1461 KB 992/1192 KB 952/1118 KB 884/1461 KB 992/1192 KB 952/1118 KB 888/1461 KB 992/1192 KB 952/1118 KB 892/1461 KB 992/1192 KB 952/1118 KB 896/1461 KB 992/1192 KB 952/1118 KB 900/1461 KB 996/1192 KB 952/1118 KB 904/1461 KB 996/1192 KB 952/1118 KB 908/1461 KB 996/1192 KB 952/1118 KB 912/1461 KB 988/1192 KB 952/1118 KB 868/1461 KB 996/1192 KB 956/1118 KB 912/1461 KB 996/1192 KB 960/1118 KB 912/1461 KB 996/1192 KB 964/1118 KB 912/1461 KB 996/1192 KB 968/1118 KB 912/1461 KB 996/1192 KB 972/1118 KB 912/1461 KB 996/1192 KB 976/1118 KB 912/1461 KB 996/1192 KB 952/1118 KB 900/1461 KB 1000/1192 KB 976/1118 KB 912/1461 KB 1004/1192 KB 976/1118 KB 912/1461 KB 1008/1192 KB 976/1118 KB 912/1461 KB 1012/1192 KB 976/1118 KB 912/1461 KB 1016/1192 KB 980/1118 KB 916/1461 KB 1020/1192 KB 980/1118 KB 916/1461 KB 1024/1192 KB 980/1118 KB 916/1461 KB 1028/1192 KB 980/1118 KB 916/1461 KB 1032/1192 KB 980/1118 KB 916/1461 KB 1036/1192 KB 980/1118 KB 916/1461 KB 1040/1192 KB 980/1118 KB 916/1461 KB 1044/1192 KB 980/1118 KB 916/1461 KB 1012/1192 KB 980/1118 KB 916/1461 KB 1044/1192 KB 980/1118 KB 920/1461 KB 1044/1192 KB 980/1118 KB 924/1461 KB 1044/1192 KB 980/1118 KB 928/1461 KB 1044/1192 KB 980/1118 KB 932/1461 KB 1044/1192 KB 980/1118 KB 936/1461 KB 1044/1192 KB 980/1118 KB 940/1461 KB 1044/1192 KB 980/1118 KB 944/1461 KB 1012/1192 KB 980/1118 KB 912/1461 KB 1044/1192 KB 984/1118 KB 944/1461 KB 1044/1192 KB 988/1118 KB 944/1461 KB 1044/1192 KB 992/1118 KB 944/1461 KB 1044/1192 KB 996/1118 KB 944/1461 KB 1044/1192 KB 1000/1118 KB 944/1461 KB 1044/1192 KB 1004/1118 KB 944/1461 KB 1044/1192 KB 1008/1118 KB 944/1461 KB 1044/1192 KB 1012/1118 KB 948/1461 KB 1044/1192 KB 1008/1118 KB 948/1461 KB 1048/1192 KB 1012/1118 KB 952/1461 KB 1048/1192 KB 1012/1118 KB 956/1461 KB 1048/1192 KB 1012/1118 KB 960/1461 KB 1048/1192 KB 1012/1118 KB 964/1461 KB 1048/1192 KB 1012/1118 KB 948/1461 KB 1052/1192 KB 1016/1118 KB 964/1461 KB 1056/1192 KB 1016/1118 KB 964/1461 KB 1048/1192 KB 1016/1118 KB 964/1461 KB 1056/1192 KB 1020/1118 KB 964/1461 KB 1056/1192 KB 1024/1118 KB 964/1461 KB 1056/1192 KB 1028/1118 KB 964/1461 KB 1060/1192 KB 1032/1118 KB 968/1461 KB 1060/1192 KB 1036/1118 KB 968/1461 KB 1060/1192 KB 1040/1118 KB 968/1461 KB 1060/1192 KB 1028/1118 KB 968/1461 KB 1060/1192 KB 1040/1118 KB 972/1461 KB 1060/1192 KB 1040/1118 KB 976/1461 KB 1060/1192 KB 1028/1118 KB 964/1461 KB 1064/1192 KB 1040/1118 KB 976/1461 KB 1068/1192 KB 1040/1118 KB 976/1461 KB 1072/1192 KB 1040/1118 KB 976/1461 KB 1072/1192 KB 1040/1118 KB 980/1461 KB 1076/1192 KB 1044/1118 KB 984/1461 KB 1076/1192 KB 1044/1118 KB 988/1461 KB 1076/1192 KB 1044/1118 KB 992/1461 KB 1076/1192 KB 1044/1118 KB 980/1461 KB 1076/1192 KB 1048/1118 KB 992/1461 KB 1076/1192 KB 1052/1118 KB 996/1461 KB 1076/1192 KB 1056/1118 KB 996/1461 KB 1076/1192 KB 1060/1118 KB 996/1461 KB 1076/1192 KB 1064/1118 KB 996/1461 KB 1076/1192 KB 1068/1118 KB 996/1461 KB 1076/1192 KB 1072/1118 KB 996/1461 KB 1076/1192 KB 1040/1118 KB 980/1461 KB 1080/1192 KB 1072/1118 KB 996/1461 KB 1084/1192 KB 1072/1118 KB 996/1461 KB 1088/1192 KB 1072/1118 KB 996/1461 KB 1092/1192 KB 1072/1118 KB 996/1461 KB 1096/1192 KB 1072/1118 KB 996/1461 KB 1100/1192 KB 10 unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 72/1118 KB 996/1461 KB 1076/1192 KB 1048/1118 KB 996/1461 KB 1100/1192 KB 1072/1118 KB 1000/1461 KB 1100/1192 KB 1072/1118 KB 1004/1461 KB 1100/1192 KB 1072/1118 KB 1008/1461 KB 1100/1192 KB 1072/1118 KB 1012/1461 KB 1104/1192 KB 1076/1118 KB 1016/1461 KB 1104/1192 KB 1076/1118 KB 1020/1461 KB 1104/1192 KB 1076/1118 KB 1024/1461 KB 1104/1192 KB 1076/1118 KB 1012/1461 KB 1104/1192 KB 1080/1118 KB 1024/1461 KB 1104/1192 KB 1084/1118 KB 1028/1461 KB 1104/1192 KB 1072/1118 KB 1012/1461 KB 1108/1192 KB 1084/1118 KB 1028/1461 KB 1112/1192 KB 1084/1118 KB 1028/1461 KB 1116/1192 KB 1084/1118 KB 1028/1461 KB 1120/1192 KB 1084/1118 KB 1028/1461 KB 1124/1192 KB 1084/1118 KB 1028/1461 KB 1128/1192 KB 1088/1118 KB 1028/1461 KB 1132/1192 KB 1088/1118 KB 1028/1461 KB 1136/1192 KB 1088/1118 KB 1028/1461 KB 1104/1192 KB 1080/1118 KB 1028/1461 KB 1136/1192 KB 1088/1118 KB 1032/1461 KB 1136/1192 KB 1088/1118 KB 1036/1461 KB 1136/1192 KB 1088/1118 KB 1040/1461 KB 1136/1192 KB 1088/1118 KB 1044/1461 KB 1140/1192 KB 1088/1118 KB 1048/1461 KB 1140/1192 KB 1088/1118 KB 1052/1461 KB 1140/1192 KB 1088/1118 KB 1056/1461 KB 1124/1192 KB 1088/1118 KB 1028/1461 KB 1140/1192 KB 1092/1118 KB 1056/1461 KB 1140/1192 KB 1096/1118 KB 1056/1461 KB 1140/1192 KB 1100/1118 KB 1056/1461 KB 1140/1192 KB 1104/1118 KB 1056/1461 KB 1140/1192 KB 1108/1118 KB 1056/1461 KB 1140/1192 KB 1112/1118 KB 1056/1461 KB 1140/1192 KB 1116/1118 KB 1060/1461 KB 1140/1192 KB 1118/1118 KB 1060/1461 KB 1140/1192 KB 1088/1118 KB 1044/1461 KB 1144/1192 KB 1118/1118 KB 1060/1461 KB 1148/1192 KB 1118/1118 KB 1060/1461 KB 1152/1192 KB 1118/1118 KB 1060/1461 KB 1156/1192 KB 1118/1118 KB 1060/1461 KB 1160/1192 KB 1118/1118 KB 1060/1461 KB 1164/1192 KB 1118/1118 KB 1060/1461 KB 1168/1192 KB 1118/1118 KB 1060/1461 KB 1140/1192 KB 1112/1118 KB 1060/1461 KB 1168/1192 KB 1118/1118 KB 1064/1461 KB 1168/1192 KB 1118/1118 KB 1068/1461 KB 1168/1192 KB 1118/1118 KB 1072/1461 KB 1168/1192 KB 1118/1118 KB 1076/1461 KB 1172/1192 KB 1118/1118 KB 1080/1461 KB 1172/1192 KB 1118/1118 KB 1084/1461 KB 1172/1192 KB 1118/1118 KB 1088/1461 KB 1172/1192 KB 1118/1118 KB 1076/1461 KB 1176/1192 KB 1118/1118 KB 1088/1461 KB 1180/1192 KB 1118/1118 KB 1088/1461 KB 1184/1192 KB 1118/1118 KB 1088/1461 KB 1188/1192 KB 1118/1118 KB 1092/1461 KB 1192/1192 KB 1118/1118 KB 1092/1461 KB 1192/1192 KB 1118/1118 KB 1092/1461 KB 1184/1192 KB 1118/1118 KB 1092/1461 KB 1192/1192 KB 1118/1118 KB 1096/1461 KB 1192/1192 KB 1118/1118 KB 1100/1461 KB 1192/1192 KB 1118/1118 KB 1104/1461 KB 1192/1192 KB 1118/1118 KB 1108/1461 KB 1192/1192 KB 1118/1118 KB 1112/1461 KB 1192/1192 KB 1118/1118 KB 1116/1461 KB 1192/1192 KB 1118/1118 KB 1120/1461 KB 1192/1192 KB 1118/1118 KB 1124/1461 KB 1192/1192 KB 1118/1118 KB 1128/1461 KB 1192/1192 KB 1118/1118 KB 1132/1461 KB 1192/1192 KB 1118/1118 KB 1136/1461 KB 1192/1192 KB 1118/1118 KB 1140/1461 KB 1192/1192 KB 1118/1118 KB 1144/1461 KB 1192/1192 KB 1118/1118 KB 1148/1461 KB 1192/1192 KB 1118/1118 KB 1152/1461 KB 1192/1192 KB 1118/1118 KB 1156/1461 KB 1192/1192 KB 1118/1118 KB 1160/1461 KB 1192/1192 KB 1118/1118 KB 1164/1461 KB 1192/1192 KB 1118/1118 KB 1168/1461 KB 1192/1192 KB 1118/1118 KB 1172/1461 KB 1192/1192 KB 1118/1118 KB 1176/1461 KB 1192/1192 KB 1118/1118 KB 1180/1461 KB 1192/1192 KB 1118/1118 KB 1184/1461 KB 1192/1192 KB 1118/1118 KB 1188/1461 KB 1192/1192 KB 1118/1118 KB 1192/1461 KB 1192/1192 KB 1118/1118 KB 1196/1461 KB 1192/1192 KB 1118/1118 KB 1200/1461 KB unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 724.0 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 1192/1192 KB 1204/1461 KB 1192/1192 KB 1208/1461 KB 1192/1192 KB 1212/1461 KB 1192/1192 KB 1216/1461 KB 1192/1192 KB 1220/1461 KB 1192/1192 KB 1224/1461 KB 1192/1192 KB 1228/1461 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 771.2 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 930.0 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 364.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 98.2 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 122.2 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 87.8 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 424/424 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 31.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 272.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 138.7 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 158.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 151.6 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 577.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 216.4 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 434.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 1/9 KB 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 607.0 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 72.3 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 215.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 226.5 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 378.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 605.7 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 66.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 198.7 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 10/16 KB 12/16 KB 15/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 838.8 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/149 KB 5/149 KB 4/10 KB 4/21 KB 8/149 KB 4/10 KB 4/21 KB 11/149 KB 4/10 KB 4/21 KB 3/149 KB 4/10 KB 4/21 KB 11/149 KB 4/10 KB 8/21 KB 11/149 KB 4/10 KB 12/21 KB 11/149 KB 4/10 KB 16/21 KB 11/149 KB 4/10 KB 20/21 KB 11/149 KB 4/10 KB 21/21 KB 3/149 KB 4/10 KB 11/149 KB 8/10 KB 21/21 KB 11/149 KB 10/10 KB 21/21 KB 13/149 KB 10/10 KB 21/21 KB 16/149 KB 10/10 KB 21/21 KB 4/6 KB 16/149 KB 10/10 KB 21/21 KB 4/6 KB 19/149 KB 10/10 KB 21/21 KB 4/6 KB 21/149 KB 10/10 KB 21/21 KB 4/6 KB 24/149 KB 10/10 KB 21/21 KB 4/6 KB 27/149 KB 10/10 KB 21/21 KB 6/6 KB 27/149 KB 10/10 KB 21/21 KB 6/6 KB 29/149 KB 10/10 KB 21/21 KB 6/6 KB 32/149 KB 10/10 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 779.6 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 441.3 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 6/6 KB 36/149 KB 6/6 KB 40/149 KB 6/6 KB 44/149 KB 6/6 KB 48/149 KB 6/6 KB 52/149 KB 6/6 KB 56/149 KB 6/6 KB 60/149 KB 6/6 KB 64/149 KB 6/6 KB 68/149 KB 6/6 KB 72/149 KB 3/14 KB 6/6 KB 76/149 KB 3/14 KB 6/6 KB 80/149 KB 3/14 KB 6/6 KB 68/149 KB 3/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 231.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 80/149 KB 6/14 KB 3/37 KB 4/30 KB 80/149 KB 6/14 KB 6/37 KB 4/30 KB 80/149 KB 6/14 KB 9/37 KB 4/30 KB 80/149 KB 6/14 KB 11/37 KB 4/30 KB 80/149 KB 6/14 KB 14/37 KB 4/30 KB 80/149 KB 6/14 KB 4/30 KB 80/149 KB 6/14 KB 14/37 KB 8/30 KB 80/149 KB 6/14 KB 14/37 KB 12/30 KB 80/149 KB 6/14 KB 16/37 KB 16/30 KB 80/149 KB 6/14 KB 16/37 KB 12/30 KB 80/149 KB 6/14 KB 16/37 KB 20/30 KB 80/149 KB 6/14 KB 19/37 KB 20/30 KB 80/149 KB 6/14 KB 22/37 KB 20/30 KB 80/149 KB 6/14 KB 25/37 KB 20/30 KB 80/149 KB 6/14 KB 25/37 KB 24/30 KB 80/149 KB 6/14 KB 25/37 KB 28/30 KB 80/149 KB 6/14 KB 27/37 KB 30/30 KB 80/149 KB 6/14 KB 27/37 KB 30/30 KB 80/149 KB 9/14 KB 27/37 KB 30/30 KB 80/149 KB 11/14 KB 27/37 KB 30/30 KB 84/149 KB 14/14 KB 3/14 KB 27/37 KB 28/30 KB 80/149 KB 6/14 KB 27/37 KB 30/30 KB 84/149 KB 11/14 KB 3/14 KB 27/37 KB 30/30 KB 84/149 KB 14/14 KB 6/14 KB 27/37 KB 30/30 KB 84/149 KB 14/14 KB 9/14 KB 30/37 KB 30/30 KB 84/149 KB 14/14 KB 9/14 KB 32/37 KB 30/30 KB 84/149 KB 14/14 KB 11/14 KB 35/37 KB 30/30 KB 84/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 84/149 KB 14/14 KB 11/14 KB 27/37 KB 30/30 KB 84/149 KB 11/14 KB 37/37 KB 30/30 KB 88/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 92/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 96/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 100/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 104/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 108/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 112/149 KB 14/14 KB 11/14 KB 30/37 KB 30/30 KB 84/149 KB 14/14 KB 11/14 KB 37/37 KB 30/30 KB 112/149 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 840.3 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 37/37 KB 116/149 KB 14/14 KB 14/14 KB 37/37 KB 120/149 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 349.8 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 37/37 KB 124/149 KB 14/14 KB 128/149 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 923.3 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 327.3 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 132/149 KB 136/149 KB 140/149 KB 4/37 KB 144/149 KB 4/37 KB 148/149 KB 4/37 KB 149/149 KB 4/37 KB 136/149 KB 4/37 KB 149/149 KB 8/37 KB 149/149 KB 12/37 KB 149/149 KB 16/37 KB 149/149 KB 20/37 KB 149/149 KB 24/37 KB 149/149 KB 28/37 KB 149/149 KB 32/37 KB 149/149 KB 36/37 KB 149/149 KB 37/37 KB 149/149 KB 3/11 KB 37/37 KB 149/149 KB 6/11 KB 37/37 KB 149/149 KB 9/11 KB 37/37 KB 149/149 KB 11/11 KB 37/37 KB 149/149 KB 11/11 KB 37/37 KB 3/43 KB 149/149 KB 11/11 KB 37/37 KB 6/43 KB 149/149 KB 11/11 KB 37/37 KB 9/43 KB 149/149 KB 11/11 KB 37/37 KB 11/43 KB 3/7 KB 149/149 KB 11/11 KB 37/37 KB 14/43 KB 3/7 KB 149/149 KB 11/11 KB 37/37 KB 11/43 KB 5/7 KB 149/149 KB 11/11 KB 37/37 KB 14/43 KB 7/7 KB 149/149 KB 11/11 KB 37/37 KB 14/43 KB 7/7 KB 149/149 KB 11/11 KB 37/37 KB 16/43 KB 7/7 KB 149/149 KB 11/11 KB 37/37 KB 19/43 KB 7/7 KB 149/149 KB 11/11 KB 37/37 KB 22/43 KB 7/7 KB 149/149 KB 11/11 KB 37/37 KB 25/43 KB 7/7 KB 149/149 KB 11/11 KB 37/37 KB 27/43 KB 7/7 KB 149/149 KB 11/11 KB 37/37 KB 30/43 KB 7/7 KB 11/11 KB 37/37 KB 32/43 KB 7/7 KB 11/11 KB 36/43 KB 7/7 KB 40/43 KB 7/7 KB 43/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 2388.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 196.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 710.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 125.5 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/60 KB 43/43 KB 6/60 KB 9/60 KB 11/60 KB 14/60 KB 16/60 KB 19/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 690.1 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 22/60 KB 25/60 KB 27/60 KB 30/60 KB 32/60 KB 36/60 KB 40/60 KB 44/60 KB 48/60 KB 52/60 KB 56/60 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 774.4 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 91.2 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1318.8 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1571.2 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 112.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 172.5 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 584.8 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 125.6 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 235.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 127.9 KB/sec) unit-abot-epc-basic-0: 11:01:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 133.5 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 132.6 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 131.0 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 220.5 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 202.8 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 160.4 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 155.9 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 83.7 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 256.5 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 47.0 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 312.6 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 226.6 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1211.9 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 692/692 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 39.8 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 51.7 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 101.2 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/13 KB 3/87 KB 3/48 KB 3/156 KB 6/13 KB 3/87 KB 3/48 KB 3/156 KB 9/13 KB 3/87 KB 3/48 KB 3/156 KB 11/13 KB 3/87 KB 3/48 KB 3/156 KB 3/13 KB 3/87 KB 3/48 KB 5/156 KB 11/13 KB 3/87 KB 3/21 KB 3/48 KB 8/156 KB 11/13 KB 3/87 KB 3/21 KB 3/48 KB 11/156 KB 11/13 KB 3/87 KB 3/21 KB 3/48 KB 13/156 KB 11/13 KB 3/87 KB 3/48 KB 3/13 KB 3/87 KB 3/21 KB 6/48 KB 13/156 KB 11/13 KB 3/87 KB 3/21 KB 9/48 KB 13/156 KB 11/13 KB 3/87 KB 3/13 KB 6/87 KB 3/21 KB 9/48 KB 13/156 KB 11/13 KB 9/87 KB 3/21 KB 9/48 KB 13/156 KB 11/13 KB 11/87 KB 3/21 KB 11/48 KB 13/156 KB 11/13 KB 14/87 KB 3/21 KB 11/48 KB 13/156 KB 11/13 KB 16/87 KB 3/21 KB 11/48 KB 13/156 KB 11/13 KB 19/87 KB 3/21 KB 11/48 KB 13/156 KB 11/13 KB 22/87 KB 3/21 KB 11/48 KB 13/156 KB 11/13 KB 3/87 KB 3/21 KB 3/48 KB 5/156 KB 11/13 KB 22/87 KB 6/21 KB 11/48 KB 16/156 KB 11/13 KB 22/87 KB 9/21 KB 11/48 KB 16/156 KB 11/13 KB 22/87 KB 11/21 KB 11/48 KB 16/156 KB 11/13 KB 22/87 KB 14/21 KB 11/48 KB 16/156 KB 13/13 KB 25/87 KB 16/21 KB 11/48 KB 16/156 KB 13/13 KB 22/87 KB 3/21 KB 11/48 KB 16/156 KB 11/13 KB 25/87 KB 16/21 KB 11/48 KB 19/156 KB 13/13 KB 9/87 KB 3/21 KB 11/48 KB 13/156 KB 11/13 KB 25/87 KB 16/21 KB 14/48 KB 19/156 KB 13/13 KB 25/87 KB 16/21 KB 16/48 KB 19/156 KB 13/13 KB 25/87 KB 16/21 KB 19/48 KB 19/156 KB 13/13 KB 25/87 KB 16/21 KB 22/48 KB 19/156 KB 13/13 KB 25/87 KB 16/21 KB 25/48 KB 19/156 KB 13/13 KB 25/87 KB 16/21 KB 27/48 KB 19/156 KB 13/13 KB 25/87 KB 14/21 KB 11/48 KB 16/156 KB 13/13 KB 22/87 KB 11/21 KB 11/48 KB 16/156 KB 13/13 KB 27/87 KB 16/21 KB 27/48 KB 21/156 KB 13/13 KB 30/87 KB 16/21 KB 27/48 KB 21/156 KB 13/13 KB 32/87 KB 19/21 KB 30/48 KB 21/156 KB 13/13 KB 25/87 KB 16/21 KB 27/48 KB 21/156 KB 13/13 KB 32/87 KB 19/21 KB 30/48 KB 24/156 KB 13/13 KB 30/87 KB 19/21 KB 30/48 KB 21/156 KB 13/13 KB 30/87 KB 16/21 KB 30/48 KB 21/156 KB 13/13 KB 32/87 KB 19/21 KB 32/48 KB 24/156 KB 13/13 KB 32/87 KB 21/21 KB 32/48 KB 24/156 KB 13/13 KB 32/87 KB 21/21 KB 32/48 KB 27/156 KB 13/13 KB 32/87 KB 21/21 KB 36/48 KB 27/156 KB 13/13 KB 36/87 KB 21/21 KB 40/48 KB 29/156 KB 13/13 KB 36/87 KB 21/21 KB 44/48 KB 29/156 KB 13/13 KB 36/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 36/87 KB 21/21 KB 36/48 KB 29/156 KB 13/13 KB 40/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 44/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 48/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 52/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 56/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 60/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 29/156 KB 13/13 KB 32/87 KB 21/21 KB 36/48 KB 29/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 32/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 36/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 40/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 44/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 48/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 52/156 KB 13/13 KB 64/87 KB 21/21 KB 48/48 KB 56/156 KB 64/87 KB 21/21 KB 48/48 KB 60/156 KB 64/87 KB 21/21 KB 48/48 KB 64/156 KB 64/87 KB 21/21 KB 48/48 KB 68/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 340.3 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 1598.7 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 68/87 KB 48/48 KB 68/156 KB 72/87 KB 72/156 KB 76/87 KB 72/156 KB 80/87 KB 72/156 KB 84/87 KB 72/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 617.8 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 68/87 KB 72/156 KB 87/87 KB 76/156 KB 87/87 KB 80/156 KB 87/87 KB 72/156 KB 87/87 KB 84/156 KB 87/87 KB 88/156 KB 87/87 KB 92/156 KB 87/87 KB 92/156 KB 4/35 KB 87/87 KB 92/156 KB 8/35 KB 87/87 KB 92/156 KB 12/35 KB 87/87 KB 92/156 KB 16/35 KB 87/87 KB 96/156 KB 16/35 KB 87/87 KB 96/156 KB 20/35 KB 87/87 KB 96/156 KB 24/35 KB 87/87 KB 96/156 KB 28/35 KB 87/87 KB 96/156 KB 32/35 KB 87/87 KB 96/156 KB 35/35 KB 87/87 KB 100/156 KB 35/35 KB 87/87 KB 104/156 KB 35/35 KB 87/87 KB 108/156 KB 35/35 KB 87/87 KB 112/156 KB 35/35 KB 87/87 KB 116/156 KB 35/35 KB 87/87 KB 3/24 KB 116/156 KB 35/35 KB 87/87 KB 6/24 KB 116/156 KB 35/35 KB 87/87 KB 9/24 KB 116/156 KB 35/35 KB 87/87 KB 11/24 KB 116/156 KB 3/86 KB 35/35 KB 87/87 KB 14/24 KB 116/156 KB 3/86 KB 35/35 KB 87/87 KB 16/24 KB 116/156 KB 3/86 KB 35/35 KB 87/87 KB 19/24 KB 116/156 KB 3/86 KB 35/35 KB 87/87 KB 22/24 KB 116/156 KB 3/86 KB 35/35 KB 87/87 KB 24/24 KB 116/156 KB 3/86 KB 35/35 KB 87/87 KB 9/24 KB 116/156 KB 3/86 KB 35/35 KB 87/87 KB 24/24 KB 116/156 KB 6/86 KB 35/35 KB 87/87 KB 24/24 KB 116/156 KB 9/86 KB 35/35 KB 87/87 KB 24/24 KB 116/156 KB 11/86 KB 35/35 KB 24/24 KB 116/156 KB 14/86 KB 35/35 KB 24/24 KB 116/156 KB 16/86 KB 35/35 KB 24/24 KB 116/156 KB 19/86 KB 35/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1702.5 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 24/24 KB 116/156 KB 22/86 KB 35/35 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 24/24 KB 116/156 KB 25/86 KB 35/35 KB 24/24 KB 116/156 KB 27/86 KB 35/35 KB 24/24 KB 116/156 KB 30/86 KB 35/35 KB 24/24 KB 116/156 KB 32/86 KB 35/35 KB 24/24 KB 116/156 KB 36/86 KB 24/24 KB 120/156 KB 40/86 KB 24/24 KB 120/156 KB 44/86 KB 24/24 KB 120/156 KB 48/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 704.7 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 24/24 KB 120/156 KB 36/86 KB 24/24 KB 124/156 KB 48/86 KB 24/24 KB 128/156 KB 48/86 KB 24/24 KB 132/156 KB 48/86 KB 136/156 KB 52/86 KB 140/156 KB 52/86 KB 144/156 KB 52/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 461.2 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 132/156 KB 52/86 KB 144/156 KB 56/86 KB 3/14 KB 144/156 KB 60/86 KB 3/14 KB 144/156 KB 64/86 KB 3/14 KB 144/156 KB 68/86 KB 3/14 KB 144/156 KB 56/86 KB 6/14 KB 148/156 KB 68/86 KB 9/14 KB 148/156 KB 68/86 KB 11/14 KB 148/156 KB 68/86 KB 11/14 KB 3/119 KB 148/156 KB 68/86 KB 14/14 KB 6/119 KB 148/156 KB 68/86 KB 14/14 KB 9/119 KB 148/156 KB 68/86 KB 14/14 KB 11/119 KB 148/156 KB 68/86 KB 3/14 KB 148/156 KB 68/86 KB 14/14 KB 14/119 KB 148/156 KB 68/86 KB 14/14 KB 3/119 KB 148/156 KB 68/86 KB 14/14 KB 14/119 KB 152/156 KB 68/86 KB 14/14 KB 14/119 KB 156/156 KB 68/86 KB 14/14 KB 16/119 KB 156/156 KB 68/86 KB 14/14 KB 16/119 KB 156/156 KB 68/86 KB 14/14 KB 19/119 KB 156/156 KB 72/86 KB 14/14 KB 16/119 KB 156/156 KB 72/86 KB 14/14 KB 19/119 KB 3/29 KB 156/156 KB 72/86 KB 14/14 KB 19/119 KB 6/29 KB 156/156 KB 72/86 KB 14/14 KB 19/119 KB 9/29 KB 156/156 KB 72/86 KB 14/14 KB 19/119 KB 9/29 KB 156/156 KB 76/86 KB 14/14 KB 19/119 KB 9/29 KB 156/156 KB 80/86 KB 14/14 KB 22/119 KB 9/29 KB 156/156 KB 80/86 KB 14/14 KB 25/119 KB 11/29 KB 156/156 KB 80/86 KB 14/14 KB 22/119 KB 11/29 KB 156/156 KB 80/86 KB 14/14 KB 25/119 KB 14/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 16/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 19/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 22/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 25/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 27/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 29/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 11/29 KB 156/156 KB 84/86 KB 14/14 KB 25/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 27/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 30/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 32/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 36/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 40/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 44/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 48/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 52/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 56/119 KB 29/29 KB 156/156 KB 86/86 KB 14/14 KB 60/119 KB 29/29 KB 156/156 KB 64/119 KB 156/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1254.0 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 198.0 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2106.6 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 411.5 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 68/119 KB 68/119 KB 4/37 KB 68/119 KB 8/37 KB 68/119 KB 12/37 KB 68/119 KB 16/37 KB 3/57 KB 68/119 KB 20/37 KB 3/57 KB 68/119 KB 24/37 KB 3/57 KB 68/119 KB 28/37 KB 3/57 KB 68/119 KB 12/37 KB 3/57 KB 68/119 KB 28/37 KB 6/57 KB 68/119 KB 28/37 KB 9/57 KB 68/119 KB 32/37 KB 9/57 KB 68/119 KB 32/37 KB 11/57 KB 68/119 KB 36/37 KB 11/57 KB 68/119 KB 37/37 KB 11/57 KB 68/119 KB 37/37 KB 14/57 KB 3/11 KB 68/119 KB 37/37 KB 14/57 KB 6/11 KB 68/119 KB 37/37 KB 14/57 KB 9/11 KB 68/119 KB 37/37 KB 14/57 KB 9/11 KB 3/33 KB 68/119 KB 37/37 KB 14/57 KB 68/119 KB 37/37 KB 16/57 KB 9/11 KB 3/33 KB 68/119 KB 37/37 KB 19/57 KB 11/11 KB 3/33 KB 68/119 KB 37/37 KB 16/57 KB 11/11 KB 3/33 KB 68/119 KB 37/37 KB 19/57 KB 11/11 KB 6/33 KB 68/119 KB 37/37 KB 19/57 KB 11/11 KB 9/33 KB 72/119 KB 37/37 KB 22/57 KB 11/11 KB 9/33 KB 76/119 KB 37/37 KB 22/57 KB 11/11 KB 9/33 KB 80/119 KB 37/37 KB 22/57 KB 11/11 KB 9/33 KB 84/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 88/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 92/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 96/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 100/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 104/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 108/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 112/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 68/119 KB 37/37 KB 22/57 KB 11/11 KB 9/33 KB 80/119 KB 37/37 KB 22/57 KB 11/11 KB 11/33 KB 112/119 KB 37/37 KB 25/57 KB 11/11 KB 11/33 KB 112/119 KB 37/37 KB 25/57 KB 11/11 KB 14/33 KB 112/119 KB 37/37 KB 27/57 KB 11/11 KB 14/33 KB 112/119 KB 37/37 KB 27/57 KB 11/11 KB 16/33 KB 112/119 KB 37/37 KB 30/57 KB 11/11 KB 19/33 KB 112/119 KB 37/37 KB 30/57 KB 11/11 KB 16/33 KB 112/119 KB 37/37 KB 32/57 KB 11/11 KB 19/33 KB 112/119 KB 36/57 KB 11/11 KB 19/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 430.7 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 112/119 KB 36/57 KB 11/11 KB 22/33 KB 112/119 KB 36/57 KB 11/11 KB 25/33 KB 112/119 KB 36/57 KB 11/11 KB 27/33 KB 112/119 KB 40/57 KB 11/11 KB 27/33 KB 112/119 KB 44/57 KB 11/11 KB 30/33 KB 112/119 KB 48/57 KB 11/11 KB 30/33 KB 112/119 KB 40/57 KB 11/11 KB 30/33 KB 112/119 KB 48/57 KB 11/11 KB 32/33 KB 112/119 KB 48/57 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 116.7 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 116/119 KB 48/57 KB 33/33 KB 119/119 KB 52/57 KB 33/33 KB 116/119 KB 52/57 KB 33/33 KB 119/119 KB 56/57 KB 33/33 KB 119/119 KB 57/57 KB 33/33 KB 119/119 KB 57/57 KB 3/21 KB 33/33 KB 119/119 KB 57/57 KB 5/21 KB 33/33 KB 119/119 KB 57/57 KB 8/21 KB 33/33 KB 119/119 KB 57/57 KB 11/21 KB 33/33 KB 119/119 KB 57/57 KB 13/21 KB 33/33 KB 119/119 KB 57/57 KB 16/21 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 349.3 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 119/119 KB 57/57 KB 19/21 KB 119/119 KB 57/57 KB 21/21 KB 3/5 KB 119/119 KB 57/57 KB 21/21 KB 3/5 KB 119/119 KB 57/57 KB 19/21 KB 3/5 KB 119/119 KB 57/57 KB 21/21 KB 5/5 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1238.8 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 582.3 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 44.9 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 206.9 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 130.6 KB/sec) unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:36 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/8 KB 4/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 596.8 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 132.6 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 1029.3 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 285.6 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 239.1 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 168.0 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 2/24 KB 4/24 KB 7/24 KB 10/24 KB 12/24 KB 15/24 KB 18/24 KB 20/24 KB 23/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 KB at 1360.2 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 7/12 KB 10/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 757.4 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 127.4 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 142.6 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 455.0 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 264.9 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 132.4 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 193.1 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/10 KB 4/10 KB 7/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 701.4 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 98.1 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 94.4 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 170.1 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 553.2 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 418.9 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 168.1 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 272.1 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 1165.7 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/286 KB 5/286 KB 3/45 KB 3/223 KB 3/286 KB 3/45 KB 3/223 KB 5/286 KB 3/45 KB 6/223 KB 5/286 KB 3/45 KB 9/223 KB 5/286 KB 3/45 KB 11/223 KB 3/286 KB 3/45 KB 5/286 KB 6/45 KB 11/223 KB 5/286 KB 9/45 KB 11/223 KB 5/286 KB 11/45 KB 11/223 KB 5/286 KB 11/45 KB 14/223 KB 8/286 KB 14/45 KB 16/223 KB 8/286 KB 14/45 KB 14/223 KB 8/286 KB 11/45 KB 14/223 KB 11/286 KB 14/45 KB 16/223 KB 3/39 KB 13/286 KB 16/45 KB 16/223 KB 3/39 KB 16/286 KB 16/45 KB 19/223 KB 3/39 KB 11/286 KB 16/45 KB 16/223 KB 11/286 KB 16/45 KB 16/223 KB 3/39 KB 19/286 KB 19/45 KB 19/223 KB 3/39 KB 19/286 KB 22/45 KB 19/223 KB 3/39 KB 19/286 KB 16/45 KB 19/223 KB 3/39 KB 13/286 KB 16/45 KB 19/223 KB 3/39 KB 19/286 KB 22/45 KB 22/223 KB 3/39 KB 19/286 KB 22/45 KB 25/223 KB 5/39 KB 19/286 KB 22/45 KB 25/223 KB 8/39 KB 21/286 KB 25/45 KB 25/223 KB 5/39 KB 21/286 KB 25/45 KB 25/223 KB 5/39 KB 21/286 KB 22/45 KB 25/223 KB 8/39 KB 21/286 KB 25/45 KB 27/223 KB 8/39 KB 24/286 KB 25/45 KB 27/223 KB 8/39 KB 27/286 KB 25/45 KB 30/223 KB 11/39 KB 29/286 KB 27/45 KB 30/223 KB 8/39 KB 24/286 KB 25/45 KB 30/223 KB 11/39 KB 27/286 KB 27/45 KB 30/223 KB 11/39 KB 27/286 KB 25/45 KB 30/223 KB 11/39 KB 29/286 KB 27/45 KB 32/223 KB 13/39 KB 29/286 KB 30/45 KB 32/223 KB 11/39 KB 29/286 KB 30/45 KB 32/223 KB 13/39 KB 29/286 KB 30/45 KB 36/223 KB 16/39 KB 32/286 KB 32/45 KB 40/223 KB 16/39 KB 32/286 KB 32/45 KB 44/223 KB 16/39 KB 32/286 KB 32/45 KB 48/223 KB 16/39 KB 32/286 KB 32/45 KB 36/223 KB 13/39 KB 32/286 KB 32/45 KB 36/223 KB 13/39 KB 29/286 KB 32/45 KB 36/223 KB 16/39 KB 32/286 KB 36/45 KB 48/223 KB 19/39 KB 36/286 KB 40/45 KB 48/223 KB 19/39 KB 36/286 KB 44/45 KB 48/223 KB 19/39 KB 36/286 KB 45/45 KB 48/223 KB 19/39 KB 36/286 KB 36/45 KB 48/223 KB 19/39 KB 40/286 KB 45/45 KB 48/223 KB 19/39 KB 44/286 KB 45/45 KB 48/223 KB 19/39 KB 48/286 KB 45/45 KB 52/223 KB 19/39 KB 52/286 KB 45/45 KB 52/223 KB 19/39 KB 56/286 KB 3/308 KB 45/45 KB 52/223 KB 19/39 KB 60/286 KB 3/308 KB 45/45 KB 52/223 KB 19/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 19/39 KB 32/286 KB 36/45 KB 48/223 KB 21/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 24/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 27/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 29/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 32/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 35/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 37/39 KB 64/286 KB 3/308 KB 45/45 KB 52/223 KB 19/39 KB 52/286 KB 3/308 KB 45/45 KB 52/223 KB 19/39 KB 44/286 KB 45/45 KB 52/223 KB 39/39 KB 64/286 KB 3/308 KB 45/45 KB 56/223 KB 39/39 KB 64/286 KB 3/308 KB 45/45 KB 60/223 KB 39/39 KB 64/286 KB 3/308 KB 45/45 KB 64/223 KB 39/39 KB 64/286 KB 3/308 KB 45/45 KB 68/223 KB 39/39 KB 68/286 KB 5/308 KB 45/45 KB 72/223 KB 39/39 KB 68/286 KB 5/308 KB 45/45 KB 76/223 KB 39/39 KB 68/286 KB 5/308 KB 45/45 KB 80/223 KB 39/39 KB 68/286 KB 5/308 KB 45/45 KB 68/223 KB 39/39 KB 72/286 KB 5/308 KB 45/45 KB 80/223 KB 39/39 KB 76/286 KB 5/308 KB 45/45 KB 84/223 KB 39/39 KB 80/286 KB 5/308 KB 45/45 KB 84/223 KB 39/39 KB 64/286 KB 5/308 KB 45/45 KB 68/223 KB 39/39 KB 64/286 KB 3/308 KB 45/45 KB 68/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1433.3 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 39/39 KB 72/286 KB 5/308 KB 45/45 KB 84/223 KB 39/39 KB 84/286 KB 8/308 KB 88/223 KB 39/39 KB 84/286 KB 8/308 KB 92/223 KB 39/39 KB 84/286 KB 8/308 KB 96/223 KB 39/39 KB 84/286 KB 8/308 KB 84/223 KB 39/39 KB 88/286 KB 8/308 KB 96/223 KB 39/39 KB 92/286 KB 8/308 KB 96/223 KB 39/39 KB 96/286 KB 8/308 KB 96/223 KB 39/39 KB 100/286 KB 8/308 KB 96/223 KB 39/39 KB 80/286 KB 8/308 KB 84/223 KB 100/286 KB 11/308 KB 100/223 KB 100/286 KB 13/308 KB 100/223 KB 100/286 KB 16/308 KB 100/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 1036.9 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 39/39 KB 100/286 KB 8/308 KB 100/223 KB 100/286 KB 19/308 KB 4/174 KB 104/223 KB 100/286 KB 19/308 KB 4/174 KB 108/223 KB 100/286 KB 19/308 KB 4/174 KB 112/223 KB 100/286 KB 19/308 KB 4/174 KB 116/223 KB 100/286 KB 19/308 KB 4/174 KB 100/223 KB 104/286 KB 21/308 KB 4/174 KB 116/223 KB 104/286 KB 24/308 KB 4/174 KB 116/223 KB 104/286 KB 27/308 KB 4/174 KB 116/223 KB 104/286 KB 29/308 KB 4/174 KB 116/223 KB 104/286 KB 32/308 KB 4/174 KB 116/223 KB 100/286 KB 16/308 KB 4/174 KB 100/223 KB 104/286 KB 32/308 KB 8/174 KB 116/223 KB 104/286 KB 32/308 KB 12/174 KB 116/223 KB 104/286 KB 32/308 KB 16/174 KB 116/223 KB 104/286 KB 19/308 KB 4/174 KB 116/223 KB 108/286 KB 32/308 KB 16/174 KB 116/223 KB 112/286 KB 32/308 KB 16/174 KB 116/223 KB 112/286 KB 32/308 KB 20/174 KB 116/223 KB 116/286 KB 36/308 KB 24/174 KB 120/223 KB 116/286 KB 36/308 KB 20/174 KB 120/223 KB 120/286 KB 36/308 KB 24/174 KB 120/223 KB 124/286 KB 36/308 KB 24/174 KB 120/223 KB 128/286 KB 36/308 KB 28/174 KB 120/223 KB 132/286 KB 36/308 KB 28/174 KB 120/223 KB 112/286 KB 36/308 KB 20/174 KB 116/223 KB 132/286 KB 40/308 KB 28/174 KB 120/223 KB 132/286 KB 44/308 KB 28/174 KB 120/223 KB 132/286 KB 48/308 KB 28/174 KB 120/223 KB 112/286 KB 36/308 KB 20/174 KB 120/223 KB 132/286 KB 48/308 KB 28/174 KB 124/223 KB 132/286 KB 48/308 KB 28/174 KB 128/223 KB 132/286 KB 52/308 KB 28/174 KB 128/223 KB 132/286 KB 56/308 KB 28/174 KB 132/223 KB 132/286 KB 60/308 KB 28/174 KB 132/223 KB 132/286 KB 64/308 KB 28/174 KB 132/223 KB 124/286 KB 36/308 KB 28/174 KB 120/223 KB 132/286 KB 64/308 KB 32/174 KB 132/223 KB 132/286 KB 64/308 KB 36/174 KB 132/223 KB 132/286 KB 64/308 KB 40/174 KB 132/223 KB 136/286 KB 64/308 KB 44/174 KB 132/223 KB 136/286 KB 68/308 KB 48/174 KB 132/223 KB 132/286 KB 52/308 KB 28/174 KB 132/223 KB 136/286 KB 68/308 KB 48/174 KB 136/223 KB 136/286 KB 68/308 KB 48/174 KB 140/223 KB 136/286 KB 68/308 KB 48/174 KB 144/223 KB 136/286 KB 68/308 KB 48/174 KB 148/223 KB 136/286 KB 68/308 KB 52/174 KB 152/223 KB 136/286 KB 68/308 KB 52/174 KB 156/223 KB 136/286 KB 68/308 KB 52/174 KB 160/223 KB 136/286 KB 68/308 KB 44/174 KB 132/223 KB 136/286 KB 72/308 KB 52/174 KB 160/223 KB 136/286 KB 76/308 KB 52/174 KB 160/223 KB 136/286 KB 64/308 KB 40/174 KB 132/223 KB 140/286 KB 76/308 KB 52/174 KB 160/223 KB 144/286 KB 76/308 KB 52/174 KB 160/223 KB 148/286 KB 76/308 KB 52/174 KB 160/223 KB 152/286 KB 80/308 KB 52/174 KB 160/223 KB 156/286 KB 80/308 KB 52/174 KB 160/223 KB 160/286 KB 80/308 KB 52/174 KB 160/223 KB 136/286 KB 68/308 KB 52/174 KB 148/223 KB 160/286 KB 80/308 KB 56/174 KB 164/223 KB 160/286 KB 80/308 KB 60/174 KB 164/223 KB 160/286 KB 80/308 KB 64/174 KB 164/223 KB 160/286 KB 80/308 KB 68/174 KB 164/223 KB 164/286 KB 80/308 KB 72/174 KB 164/223 KB 164/286 KB 80/308 KB 76/174 KB 164/223 KB 164/286 KB 80/308 KB 80/174 KB 164/223 KB 160/286 KB 80/308 KB 52/174 KB 164/223 KB 164/286 KB 80/308 KB 80/174 KB 168/223 KB 164/286 KB 80/308 KB 80/174 KB 172/223 KB 164/286 KB 80/308 KB 80/174 KB 176/223 KB 164/286 KB 80/308 KB 80/174 KB 180/223 KB 164/286 KB 80/308 KB 3/22 KB 80/174 KB 184/223 KB 164/286 KB 80/308 KB 3/22 KB 80/174 KB 188/223 KB 164/286 KB 80/308 KB 3/22 KB 80/174 KB 192/223 KB 148/286 KB 80/308 KB 52/174 KB 160/223 KB 164/286 KB 80/308 KB 3/22 KB 80/174 KB 180/223 KB 164/286 KB 80/308 KB 6/22 KB 84/174 KB 192/223 KB 164/286 KB 80/308 KB 9/22 KB unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 84/174 KB 192/223 KB 164/286 KB 80/308 KB 11/22 KB 84/174 KB 192/223 KB 164/286 KB 80/308 KB 14/22 KB 84/174 KB 192/223 KB 164/286 KB 80/308 KB 16/22 KB 84/174 KB 192/223 KB 164/286 KB 80/308 KB 19/22 KB 84/174 KB 192/223 KB 164/286 KB 80/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 80/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 84/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 88/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 92/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 96/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 100/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 104/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 108/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 112/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 116/308 KB 22/22 KB 84/174 KB 192/223 KB 164/286 KB 120/308 KB 22/22 KB 84/174 KB 196/223 KB 164/286 KB 124/308 KB 22/22 KB 84/174 KB 196/223 KB 164/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 164/286 KB 80/308 KB 68/174 KB 164/223 KB 168/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 172/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 176/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 180/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 184/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 188/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 192/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 196/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 200/286 KB 128/308 KB 22/22 KB 84/174 KB 196/223 KB 204/286 KB 132/308 KB 22/22 KB 84/174 KB 196/223 KB 208/286 KB 132/308 KB 22/22 KB 84/174 KB 196/223 KB 212/286 KB 132/308 KB 22/22 KB 84/174 KB 196/223 KB 216/286 KB 132/308 KB 22/22 KB 84/174 KB 196/223 KB 220/286 KB 132/308 KB 22/22 KB 84/174 KB 196/223 KB 224/286 KB 132/308 KB 22/22 KB 84/174 KB 196/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 344.0 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 164/286 KB 116/308 KB 22/22 KB 84/174 KB 196/223 KB 224/286 KB 132/308 KB 84/174 KB 200/223 KB 224/286 KB 132/308 KB 84/174 KB 204/223 KB 224/286 KB 132/308 KB 84/174 KB 208/223 KB 164/286 KB 80/308 KB 3/22 KB 84/174 KB 192/223 KB 224/286 KB 132/308 KB 88/174 KB 208/223 KB 224/286 KB 132/308 KB 92/174 KB 208/223 KB 224/286 KB 132/308 KB 96/174 KB 208/223 KB 224/286 KB 132/308 KB 100/174 KB 208/223 KB 224/286 KB 132/308 KB 104/174 KB 208/223 KB 224/286 KB 132/308 KB 108/174 KB 208/223 KB 224/286 KB 132/308 KB 112/174 KB 208/223 KB 224/286 KB 132/308 KB 116/174 KB 212/223 KB 224/286 KB 132/308 KB 120/174 KB 212/223 KB 224/286 KB 132/308 KB 124/174 KB 212/223 KB 224/286 KB 132/308 KB 128/174 KB 212/223 KB 200/286 KB 132/308 KB 22/22 KB 84/174 KB 196/223 KB 224/286 KB 136/308 KB 128/174 KB 212/223 KB 224/286 KB 140/308 KB 128/174 KB 212/223 KB 224/286 KB 144/308 KB 128/174 KB 212/223 KB 224/286 KB 148/308 KB 128/174 KB 212/223 KB 228/286 KB 152/308 KB 132/174 KB 212/223 KB 228/286 KB 156/308 KB 132/174 KB 212/223 KB 228/286 KB 160/308 KB 132/174 KB 212/223 KB 224/286 KB 132/308 KB 112/174 KB 212/223 KB 228/286 KB 160/308 KB 132/174 KB 216/223 KB 228/286 KB 160/308 KB 132/174 KB 220/223 KB 228/286 KB 160/308 KB 132/174 KB 223/223 KB 228/286 KB 148/308 KB 132/174 KB 212/223 KB 232/286 KB 160/308 KB 132/174 KB 223/223 KB 236/286 KB 160/308 KB 132/174 KB 223/223 KB 240/286 KB 160/308 KB 132/174 KB 223/223 KB 244/286 KB 160/308 KB 132/174 KB 223/223 KB 248/286 KB 164/308 KB 132/174 KB 3/9 KB 223/223 KB 252/286 KB 164/308 KB 132/174 KB 3/9 KB 223/223 KB 256/286 KB 164/308 KB 132/174 KB 3/9 KB 223/223 KB 224/286 KB 148/308 KB 132/174 KB 212/223 KB 244/286 KB 164/308 KB 132/174 KB 3/9 KB 223/223 KB 256/286 KB 164/308 KB 132/174 KB 5/9 KB 223/223 KB 256/286 KB 164/308 KB 132/174 KB 8/9 KB 223/223 KB 256/286 KB 164/308 KB 132/174 KB 9/9 KB 223/223 KB 256/286 KB 164/308 KB 136/174 KB 9/9 KB 223/223 KB 256/286 KB 164/308 KB 140/174 KB 9/9 KB 223/223 KB 256/286 KB 164/308 KB 144/174 KB 9/9 KB 223/223 KB 256/286 KB 164/308 KB 148/174 KB 9/9 KB 223/223 KB 256/286 KB 164/308 KB 152/174 KB 9/9 KB 256/286 KB 164/308 KB 156/174 KB 9/9 KB 256/286 KB 164/308 KB 160/174 KB 9/9 KB 244/286 KB 164/308 KB 132/174 KB 223/223 KB 256/286 KB 168/308 KB 160/174 KB 9/9 KB 256/286 KB 172/308 KB 160/174 KB 9/9 KB 256/286 KB 176/308 KB 160/174 KB 9/9 KB 256/286 KB 180/308 KB 160/174 KB 9/9 KB 260/286 KB 184/308 KB 164/174 KB 9/9 KB 260/286 KB 188/308 KB 164/174 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2784.5 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 260/286 KB 192/308 KB 164/174 KB 9/9 KB 260/286 KB 180/308 KB 164/174 KB 9/9 KB 264/286 KB 192/308 KB 164/174 KB 9/9 KB 268/286 KB 192/308 KB 164/174 KB 9/9 KB 272/286 KB 192/308 KB 164/174 KB 9/9 KB 256/286 KB 180/308 KB 164/174 KB 9/9 KB 272/286 KB 192/308 KB 168/174 KB 9/9 KB 272/286 KB 192/308 KB 172/174 KB 9/9 KB 272/286 KB 192/308 KB 174/174 KB 9/9 KB 272/286 KB 196/308 KB 174/174 KB 9/9 KB 272/286 KB 200/308 KB 9/9 KB 272/286 KB 204/308 KB 4/22 KB 272/286 KB 208/308 KB 4/22 KB 272/286 KB 212/308 KB 4/22 KB 272/286 KB 216/308 KB 4/22 KB 272/286 KB 220/308 KB 4/22 KB 272/286 KB 224/308 KB 4/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1951.9 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 272/286 KB 200/308 KB 4/22 KB 272/286 KB 224/308 KB 8/22 KB 272/286 KB 224/308 KB 12/22 KB 272/286 KB 224/308 KB 16/22 KB 272/286 KB 224/308 KB 20/22 KB 272/286 KB 224/308 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 95.6 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 272/286 KB 228/308 KB 22/22 KB 272/286 KB 232/308 KB 22/22 KB 272/286 KB 236/308 KB 22/22 KB 272/286 KB 240/308 KB 22/22 KB 272/286 KB 244/308 KB 22/22 KB 272/286 KB 248/308 KB 22/22 KB 272/286 KB 252/308 KB 22/22 KB 272/286 KB 256/308 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 227.2 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 272/286 KB 3/17 KB 256/308 KB 272/286 KB 6/17 KB 256/308 KB 272/286 KB 9/17 KB 256/308 KB 272/286 KB 11/17 KB 256/308 KB 272/286 KB 14/17 KB 256/308 KB 272/286 KB 16/17 KB 256/308 KB 272/286 KB 17/17 KB 256/308 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 272/286 KB 17/17 KB 260/308 KB 272/286 KB 17/17 KB 264/308 KB 272/286 KB 17/17 KB 268/308 KB 276/286 KB 17/17 KB 272/308 KB 276/286 KB 17/17 KB 276/308 KB 276/286 KB 17/17 KB 280/308 KB 276/286 KB 17/17 KB 268/308 KB 280/286 KB 17/17 KB 280/308 KB 284/286 KB 17/17 KB 280/308 KB 286/286 KB 17/17 KB 280/308 KB 286/286 KB 17/17 KB 284/308 KB 286/286 KB 17/17 KB 288/308 KB 286/286 KB 17/17 KB 292/308 KB 286/286 KB 17/17 KB 296/308 KB 286/286 KB 17/17 KB 300/308 KB 286/286 KB 17/17 KB 304/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 158.5 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 286/286 KB 304/308 KB 3/13 KB 286/286 KB 304/308 KB 5/13 KB 286/286 KB 304/308 KB 8/13 KB 286/286 KB 304/308 KB 11/13 KB 286/286 KB 304/308 KB 13/13 KB 286/286 KB 308/308 KB 13/13 KB 286/286 KB 308/308 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2527.8 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/11 KB 308/308 KB 13/13 KB 6/11 KB 308/308 KB 13/13 KB 9/11 KB 308/308 KB 13/13 KB 11/11 KB 308/308 KB 13/13 KB 11/11 KB 308/308 KB 3/11 KB 13/13 KB 11/11 KB 308/308 KB 6/11 KB 11/11 KB 308/308 KB 9/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 114.6 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 11/11 KB 308/308 KB 11/11 KB 11/11 KB 308/308 KB 11/11 KB 4/28 KB 11/11 KB 308/308 KB 11/11 KB 8/28 KB 11/11 KB 308/308 KB 11/11 KB 12/28 KB 308/308 KB 11/11 KB 16/28 KB 308/308 KB 11/11 KB 20/28 KB 308/308 KB 11/11 KB 24/28 KB 308/308 KB 11/11 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 93.7 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2674.4 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 3/14 KB 11/11 KB 28/28 KB 4/14 KB 28/28 KB 7/14 KB 28/28 KB 10/14 KB 28/28 KB 12/14 KB 28/28 KB 14/14 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 85.8 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 232.4 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 14/14 KB 3/309 KB 14/14 KB 6/309 KB 14/14 KB 9/309 KB 14/14 KB 11/309 KB 14/14 KB 14/309 KB 14/14 KB 16/309 KB 14/14 KB 19/309 KB 14/14 KB 22/309 KB 14/14 KB 25/309 KB 14/14 KB 27/309 KB 14/14 KB 30/309 KB 14/14 KB 32/309 KB 14/14 KB 3/192 KB 32/309 KB 14/14 KB 5/192 KB 32/309 KB 14/14 KB 8/192 KB 32/309 KB 8/192 KB 36/309 KB 3/37 KB 8/192 KB 36/309 KB 6/37 KB 8/192 KB 36/309 KB 9/37 KB 8/192 KB 36/309 KB 11/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 104.6 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 11/192 KB 36/309 KB 14/37 KB 13/192 KB 36/309 KB 14/37 KB 16/192 KB 36/309 KB 14/37 KB 14/14 KB 8/192 KB 36/309 KB 16/192 KB 40/309 KB 14/37 KB 16/192 KB 44/309 KB 14/37 KB 8/192 KB 36/309 KB 14/37 KB 19/192 KB 44/309 KB 16/37 KB 19/192 KB 3/14 KB 44/309 KB 16/37 KB 19/192 KB 6/14 KB 44/309 KB 19/37 KB 19/192 KB 9/14 KB 44/309 KB 19/37 KB 19/192 KB 11/14 KB 44/309 KB 19/37 KB 19/192 KB 44/309 KB 14/37 KB 19/192 KB 14/14 KB 48/309 KB 19/37 KB 19/192 KB 14/14 KB 52/309 KB 19/37 KB 21/192 KB 14/14 KB 56/309 KB 19/37 KB 21/192 KB 14/14 KB 60/309 KB 19/37 KB 21/192 KB 14/14 KB 64/309 KB 19/37 KB 19/192 KB 14/14 KB 44/309 KB 19/37 KB 21/192 KB 14/14 KB 64/309 KB 19/37 KB 19/192 KB 3/14 KB 44/309 KB 19/37 KB 21/192 KB 14/14 KB 64/309 KB 22/37 KB 21/192 KB 14/14 KB 64/309 KB 25/37 KB 21/192 KB 14/14 KB 64/309 KB 27/37 KB 21/192 KB 14/14 KB 64/309 KB 30/37 KB 21/192 KB 14/14 KB 64/309 KB 32/37 KB 21/192 KB 14/14 KB 52/309 KB 19/37 KB 24/192 KB 14/14 KB 64/309 KB 32/37 KB 27/192 KB 14/14 KB 64/309 KB 32/37 KB 27/192 KB 14/14 KB 64/309 KB 35/37 KB 27/192 KB 14/14 KB 64/309 KB 37/37 KB 29/192 KB 14/14 KB 64/309 KB 37/37 KB 32/192 KB 14/14 KB 64/309 KB 37/37 KB 36/192 KB 14/14 KB 64/309 KB 37/37 KB 40/192 KB 14/14 KB 68/309 KB 37/37 KB 44/192 KB 14/14 KB 68/309 KB 37/37 KB 48/192 KB 14/14 KB 68/309 KB 37/37 KB 36/192 KB 14/14 KB 68/309 KB 37/37 KB 48/192 KB 72/309 KB 37/37 KB 48/192 KB 76/309 KB 37/37 KB 48/192 KB 80/309 KB 37/37 KB 48/192 KB 84/309 KB 37/37 KB 52/192 KB 88/309 KB 37/37 KB 52/192 KB 92/309 KB 37/37 KB 52/192 KB 96/309 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 100.8 KB/sec) unit-abot-epc-basic-0: 11:01:37 DEBUG unit.abot-epc-basic/0.install 52/192 KB 84/309 KB 37/37 KB 56/192 KB 96/309 KB 37/37 KB 60/192 KB 96/309 KB 37/37 KB 64/192 KB 96/309 KB 37/37 KB 68/192 KB 96/309 KB 37/37 KB 72/192 KB 100/309 KB 76/192 KB 100/309 KB 80/192 KB 100/309 KB 68/192 KB 100/309 KB 80/192 KB 104/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 266.2 KB/sec) unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install 80/192 KB 108/309 KB 80/192 KB 112/309 KB 84/192 KB 112/309 KB 88/192 KB 112/309 KB 88/192 KB 116/309 KB 92/192 KB 120/309 KB 92/192 KB 124/309 KB 92/192 KB 128/309 KB 92/192 KB 116/309 KB 96/192 KB 128/309 KB 100/192 KB 128/309 KB 104/192 KB 132/309 KB 108/192 KB 132/309 KB 100/192 KB 132/309 KB 112/192 KB 136/309 KB 112/192 KB 140/309 KB 112/192 KB 144/309 KB 112/192 KB 148/309 KB 112/192 KB 152/309 KB 112/192 KB 156/309 KB 112/192 KB 160/309 KB 112/192 KB 132/309 KB 116/192 KB 160/309 KB 120/192 KB 160/309 KB 124/192 KB 160/309 KB 128/192 KB 160/309 KB 128/192 KB 164/309 KB 132/192 KB 168/309 KB 132/192 KB 172/309 KB 132/192 KB 176/309 KB 132/192 KB 164/309 KB 136/192 KB 176/309 KB 140/192 KB 176/309 KB 144/192 KB 176/309 KB 148/192 KB 176/309 KB 152/192 KB 180/309 KB 156/192 KB 180/309 KB 160/192 KB 180/309 KB 148/192 KB 180/309 KB 160/192 KB 184/309 KB 160/192 KB 188/309 KB 160/192 KB 192/309 KB 160/192 KB 196/309 KB 164/192 KB 200/309 KB 164/192 KB 204/309 KB 164/192 KB 208/309 KB 164/192 KB 196/309 KB 168/192 KB 208/309 KB 172/192 KB 208/309 KB 176/192 KB 208/309 KB 180/192 KB 208/309 KB 184/192 KB 212/309 KB 188/192 KB 212/309 KB 192/192 KB 212/309 KB 192/192 KB 212/309 KB 180/192 KB 212/309 KB 192/192 KB 216/309 KB 192/192 KB 220/309 KB 192/192 KB 224/309 KB 192/192 KB 228/309 KB 192/192 KB 232/309 KB 192/192 KB 236/309 KB 192/192 KB 240/309 KB 192/192 KB 244/309 KB 192/192 KB 248/309 KB 192/192 KB 252/309 KB 192/192 KB 256/309 KB 192/192 KB 260/309 KB 192/192 KB 264/309 KB 192/192 KB 268/309 KB 192/192 KB 269/309 KB 192/192 KB 273/309 KB 192/192 KB 277/309 KB 192/192 KB 281/309 KB 192/192 KB 285/309 KB 192/192 KB 289/309 KB 192/192 KB 293/309 KB 192/192 KB 297/309 KB 192/192 KB 301/309 KB 192/192 KB 305/309 KB 192/192 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 1174.7 KB/sec) unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1857.9 KB/sec) unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 122.7 KB/sec) unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 192.5 KB/sec) unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install 3/74 KB 5/74 KB 8/74 KB 11/74 KB 13/74 KB 16/74 KB 19/74 KB 21/74 KB 24/74 KB 27/74 KB 29/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3507.2 KB/sec) unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 11:01:38 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 11:01:39 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 11:01:39 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:39 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:01:39 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Mon Oct 22 11:01:39 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:01:39 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:39 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 11:01:40 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:40 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:40 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 11:01:41 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:41 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 11:01:41 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@466d49f0] to [cucumber.runtime.java.spring.GlueCodeScope@710d7aff] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Mon Oct 22 11:01:42 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Mon Oct 22 11:01:42 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install Oct 22, 2018 11:01:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:01:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: STEP EXECUTION TIME TAKEN :1268 MS unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: STEP EXECUTION TIME TAKEN :95 MS unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response: # SshGrammars.runLocalCommand(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 0m1.846s unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.973 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response:(Scenario: Local Commands testing) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.015 sec unit-abot-epc-basic-0: 11:01:43 DEBUG unit.abot-epc-basic/0.install 22-Oct-2018 11:01:43.749 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 295.4 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 182.9 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 73.6 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 155.0 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1298.4 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 1018/1018 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 62.1 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 692.5 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 3/181 KB 11/22 KB 3/181 KB 13/22 KB 6/181 KB 13/22 KB 9/181 KB 13/22 KB 11/181 KB 13/22 KB 14/181 KB 16/22 KB 14/181 KB 16/22 KB 16/181 KB 19/22 KB 16/181 KB 19/22 KB 19/181 KB 21/22 KB 19/181 KB 22/22 KB 19/181 KB 22/22 KB 22/181 KB 22/22 KB 25/181 KB 22/22 KB 27/181 KB 22/22 KB 30/181 KB 22/22 KB 30/181 KB 3/60 KB 22/22 KB 30/181 KB 5/60 KB 22/22 KB 30/181 KB 8/60 KB 22/22 KB 30/181 KB 11/60 KB 22/22 KB 30/181 KB 13/60 KB 22/22 KB 30/181 KB 16/60 KB 22/22 KB 30/181 KB 19/60 KB 22/22 KB 30/181 KB 21/60 KB 22/22 KB 30/181 KB 3/203 KB 3/57 KB 21/60 KB 22/22 KB 30/181 KB 3/203 KB 5/57 KB 21/60 KB 22/22 KB 30/181 KB 3/203 KB 21/60 KB 22/22 KB 30/181 KB 6/203 KB 5/57 KB 21/60 KB 22/22 KB 30/181 KB 9/203 KB 5/57 KB 21/60 KB 22/22 KB 30/181 KB 11/203 KB 5/57 KB 21/60 KB 22/22 KB 30/181 KB 11/203 KB 5/57 KB 24/60 KB 22/22 KB 30/181 KB 11/203 KB 5/57 KB 27/60 KB 22/22 KB 30/181 KB 14/203 KB 5/57 KB 29/60 KB 22/22 KB 30/181 KB 14/203 KB 5/57 KB 27/60 KB 22/22 KB 30/181 KB 16/203 KB 5/57 KB 29/60 KB 22/22 KB 30/181 KB 19/203 KB 5/57 KB 29/60 KB 22/22 KB 32/181 KB 22/203 KB 5/57 KB 32/60 KB 22/22 KB 32/181 KB 25/203 KB 5/57 KB 32/60 KB 32/181 KB 27/203 KB 5/57 KB 32/60 KB 22/22 KB 30/181 KB 19/203 KB 5/57 KB 32/60 KB 22/22 KB 32/181 KB 19/203 KB 5/57 KB 32/60 KB 36/181 KB 27/203 KB 5/57 KB 32/60 KB 40/181 KB 30/203 KB 5/57 KB 36/60 KB 44/181 KB 30/203 KB 8/57 KB 36/60 KB 48/181 KB 30/203 KB 8/57 KB 36/60 KB 52/181 KB 30/203 KB 8/57 KB 36/60 KB 56/181 KB 30/203 KB 8/57 KB 36/60 KB 40/181 KB 30/203 KB 8/57 KB 36/60 KB 60/181 KB 30/203 KB 11/57 KB 36/60 KB 60/181 KB 30/203 KB 13/57 KB 36/60 KB 60/181 KB 30/203 KB 16/57 KB 36/60 KB 60/181 KB 30/203 KB 19/57 KB 36/60 KB 60/181 KB 30/203 KB 21/57 KB 36/60 KB 60/181 KB 30/203 KB 24/57 KB 36/60 KB 60/181 KB 30/203 KB 27/57 KB 36/60 KB 60/181 KB 30/203 KB 29/57 KB 36/60 KB 60/181 KB 30/203 KB 32/57 KB 36/60 KB 60/181 KB 30/203 KB 36/57 KB 36/60 KB 60/181 KB 30/203 KB 40/57 KB 36/60 KB 60/181 KB 30/203 KB 44/57 KB 36/60 KB 60/181 KB 30/203 KB 48/57 KB 36/60 KB 60/181 KB 30/203 KB 52/57 KB 36/60 KB 60/181 KB 30/203 KB 56/57 KB 36/60 KB 60/181 KB 30/203 KB 57/57 KB 36/60 KB 36/181 KB 30/203 KB 5/57 KB 36/60 KB 36/181 KB 27/203 KB 5/57 KB 36/60 KB 60/181 KB 30/203 KB 57/57 KB 40/60 KB 60/181 KB 30/203 KB 57/57 KB 44/60 KB 60/181 KB 30/203 KB 57/57 KB 48/60 KB 60/181 KB 32/203 KB 57/57 KB 52/60 KB 60/181 KB 32/203 KB 57/57 KB 56/60 KB 60/181 KB 32/203 KB 57/57 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 546.2 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 60/181 KB 30/203 KB 8/57 KB 36/60 KB 64/181 KB 32/203 KB 57/57 KB 60/60 KB 68/181 KB 32/203 KB 57/57 KB 60/60 KB 72/181 KB 32/203 KB 57/57 KB 60/60 KB 76/181 KB 32/203 KB 57/57 KB 60/60 KB 80/181 KB 32/203 KB 57/57 KB 60/60 KB 60/181 KB 32/203 KB 57/57 KB 48/60 KB 80/181 KB 36/203 KB 57/57 KB 60/60 KB 80/181 KB 40/203 KB 57/57 KB 60/60 KB 80/181 KB 44/203 KB 57/57 KB 60/60 KB 80/181 KB 48/203 KB 57/57 KB 60/60 KB 80/181 KB 52/203 KB 57/57 KB 60/60 KB 80/181 KB 56/203 KB 57/57 KB 60/60 KB 80/181 KB 60/203 KB 57/57 KB 60/60 KB 80/181 KB 64/203 KB 57/57 KB 60/60 KB 80/181 KB 68/203 KB 57/57 KB 60/60 KB 84/181 KB 72/203 KB 84/181 KB 76/203 KB 84/181 KB 80/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1373.4 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1422.5 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 84/181 KB 68/203 KB 57/57 KB 60/60 KB 88/181 KB 80/203 KB 92/181 KB 80/203 KB 96/181 KB 80/203 KB 100/181 KB 80/203 KB 104/181 KB 84/203 KB 108/181 KB 84/203 KB 112/181 KB 84/203 KB 100/181 KB 84/203 KB 112/181 KB 88/203 KB 112/181 KB 92/203 KB 112/181 KB 96/203 KB 112/181 KB 100/203 KB 116/181 KB 104/203 KB 116/181 KB 108/203 KB 116/181 KB 100/203 KB 120/181 KB 112/203 KB 124/181 KB 112/203 KB 128/181 KB 112/203 KB 116/181 KB 112/203 KB 128/181 KB 116/203 KB 132/181 KB 120/203 KB 132/181 KB 124/203 KB 132/181 KB 128/203 KB 132/181 KB 132/203 KB 132/181 KB 136/203 KB 132/181 KB 140/203 KB 132/181 KB 144/203 KB 132/181 KB 116/203 KB 136/181 KB 144/203 KB 140/181 KB 144/203 KB 144/181 KB 144/203 KB 148/181 KB 144/203 KB 152/181 KB 144/203 KB 156/181 KB 144/203 KB 160/181 KB 144/203 KB 164/181 KB 144/203 KB 168/181 KB 148/203 KB 172/181 KB 148/203 KB 176/181 KB 148/203 KB 164/181 KB 148/203 KB 176/181 KB 152/203 KB 176/181 KB 156/203 KB 176/181 KB 160/203 KB 176/181 KB 164/203 KB 180/181 KB 168/203 KB 180/181 KB 172/203 KB 180/181 KB 176/203 KB 180/181 KB 164/203 KB 181/181 KB 176/203 KB 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 3001.9 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3688.3 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 227.4 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1525.8 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 319.0 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 248.0 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 134.9 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 254.5 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 837.8 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 116.7 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 191.7 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 594.0 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1554.4 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 76.8 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 39.8 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 213.6 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 938.0 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 61.2 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 345.1 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1206.4 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 594.5 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 157.9 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 367.2 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 853.7 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 160.6 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 566.7 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 75.7 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 763.7 KB/sec) unit-abot-epc-basic-0: 11:01:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 2620.7 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 4/46 KB 8/46 KB 12/46 KB 16/46 KB 20/46 KB 24/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 28/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 32/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 36/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 40/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 44/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 46/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 20/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 46/46 KB 4/201 KB 3/54 KB 4/158 KB 3/44 KB 46/46 KB 4/201 KB 3/54 KB 4/158 KB 6/44 KB 46/46 KB 4/201 KB 3/54 KB 4/158 KB 9/44 KB 46/46 KB 4/201 KB 3/54 KB 4/158 KB 11/44 KB 46/46 KB 4/201 KB 3/54 KB 4/158 KB 14/44 KB 46/46 KB 4/201 KB 3/54 KB 4/158 KB 17/44 KB 20/46 KB 4/201 KB 3/54 KB 4/158 KB 46/46 KB 4/201 KB 4/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 7/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 8/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 11/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 12/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 15/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 16/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 19/54 KB 4/158 KB 17/44 KB 46/46 KB 4/201 KB 20/54 KB 4/158 KB 19/44 KB 20/46 KB 4/201 KB 4/158 KB 46/46 KB 4/201 KB 20/54 KB 8/158 KB 19/44 KB 46/46 KB 4/201 KB 20/54 KB 12/158 KB 19/44 KB 46/46 KB 4/201 KB 20/54 KB 16/158 KB 19/44 KB 46/46 KB 4/201 KB 20/54 KB 20/158 KB 19/44 KB 46/46 KB 4/201 KB 20/54 KB 24/158 KB 19/44 KB 46/46 KB 4/201 KB 20/54 KB 28/158 KB 19/44 KB 46/46 KB 4/201 KB 23/54 KB 32/158 KB 19/44 KB 20/46 KB 4/201 KB 46/46 KB 8/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 12/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 16/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 20/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 24/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 28/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 32/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 36/201 KB 23/54 KB 32/158 KB 19/44 KB 46/46 KB 40/201 KB 23/54 KB 36/158 KB 19/44 KB 46/46 KB 44/201 KB 23/54 KB 36/158 KB 19/44 KB 46/46 KB 48/201 KB 23/54 KB 36/158 KB 19/44 KB 46/46 KB 4/201 KB 23/54 KB 28/158 KB 19/44 KB 46/46 KB 4/201 KB 19/54 KB 4/158 KB 19/44 KB 46/46 KB 48/201 KB 24/54 KB 36/158 KB 22/44 KB 46/46 KB 48/201 KB 24/54 KB 36/158 KB 25/44 KB 46/46 KB 48/201 KB 24/54 KB 36/158 KB 25/44 KB 46/46 KB 48/201 KB 24/54 KB 36/158 KB 27/44 KB 46/46 KB 48/201 KB 27/54 KB 36/158 KB 30/44 KB 46/46 KB 48/201 KB 27/54 KB 36/158 KB 33/44 KB 46/46 KB 36/201 KB 23/54 KB 36/158 KB 19/44 KB 46/46 KB 48/201 KB 27/54 KB 40/158 KB 33/44 KB 46/46 KB 48/201 KB 27/54 KB 44/158 KB 33/44 KB 46/46 KB 48/201 KB 27/54 KB 48/158 KB 35/44 KB 46/46 KB 48/201 KB 27/54 KB 36/158 KB 27/44 KB 46/46 KB 48/201 KB 28/54 KB 48/158 KB 35/44 KB 46/46 KB 48/201 KB 31/54 KB 48/158 KB 35/44 KB 46/46 KB 48/201 KB 32/54 KB 48/158 KB 35/44 KB 46/46 KB 48/201 KB 27/54 KB 44/158 KB 35/44 KB 46/46 KB 48/201 KB 35/54 KB 48/158 KB 35/44 KB 46/46 KB 48/201 KB 36/54 KB 48/158 KB 35/44 KB 46/46 KB 48/201 KB 39/54 KB 52/158 KB 35/44 KB 46/46 KB 52/201 KB 40/54 KB 52/158 KB 39/44 KB 46/46 KB 52/201 KB 43/54 KB 52/158 KB 39/44 KB 46/46 KB 52/201 KB 44/54 KB 52/158 KB 39/44 KB 46/46 KB 48/201 KB 36/54 KB 52/158 KB 35/44 KB 46/46 KB 52/201 KB 44/54 KB 56/158 KB 39/44 KB 52/201 KB 47/54 KB 60/158 KB 39/44 KB 52/201 KB 47/54 KB 64/158 KB 39/44 KB 52/201 KB 47/54 KB 68/158 KB 39/44 KB 52/201 KB 47/54 KB 72/158 KB 39/44 KB 52/201 unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install KB 47/54 KB 76/158 KB 39/44 KB 52/201 KB 47/54 KB 80/158 KB 39/44 KB 46/46 KB 52/201 KB 39/54 KB 52/158 KB 39/44 KB 52/201 KB 47/54 KB 80/158 KB 43/44 KB 52/201 KB 47/54 KB 80/158 KB 44/44 KB 46/46 KB 52/201 KB 39/54 KB 52/158 KB 35/44 KB 56/201 KB 47/54 KB 84/158 KB 44/44 KB 60/201 KB 47/54 KB 84/158 KB 44/44 KB 64/201 KB 47/54 KB 84/158 KB 44/44 KB 68/201 KB 47/54 KB 84/158 KB 44/44 KB 72/201 KB 47/54 KB 84/158 KB 44/44 KB 76/201 KB 47/54 KB 84/158 KB 44/44 KB 80/201 KB 47/54 KB 84/158 KB 44/44 KB 84/201 KB 47/54 KB 84/158 KB 44/44 KB 88/201 KB 47/54 KB 84/158 KB 44/44 KB 92/201 KB 47/54 KB 84/158 KB 44/44 KB 96/201 KB 47/54 KB 84/158 KB 44/44 KB 52/201 KB 47/54 KB 84/158 KB 44/44 KB 96/201 KB 47/54 KB 88/158 KB 44/44 KB 96/201 KB 47/54 KB 92/158 KB 44/44 KB 52/201 KB 47/54 KB 56/158 KB 39/44 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 818.5 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 96/201 KB 48/54 KB 92/158 KB 44/44 KB 96/201 KB 51/54 KB 92/158 KB 44/44 KB 96/201 KB 53/54 KB 92/158 KB 44/44 KB 96/201 KB 54/54 KB 92/158 KB 44/44 KB 96/201 KB 54/54 KB 96/158 KB 44/44 KB 96/201 KB 54/54 KB 100/158 KB 44/44 KB 100/201 KB 54/54 KB 100/158 KB 44/44 KB 104/201 KB 54/54 KB 100/158 KB 44/44 KB 108/201 KB 54/54 KB 100/158 KB 44/44 KB 108/201 KB 54/54 KB 104/158 KB 44/44 KB 108/201 KB 54/54 KB 108/158 KB 44/44 KB 112/201 KB 54/54 KB 112/158 KB 44/44 KB 112/201 KB 54/54 KB 112/158 KB 44/44 KB 116/201 KB 54/54 KB 112/158 KB 44/44 KB 120/201 KB 54/54 KB 116/158 KB 44/44 KB 124/201 KB 54/54 KB 116/158 KB 44/44 KB 128/201 KB 54/54 KB 116/158 KB 44/44 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1124.5 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 116/201 KB 54/54 KB 116/158 KB 44/44 KB 128/201 KB 54/54 KB 120/158 KB 128/201 KB 54/54 KB 124/158 KB 128/201 KB 54/54 KB 128/158 KB 132/201 KB 54/54 KB 128/158 KB 136/201 KB 54/54 KB 128/158 KB 140/201 KB 54/54 KB 132/158 KB 144/201 KB 54/54 KB 132/158 KB 148/201 KB 54/54 KB 132/158 KB 152/201 KB 54/54 KB 132/158 KB 156/201 KB 54/54 KB 132/158 KB 160/201 KB 54/54 KB 132/158 KB 164/201 KB 54/54 KB 132/158 KB 168/201 KB 54/54 KB 132/158 KB 172/201 KB 54/54 KB 132/158 KB 172/201 KB 4/6 KB 54/54 KB 132/158 KB 172/201 KB 6/6 KB 132/158 KB 136/201 KB 54/54 KB 132/158 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1054.9 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 172/201 KB 6/6 KB 3/3 KB 132/158 KB 172/201 KB 6/6 KB 3/3 KB 136/158 KB 172/201 KB 6/6 KB 3/3 KB 140/158 KB 172/201 KB 6/6 KB 3/3 KB 144/158 KB 172/201 KB 6/6 KB 3/3 KB 148/158 KB 172/201 KB 6/6 KB 3/3 KB 152/158 KB 172/201 KB 6/6 KB 3/3 KB 156/158 KB 172/201 KB 6/6 KB 3/3 KB 158/158 KB 176/201 KB 6/6 KB 3/3 KB 158/158 KB 180/201 KB 6/6 KB 3/3 KB 158/158 KB 184/201 KB 6/6 KB 3/3 KB 158/158 KB 188/201 KB 6/6 KB 3/3 KB 158/158 KB 192/201 KB 6/6 KB 3/3 KB 158/158 KB 196/201 KB 6/6 KB 3/3 KB 158/158 KB 200/201 KB 6/6 KB 3/3 KB 158/158 KB 201/201 KB 6/6 KB 3/3 KB 158/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 46.9 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 105.8 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 2211.9 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 201/201 KB 158/158 KB 4/367 KB 8/367 KB 12/367 KB 16/367 KB 20/367 KB 24/367 KB 4/5 KB 4/52 KB 28/367 KB 4/5 KB 4/52 KB 32/367 KB 4/5 KB 4/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 3086.0 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 3/47 KB 32/367 KB 4/5 KB 4/52 KB 5/47 KB 32/367 KB 4/5 KB 4/52 KB 8/47 KB 32/367 KB 4/5 KB 4/52 KB 20/367 KB 4/5 KB 4/52 KB 8/47 KB 32/367 KB 5/5 KB 4/52 KB 8/47 KB 36/367 KB 5/5 KB 4/52 KB 20/367 KB 4/52 KB 11/47 KB 36/367 KB 5/5 KB 8/52 KB 11/47 KB 36/367 KB 5/5 KB 12/52 KB 11/47 KB 36/367 KB 5/5 KB 16/52 KB 11/47 KB 36/367 KB 5/5 KB 4/52 KB 13/47 KB 36/367 KB 5/5 KB 16/52 KB 16/47 KB 36/367 KB 5/5 KB 16/52 KB 16/47 KB 36/367 KB 5/5 KB 20/52 KB 19/47 KB 40/367 KB 5/5 KB 20/52 KB 19/47 KB 44/367 KB 5/5 KB 20/52 KB 19/47 KB 48/367 KB 5/5 KB 20/52 KB 19/47 KB 36/367 KB 5/5 KB 20/52 KB 21/47 KB 48/367 KB 5/5 KB 20/52 KB 21/47 KB 52/367 KB 5/5 KB 20/52 KB 24/47 KB 52/367 KB 5/5 KB 24/52 KB 24/47 KB 52/367 KB 5/5 KB 28/52 KB 24/47 KB 52/367 KB 5/5 KB 20/52 KB 27/47 KB 52/367 KB 5/5 KB 28/52 KB 27/47 KB 52/367 KB 5/5 KB 32/52 KB 29/47 KB 52/367 KB 5/5 KB 36/52 KB 29/47 KB 56/367 KB 5/5 KB 40/52 KB 29/47 KB 56/367 KB 5/5 KB 44/52 KB 29/47 KB 56/367 KB 5/5 KB 48/52 KB 29/47 KB 56/367 KB 5/5 KB 52/52 KB 29/47 KB 52/367 KB 5/5 KB 32/52 KB 29/47 KB 56/367 KB 5/5 KB 36/52 KB 29/47 KB 60/367 KB 5/5 KB 52/52 KB 29/47 KB 64/367 KB 5/5 KB 52/52 KB 32/47 KB 64/367 KB 5/5 KB 52/52 KB 36/47 KB 64/367 KB 5/5 KB 52/52 KB 3/238 KB 40/47 KB 68/367 KB 5/5 KB 52/52 KB 3/238 KB 44/47 KB 68/367 KB 52/52 KB 3/238 KB 47/47 KB 68/367 KB 52/52 KB 3/238 KB 36/47 KB 64/367 KB 5/5 KB 52/52 KB 5/238 KB 47/47 KB 68/367 KB 52/52 KB 8/238 KB 47/47 KB 68/367 KB 52/52 KB 11/238 KB 47/47 KB 68/367 KB 52/52 KB 13/238 KB 47/47 KB 68/367 KB 52/52 KB 16/238 KB 47/47 KB 68/367 KB 52/52 KB 19/238 KB 47/47 KB 68/367 KB 52/52 KB 21/238 KB 47/47 KB 68/367 KB 52/52 KB 24/238 KB 47/47 KB 68/367 KB 52/52 KB 27/238 KB 47/47 KB 68/367 KB 52/52 KB 29/238 KB 47/47 KB 68/367 KB 52/52 KB 3/238 KB 36/47 KB 68/367 KB 5/5 KB 52/52 KB 29/238 KB 47/47 KB 72/367 KB 52/52 KB 29/238 KB 47/47 KB 76/367 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 57.9 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 32/238 KB 47/47 KB 80/367 KB 52/52 KB 32/238 KB 47/47 KB 76/367 KB 52/52 KB 36/238 KB 47/47 KB 80/367 KB 52/52 KB 40/238 KB 84/367 KB 4/28 KB 44/238 KB 84/367 KB 4/28 KB 48/238 KB 84/367 KB 4/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 577.7 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 643.1 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 36/238 KB 47/47 KB 84/367 KB 52/52 KB 4/28 KB 48/238 KB 84/367 KB 8/28 KB 48/238 KB 84/367 KB 12/28 KB 48/238 KB 84/367 KB 16/28 KB 48/238 KB 84/367 KB 20/28 KB 48/238 KB 84/367 KB 24/28 KB 48/238 KB 84/367 KB 28/28 KB 36/238 KB 47/47 KB 84/367 KB 52/52 KB 48/238 KB 88/367 KB 28/28 KB 48/238 KB 92/367 KB 28/28 KB 48/238 KB 96/367 KB 28/28 KB 48/238 KB 100/367 KB 28/28 KB 48/238 KB 104/367 KB 28/28 KB 52/238 KB 108/367 KB 28/28 KB 52/238 KB 112/367 KB 28/28 KB 52/238 KB 116/367 KB 28/28 KB 52/238 KB 120/367 KB 28/28 KB 52/238 KB 124/367 KB 28/28 KB 52/238 KB 128/367 KB 28/28 KB 52/238 KB 132/367 KB 28/28 KB 52/238 KB 136/367 KB 28/28 KB 52/238 KB 104/367 KB 28/28 KB Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 56/238 KB 136/367 KB 28/28 KB 60/238 KB 136/367 KB 28/28 KB 64/238 KB 136/367 KB 28/28 KB 68/238 KB 136/367 KB 28/28 KB 72/238 KB 136/367 KB 28/28 KB 76/238 KB 136/367 KB 28/28 KB 80/238 KB 136/367 KB 28/28 KB 84/238 KB 136/367 KB 28/28 KB 88/238 KB 136/367 KB 28/28 KB 92/238 KB 140/367 KB 28/28 KB 96/238 KB 140/367 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 297.3 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 88/238 KB 140/367 KB 28/28 KB 96/238 KB 144/367 KB 96/238 KB 148/367 KB 100/238 KB 152/367 KB 100/238 KB 156/367 KB 100/238 KB 148/367 KB 104/238 KB 156/367 KB 108/238 KB 156/367 KB 112/238 KB 156/367 KB 116/238 KB 160/367 KB 120/238 KB 160/367 KB 124/238 KB 160/367 KB 128/238 KB 160/367 KB 132/238 KB 160/367 KB 136/238 KB 3/186 KB 160/367 KB 140/238 KB 3/186 KB 160/367 KB 144/238 KB 3/186 KB 160/367 KB 112/238 KB 160/367 KB 132/238 KB 3/186 KB 160/367 KB 144/238 KB 5/186 KB 160/367 KB 144/238 KB 8/186 KB 160/367 KB 144/238 KB 11/186 KB 160/367 KB 144/238 KB 13/186 KB 160/367 KB 144/238 KB 16/186 KB 160/367 KB 144/238 KB 19/186 KB 160/367 KB 144/238 KB 21/186 KB 160/367 KB 144/238 KB 24/186 KB 160/367 KB 144/238 KB 27/186 KB 160/367 KB 144/238 KB 29/186 KB 160/367 KB 144/238 KB 32/186 KB 160/367 KB 144/238 KB 32/186 KB 164/367 KB 144/238 KB 32/186 KB 168/367 KB 144/238 KB 32/186 KB 172/367 KB 144/238 KB 32/186 KB 176/367 KB 144/238 KB 32/186 KB 180/367 KB 144/238 KB 32/186 KB 184/367 KB 144/238 KB 32/186 KB 188/367 KB 144/238 KB 32/186 KB 192/367 KB 144/238 KB 32/186 KB 4/558 KB 192/367 KB 144/238 KB 32/186 KB 8/558 KB 192/367 KB 144/238 KB 32/186 KB 12/558 KB 192/367 KB 144/238 KB 32/186 KB 16/558 KB 192/367 KB 144/238 KB 36/186 KB 16/558 KB 192/367 KB 148/238 KB 40/186 KB 20/558 KB 196/367 KB 4/1199 KB 148/238 KB 44/186 KB 20/558 KB 196/367 KB 4/1199 KB 148/238 KB 48/186 KB 20/558 KB 196/367 KB 4/1199 KB 148/238 KB 52/186 KB 20/558 KB 196/367 KB 4/1199 KB 148/238 KB 36/186 KB 20/558 KB 196/367 KB 4/1199 KB 148/238 KB 52/186 KB 20/558 KB 200/367 KB 4/1199 KB 148/238 KB 52/186 KB 20/558 KB 204/367 KB 4/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 4/1199 KB 148/238 KB 36/186 KB 20/558 KB 192/367 KB 4/1199 KB 144/238 KB 36/186 KB 20/558 KB 192/367 KB 4/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 8/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 12/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 16/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 20/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 24/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 28/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 32/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 36/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 40/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 44/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 48/1199 KB 148/238 KB 52/186 KB 20/558 KB 208/367 KB 52/1199 KB 152/238 KB 52/186 KB 20/558 KB 208/367 KB 56/1199 KB 152/238 KB 52/186 KB 20/558 KB 208/367 KB 60/1199 KB 152/238 KB 52/186 KB 20/558 KB 208/367 KB 64/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 68/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 72/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 76/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 80/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 84/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 88/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 92/1199 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 96/1199 KB 144/238 KB 36/186 KB 20/558 KB 192/367 KB 152/238 KB 52/186 KB 24/558 KB 212/367 KB 96/1199 KB 152/238 KB 52/186 KB 28/558 KB 212/367 KB 96/1199 KB 152/238 KB 52/186 KB 32/558 KB 212/367 KB 96/1199 KB 152/238 KB 52/186 KB 36/558 KB 212/367 KB 96/1199 KB 152/238 KB 52/186 KB 40/558 KB 212/367 KB 96/1199 KB 152/238 KB 52/186 KB 44/558 KB 212/367 KB 96/119 unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 9 KB 152/238 KB 52/186 KB 20/558 KB 212/367 KB 64/1199 KB 152/238 KB 52/186 KB 48/558 KB 216/367 KB 96/1199 KB 152/238 KB 52/186 KB 48/558 KB 220/367 KB 96/1199 KB 152/238 KB 52/186 KB 48/558 KB 224/367 KB 96/1199 KB 152/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 152/238 KB 52/186 KB 20/558 KB 208/367 KB 52/1199 KB 156/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 160/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 164/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 168/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 172/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 176/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 180/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 184/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 188/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 192/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 196/238 KB 52/186 KB 48/558 KB 232/367 KB 96/1199 KB 200/238 KB 56/186 KB 48/558 KB 232/367 KB 100/1199 KB 204/238 KB 56/186 KB 48/558 KB 232/367 KB 100/1199 KB 208/238 KB 56/186 KB 48/558 KB 232/367 KB 100/1199 KB 152/238 KB 52/186 KB 48/558 KB 228/367 KB 96/1199 KB 208/238 KB 56/186 KB 52/558 KB 232/367 KB 100/1199 KB 208/238 KB 56/186 KB 56/558 KB 232/367 KB 100/1199 KB 208/238 KB 56/186 KB 60/558 KB 232/367 KB 100/1199 KB 208/238 KB 56/186 KB 64/558 KB 232/367 KB 100/1199 KB 208/238 KB 56/186 KB 68/558 KB 232/367 KB 100/1199 KB 212/238 KB 56/186 KB 72/558 KB 232/367 KB 100/1199 KB 212/238 KB 56/186 KB 76/558 KB 232/367 KB 100/1199 KB 212/238 KB 56/186 KB 80/558 KB 232/367 KB 100/1199 KB 196/238 KB 56/186 KB 48/558 KB 232/367 KB 100/1199 KB 212/238 KB 56/186 KB 80/558 KB 232/367 KB 104/1199 KB 212/238 KB 56/186 KB 80/558 KB 232/367 KB 108/1199 KB 212/238 KB 56/186 KB 80/558 KB 232/367 KB 112/1199 KB 212/238 KB 56/186 KB 80/558 KB 232/367 KB 116/1199 KB 212/238 KB 56/186 KB 84/558 KB 232/367 KB 120/1199 KB 212/238 KB 56/186 KB 84/558 KB 232/367 KB 124/1199 KB 212/238 KB 56/186 KB 84/558 KB 232/367 KB 128/1199 KB 196/238 KB 56/186 KB 48/558 KB 232/367 KB 96/1199 KB 212/238 KB 60/186 KB 84/558 KB 232/367 KB 128/1199 KB 212/238 KB 64/186 KB 84/558 KB 232/367 KB 128/1199 KB 192/238 KB 52/186 KB 48/558 KB 232/367 KB 96/1199 KB 212/238 KB 64/186 KB 84/558 KB 236/367 KB 128/1199 KB 212/238 KB 64/186 KB 84/558 KB 240/367 KB 128/1199 KB 212/238 KB 64/186 KB 84/558 KB 244/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 248/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 252/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 256/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 260/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 264/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 268/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 272/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 276/367 KB 128/1199 KB 212/238 KB 68/186 KB 84/558 KB 280/367 KB 132/1199 KB 212/238 KB 68/186 KB 84/558 KB 284/367 KB 132/1199 KB 212/238 KB 68/186 KB 84/558 KB 288/367 KB 132/1199 KB 212/238 KB 56/186 KB 84/558 KB 232/367 KB 116/1199 KB 212/238 KB 68/186 KB 88/558 KB 288/367 KB 132/1199 KB 212/238 KB 68/186 KB 92/558 KB 288/367 KB 132/1199 KB 212/238 KB 68/186 KB 96/558 KB 288/367 KB 132/1199 KB 212/238 KB 68/186 KB 100/558 KB 288/367 KB 132/1199 KB 212/238 KB 68/186 KB 104/558 KB 288/367 KB 132/1199 KB 212/238 KB 68/186 KB 108/558 KB 292/367 KB 132/1199 KB 212/238 KB 68/186 KB 112/558 KB 292/367 KB 132/1199 KB 212/238 K unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install B 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 212/238 KB 56/186 KB 68/558 KB 232/367 KB 100/1199 KB 216/238 KB 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 220/238 KB 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 224/238 KB 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 228/238 KB 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 232/238 KB 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 236/238 KB 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 238/238 KB 68/186 KB 116/558 KB 292/367 KB 132/1199 KB 212/238 KB 68/186 KB 104/558 KB 292/367 KB 132/1199 KB 238/238 KB 68/186 KB 116/558 KB 296/367 KB 132/1199 KB 238/238 KB 68/186 KB 116/558 KB 300/367 KB 132/1199 KB 238/238 KB 68/186 KB 116/558 KB 304/367 KB 132/1199 KB 238/238 KB 68/186 KB 120/558 KB 308/367 KB 132/1199 KB 212/238 KB 68/186 KB 84/558 KB 276/367 KB 132/1199 KB 212/238 KB 68/186 KB 84/558 KB 244/367 KB 128/1199 KB 238/238 KB 72/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 76/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 80/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 84/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 88/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 92/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 96/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 100/186 KB 120/558 KB 308/367 KB 132/1199 KB 238/238 KB 104/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 108/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 112/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 116/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 120/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 124/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 128/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 68/186 KB 120/558 KB 304/367 KB 132/1199 KB 238/238 KB 128/186 KB 124/558 KB 308/367 KB 136/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 136/1199 KB 238/238 KB 100/186 KB 120/558 KB 308/367 KB 136/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 140/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 144/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 148/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 152/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 156/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 160/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 164/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 168/1199 KB 238/238 KB 132/186 KB 128/558 KB 308/367 KB 172/1199 KB 238/238 KB 132/186 KB 128/558 KB 312/367 KB 176/1199 KB 238/238 KB 132/186 KB 128/558 KB 312/367 KB 180/1199 KB 132/186 KB 132/558 KB 312/367 KB 184/1199 KB 132/186 KB 132/558 KB 312/367 KB 188/1199 KB 132/186 KB 132/558 KB 312/367 KB 192/1199 KB 238/238 KB 132/186 KB 124/558 KB 308/367 KB 136/1199 KB 136/186 KB 132/558 KB 312/367 KB 192/1199 KB 140/186 KB 132/558 KB 312/367 KB 192/1199 KB 144/186 KB 132/558 KB 312/367 KB 192/1199 KB 148/186 KB 132/558 KB 312/367 KB 192/1199 KB 152/186 KB 132/558 KB 312/367 KB 192/1199 KB 156/186 KB 132/558 KB 312/367 KB 192/1199 KB 160/186 KB 132/558 KB 312/367 KB 192/1199 KB 164/186 KB 132/558 KB 312/367 KB 192/1199 KB 168/186 KB 132/558 KB 312/367 KB 196/1199 KB 172/186 KB 132/558 KB 312/367 KB 196/1199 KB 176/186 KB 132/558 KB 312/367 KB 196/1199 KB 132/186 KB 132/558 KB 312/367 KB 180/1199 KB 176/186 KB 136/558 KB 312/367 KB 196/1199 KB 176/186 KB 140/558 KB 312/367 KB 196/1199 KB 176/186 KB 144/558 KB 312/367 KB 196/1199 KB unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 176/186 KB 148/558 KB 312/367 KB 196/1199 KB 176/186 KB 152/558 KB 312/367 KB 196/1199 KB 176/186 KB 156/558 KB 312/367 KB 196/1199 KB 176/186 KB 160/558 KB 312/367 KB 196/1199 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1626.2 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 238/238 KB 132/186 KB 128/558 KB 312/367 KB 172/1199 KB 176/186 KB 160/558 KB 316/367 KB 196/1199 KB 176/186 KB 160/558 KB 320/367 KB 196/1199 KB 176/186 KB 160/558 KB 324/367 KB 196/1199 KB 176/186 KB 160/558 KB 328/367 KB 196/1199 KB 176/186 KB 160/558 KB 332/367 KB 196/1199 KB 176/186 KB 160/558 KB 336/367 KB 196/1199 KB 176/186 KB 160/558 KB 340/367 KB 196/1199 KB 176/186 KB 160/558 KB 344/367 KB 196/1199 KB 164/186 KB 132/558 KB 312/367 KB 196/1199 KB 176/186 KB 160/558 KB 344/367 KB 200/1199 KB 176/186 KB 160/558 KB 344/367 KB 204/1199 KB 176/186 KB 160/558 KB 344/367 KB 208/1199 KB 176/186 KB 160/558 KB 344/367 KB 212/1199 KB Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 180/186 KB 164/558 KB 348/367 KB 212/1199 KB 184/186 KB 164/558 KB 348/367 KB 212/1199 KB 186/186 KB 164/558 KB 348/367 KB 216/1199 KB 176/186 KB 164/558 KB 348/367 KB 212/1199 KB 186/186 KB 168/558 KB 348/367 KB 216/1199 KB 186/186 KB 172/558 KB 348/367 KB 216/1199 KB 186/186 KB 176/558 KB 348/367 KB 216/1199 KB 176/186 KB 160/558 KB 348/367 KB 212/1199 KB 186/186 KB 176/558 KB 352/367 KB 216/1199 KB 186/186 KB 176/558 KB 356/367 KB 216/1199 KB 186/186 KB 176/558 KB 360/367 KB 216/1199 KB 186/186 KB 176/558 KB 364/367 KB 216/1199 KB 186/186 KB 176/558 KB 367/367 KB 216/1199 KB 184/186 KB 164/558 KB 348/367 KB 216/1199 KB 186/186 KB 176/558 KB 367/367 KB 220/1199 KB 186/186 KB 176/558 KB 367/367 KB 224/1199 KB 186/186 KB 180/558 KB 367/367 KB 224/1199 KB 186/186 KB 184/558 KB 367/367 KB 228/1199 KB 186/186 KB 188/558 KB 367/367 KB 228/1199 KB 186/186 KB 192/558 KB 367/367 KB 228/1199 KB 186/186 KB 196/558 KB 367/367 KB 228/1199 KB 186/186 KB 200/558 KB 367/367 KB 228/1199 KB 186/186 KB 204/558 KB 367/367 KB 228/1199 KB 186/186 KB 208/558 KB 367/367 KB 228/1199 KB 186/186 KB 212/558 KB 367/367 KB 228/1199 KB 186/186 KB 4/1206 KB 216/558 KB 367/367 KB 228/1199 KB 186/186 KB 4/1206 KB 220/558 KB 367/367 KB 228/1199 KB 186/186 KB 4/1206 KB 224/558 KB 367/367 KB 228/1199 KB 186/186 KB 180/558 KB 367/367 KB 228/1199 KB 186/186 KB 4/1206 KB 224/558 KB 367/367 KB 232/1199 KB 186/186 KB 4/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 4/1206 KB 212/558 KB 367/367 KB 228/1199 KB 186/186 KB 8/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 12/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 16/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 20/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 24/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 28/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 32/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 36/1206 KB 224/558 KB 367/367 KB 236/1199 KB 186/186 KB 40/1206 KB 224/558 KB 367/367 KB 240/1199 KB 186/186 KB 44/1206 KB 224/558 KB 367/367 KB 240/1199 KB 186/186 KB 48/1206 KB 224/558 KB 367/367 KB 240/1199 KB 186/186 KB 52/1206 KB 224/558 KB 367/367 KB 240/1199 KB 186/186 KB 56/1206 KB 224/558 KB 367/367 KB 240/1199 KB 186/186 KB 60/1206 KB 228/558 KB 367/367 KB 240/1199 KB 186/186 KB 64/1206 KB 228/558 KB 367/367 KB 240/1199 KB 186/186 KB 68/1206 KB 228/558 KB 367/367 KB 240/1199 KB 186/186 KB 36/1206 KB 224/558 KB 367/367 KB 240/1199 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2234.6 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 186/186 KB 56/1206 KB 228/558 KB 367/367 KB 240/1199 KB 68/1206 KB 232/558 KB 244/1199 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1140.9 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 68/1206 KB 228/558 KB 244/1199 KB 68/1206 KB 232/558 KB 248/1199 KB 68/1206 KB 232/558 KB 252/1199 KB 68/1206 KB 232/558 KB 256/1199 KB 68/1206 KB 232/558 KB 260/1199 KB 68/1206 KB 236/558 KB 260/1199 KB 68/1206 KB 240/558 KB 260/1199 KB 68/1206 KB 244/558 KB 260/1199 KB 72/1206 KB 244/558 KB 264/1199 KB 76/1206 KB 244/558 KB 264/1199 KB 80/1206 KB 244/558 KB 264/1199 KB 68/1206 KB 244/558 KB 264/1199 KB 80/1206 KB 244/558 KB 268/1199 KB 80/1206 KB 244/558 KB 272/1199 KB 84/1206 KB 244/558 KB 272/1199 KB 88/1206 KB 248/558 KB 276/1199 KB 92/1206 KB 248/558 KB 276/1199 KB 96/1206 KB 248/558 KB 276/1199 KB 84/1206 KB 248/558 KB 276/1199 KB 96/1206 KB 248/558 KB 280/1199 KB 96/1206 KB 248/558 KB 284/1199 KB 96/1206 KB 248/558 KB 288/1199 KB 96/1206 KB 248/558 KB 292/1199 KB 100/1206 KB 248/558 KB 296/1199 KB 100/1206 KB 248/558 KB 300/1199 KB 100/1206 KB 248/558 KB 304/1199 KB 84/1206 KB 248/558 KB 272/1199 KB 100/1206 KB 252/558 KB 304/1199 KB 100/1206 KB 256/558 KB 304/1199 KB 100/1206 KB 260/558 KB 304/1199 KB 100/1206 KB 264/558 KB 304/1199 KB 100/1206 KB 264/558 KB 4/181 KB 304/1199 KB 100/1206 KB 264/558 KB 8/181 KB 304/1199 KB 100/1206 KB 264/558 KB 12/181 KB 304/1199 KB 100/1206 KB 264/558 KB 16/181 KB 304/1199 KB 100/1206 KB 268/558 KB 16/181 KB 304/1199 KB 100/1206 KB 268/558 KB 20/181 KB 304/1199 KB 100/1206 KB 268/558 KB 24/181 KB 304/1199 KB 100/1206 KB 268/558 KB 28/181 KB 304/1199 KB 100/1206 KB 268/558 KB 32/181 KB 304/1199 KB 100/1206 KB 248/558 KB 292/1199 KB 104/1206 KB 268/558 KB 32/181 KB 304/1199 KB 108/1206 KB 268/558 KB 36/181 KB 304/1199 KB 108/1206 KB 268/558 KB 40/181 KB 304/1199 KB 108/1206 KB 268/558 KB 44/181 KB 304/1199 KB 108/1206 KB 268/558 KB 48/181 KB 304/1199 KB 108/1206 KB 272/558 KB 48/181 KB 304/1199 KB 108/1206 KB 272/558 KB 48/181 KB 304/1199 KB 112/1206 KB 272/558 KB 48/181 KB 304/1199 KB 116/1206 KB 276/558 KB 52/181 KB 304/1199 KB 120/1206 KB 276/558 KB 52/181 KB 308/1199 KB 124/1206 KB 276/558 KB 52/181 KB 308/1199 KB 128/1206 KB 276/558 KB 52/181 KB 308/1199 KB 132/1206 KB 276/558 KB 52/181 KB 308/1199 KB 136/1206 KB 276/558 KB 52/181 KB 308/1199 KB 140/1206 KB 276/558 KB 52/181 KB 308/1199 KB 144/1206 KB 276/558 KB 52/181 KB 308/1199 KB 112/1206 KB 276/558 KB 52/181 KB 304/1199 KB 144/1206 KB 276/558 KB 56/181 KB 308/1199 KB 144/1206 KB 276/558 KB 60/181 KB 308/1199 KB 144/1206 KB 276/558 KB 64/181 KB 308/1199 KB 112/1206 KB 276/558 KB 48/181 KB 304/1199 KB 116/1206 KB 276/558 KB 52/181 KB 308/1199 KB 144/1206 KB 276/558 KB 64/181 KB 312/1199 KB 144/1206 KB 276/558 KB 64/181 KB 316/1199 KB 144/1206 KB 276/558 KB 64/181 KB 320/1199 KB 144/1206 KB 280/558 KB 64/181 KB 320/1199 KB 144/1206 KB 284/558 KB 64/181 KB 320/1199 KB 144/1206 KB 288/558 KB 64/181 KB 320/1199 KB 144/1206 KB 292/558 KB 64/181 KB 320/1199 KB 144/1206 KB 296/558 KB 68/181 KB 324/1199 KB 144/1206 KB 300/558 KB 68/181 KB 324/1199 KB 148/1206 KB 304/558 KB 68/181 KB 324/1199 KB 144/1206 KB 292/558 KB 68/181 KB 324/1199 KB 148/1206 KB 304/558 KB 68/181 KB 328/1199 KB 148/1206 KB 304/558 KB 68/181 KB 332/1199 KB 144/1206 KB 292/558 KB 68/181 KB 320/1199 KB 148/1206 KB 304/558 KB 72/181 KB 332/1199 KB 148/1206 KB 304/558 KB 76/181 KB 332/1199 KB 148/1206 KB 304/558 KB 80/181 KB 332/1199 KB 148/1206 KB 304/558 KB 84/181 KB 332/1199 KB 148/1206 KB 304/558 KB 88/181 KB 336/1199 KB 148/1206 KB 308/558 KB 92/181 KB 336/1199 KB unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 148/1206 KB 300/558 KB 68/181 KB 324/1199 KB 148/1206 KB 308/558 KB 96/181 KB 336/1199 KB 152/1206 KB 308/558 KB 96/181 KB 336/1199 KB 156/1206 KB 308/558 KB 96/181 KB 336/1199 KB 160/1206 KB 308/558 KB 100/181 KB 336/1199 KB 148/1206 KB 308/558 KB 88/181 KB 336/1199 KB 160/1206 KB 312/558 KB 100/181 KB 336/1199 KB 160/1206 KB 316/558 KB 100/181 KB 336/1199 KB 160/1206 KB 320/558 KB 100/181 KB 336/1199 KB 148/1206 KB 304/558 KB 84/181 KB 336/1199 KB 160/1206 KB 320/558 KB 100/181 KB 340/1199 KB 160/1206 KB 320/558 KB 100/181 KB 344/1199 KB 160/1206 KB 320/558 KB 100/181 KB 348/1199 KB 160/1206 KB 320/558 KB 100/181 KB 352/1199 KB 160/1206 KB 320/558 KB 100/181 KB 356/1199 KB 164/1206 KB 324/558 KB 100/181 KB 360/1199 KB 164/1206 KB 324/558 KB 100/181 KB 364/1199 KB 164/1206 KB 324/558 KB 100/181 KB 368/1199 KB 156/1206 KB 308/558 KB 100/181 KB 336/1199 KB 164/1206 KB 324/558 KB 104/181 KB 368/1199 KB 164/1206 KB 324/558 KB 108/181 KB 368/1199 KB 164/1206 KB 324/558 KB 100/181 KB 356/1199 KB 160/1206 KB 324/558 KB 100/181 KB 356/1199 KB 164/1206 KB 328/558 KB 108/181 KB 368/1199 KB 168/1206 KB 332/558 KB 112/181 KB 368/1199 KB 168/1206 KB 336/558 KB 112/181 KB 368/1199 KB 168/1206 KB 340/558 KB 112/181 KB 368/1199 KB 168/1206 KB 344/558 KB 112/181 KB 372/1199 KB 168/1206 KB 348/558 KB 112/181 KB 372/1199 KB 168/1206 KB 352/558 KB 112/181 KB 372/1199 KB 164/1206 KB 328/558 KB 112/181 KB 368/1199 KB 168/1206 KB 328/558 KB 112/181 KB 368/1199 KB 172/1206 KB 352/558 KB 112/181 KB 372/1199 KB 176/1206 KB 352/558 KB 116/181 KB 372/1199 KB 180/1206 KB 352/558 KB 116/181 KB 372/1199 KB 184/1206 KB 352/558 KB 116/181 KB 372/1199 KB 168/1206 KB 340/558 KB 112/181 KB 372/1199 KB 184/1206 KB 356/558 KB 116/181 KB 376/1199 KB 184/1206 KB 356/558 KB 116/181 KB 380/1199 KB 184/1206 KB 356/558 KB 116/181 KB 384/1199 KB 188/1206 KB 356/558 KB 116/181 KB 388/1199 KB 188/1206 KB 356/558 KB 116/181 KB 392/1199 KB 188/1206 KB 356/558 KB 116/181 KB 396/1199 KB 188/1206 KB 356/558 KB 116/181 KB 400/1199 KB 188/1206 KB 356/558 KB 116/181 KB 404/1199 KB 188/1206 KB 356/558 KB 116/181 KB 408/1199 KB 188/1206 KB 356/558 KB 116/181 KB 412/1199 KB 188/1206 KB 356/558 KB 116/181 KB 416/1199 KB 188/1206 KB 356/558 KB 116/181 KB 420/1199 KB 184/1206 KB 356/558 KB 116/181 KB 372/1199 KB 188/1206 KB 360/558 KB 116/181 KB 420/1199 KB 188/1206 KB 364/558 KB 116/181 KB 420/1199 KB 188/1206 KB 368/558 KB 116/181 KB 420/1199 KB 188/1206 KB 372/558 KB 116/181 KB 420/1199 KB 172/1206 KB 352/558 KB 116/181 KB 372/1199 KB 188/1206 KB 372/558 KB 120/181 KB 420/1199 KB 188/1206 KB 372/558 KB 124/181 KB 420/1199 KB 188/1206 KB 372/558 KB 128/181 KB 420/1199 KB 188/1206 KB 372/558 KB 132/181 KB 420/1199 KB 188/1206 KB 372/558 KB 136/181 KB 420/1199 KB 188/1206 KB 372/558 KB 140/181 KB 420/1199 KB 188/1206 KB 372/558 KB 144/181 KB 420/1199 KB 188/1206 KB 372/558 KB 148/181 KB 420/1199 KB 188/1206 KB 356/558 KB 116/181 KB 384/1199 KB 192/1206 KB 376/558 KB 148/181 KB 420/1199 KB 196/1206 KB 376/558 KB 148/181 KB 420/1199 KB 200/1206 KB 376/558 KB 148/181 KB 420/1199 KB 204/1206 KB 376/558 KB 148/181 KB 420/1199 KB 208/1206 KB 376/558 KB 148/181 KB 420/1199 KB 212/1206 KB 376/558 KB 148/181 KB 420/1199 KB 216/1206 KB 376/558 KB 152/181 KB 420/1199 KB 220/1206 KB 376/558 KB 152/181 KB 420/1199 KB 224/1206 KB 376/558 KB 152/181 KB 420/1199 KB 188/1206 KB 376/558 KB 148/181 KB 420/1199 KB 224/1206 KB 380/558 KB 152 unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install /181 KB 420/1199 KB 224/1206 KB 384/558 KB 152/181 KB 420/1199 KB 212/1206 KB 376/558 KB 152/181 KB 420/1199 KB 224/1206 KB 384/558 KB 156/181 KB 420/1199 KB 224/1206 KB 384/558 KB 160/181 KB 420/1199 KB 224/1206 KB 388/558 KB 160/181 KB 420/1199 KB 228/1206 KB 392/558 KB 164/181 KB 420/1199 KB 228/1206 KB 396/558 KB 164/181 KB 420/1199 KB 228/1206 KB 400/558 KB 164/181 KB 420/1199 KB 228/1206 KB 388/558 KB 164/181 KB 420/1199 KB 232/1206 KB 400/558 KB 164/181 KB 420/1199 KB 236/1206 KB 400/558 KB 164/181 KB 420/1199 KB 240/1206 KB 400/558 KB 164/181 KB 420/1199 KB 244/1206 KB 400/558 KB 164/181 KB 424/1199 KB 248/1206 KB 404/558 KB 164/181 KB 424/1199 KB 252/1206 KB 404/558 KB 164/181 KB 424/1199 KB 256/1206 KB 404/558 KB 164/181 KB 424/1199 KB 224/1206 KB 388/558 KB 164/181 KB 420/1199 KB 256/1206 KB 404/558 KB 168/181 KB 424/1199 KB 256/1206 KB 404/558 KB 172/181 KB 424/1199 KB 256/1206 KB 404/558 KB 176/181 KB 424/1199 KB 256/1206 KB 404/558 KB 180/181 KB 424/1199 KB 256/1206 KB 404/558 KB 181/181 KB 424/1199 KB 244/1206 KB 404/558 KB 164/181 KB 424/1199 KB 256/1206 KB 408/558 KB 181/181 KB 424/1199 KB 240/1206 KB 400/558 KB 164/181 KB 424/1199 KB 256/1206 KB 408/558 KB 181/181 KB 428/1199 KB 256/1206 KB 408/558 KB 181/181 KB 432/1199 KB 256/1206 KB 408/558 KB 181/181 KB 436/1199 KB 256/1206 KB 412/558 KB 181/181 KB 440/1199 KB 256/1206 KB 412/558 KB 181/181 KB 444/1199 KB 256/1206 KB 412/558 KB 181/181 KB 448/1199 KB 256/1206 KB 412/558 KB 181/181 KB 452/1199 KB 260/1206 KB 412/558 KB 181/181 KB 456/1199 KB 260/1206 KB 412/558 KB 181/181 KB 460/1199 KB 260/1206 KB 412/558 KB 181/181 KB 464/1199 KB 256/1206 KB 412/558 KB 181/181 KB 436/1199 KB 260/1206 KB 416/558 KB 181/181 KB 464/1199 KB 260/1206 KB 420/558 KB 181/181 KB 464/1199 KB 260/1206 KB 424/558 KB 181/181 KB 464/1199 KB 260/1206 KB 428/558 KB 181/181 KB 464/1199 KB 260/1206 KB 432/558 KB 181/181 KB 464/1199 KB 260/1206 KB 436/558 KB 181/181 KB 464/1199 KB 260/1206 KB 440/558 KB 181/181 KB 468/1199 KB 260/1206 KB 444/558 KB 181/181 KB 468/1199 KB 260/1206 KB 448/558 KB 181/181 KB 468/1199 KB 260/1206 KB 412/558 KB 181/181 KB 452/1199 KB 264/1206 KB 448/558 KB 181/181 KB 468/1199 KB 268/1206 KB 448/558 KB 181/181 KB 468/1199 KB 272/1206 KB 448/558 KB 181/181 KB 468/1199 KB 276/1206 KB 448/558 KB 181/181 KB 468/1199 KB 280/1206 KB 448/558 KB 181/181 KB 468/1199 KB 260/1206 KB 436/558 KB 181/181 KB 468/1199 KB 280/1206 KB 452/558 KB 181/181 KB 472/1199 KB 280/1206 KB 452/558 KB 181/181 KB 476/1199 KB 284/1206 KB 452/558 KB 181/181 KB 480/1199 KB 284/1206 KB 452/558 KB 181/181 KB 484/1199 KB 284/1206 KB 452/558 KB 181/181 KB 488/1199 KB 284/1206 KB 452/558 KB 181/181 KB 492/1199 KB 284/1206 KB 452/558 KB 181/181 KB 496/1199 KB 284/1206 KB 452/558 KB 181/181 KB 500/1199 KB 284/1206 KB 452/558 KB 181/181 KB 504/1199 KB 284/1206 KB 452/558 KB 181/181 KB 508/1199 KB 284/1206 KB 452/558 KB 181/181 KB 512/1199 KB 280/1206 KB 452/558 KB 181/181 KB 468/1199 KB 284/1206 KB 456/558 KB 181/181 KB 512/1199 KB 284/1206 KB 460/558 KB 181/181 KB 512/1199 KB 284/1206 KB 464/558 KB 181/181 KB 512/1199 KB 284/1206 KB 468/558 KB 181/181 KB 512/1199 KB 284/1206 KB 452/558 KB 181/181 KB 476/1199 KB 288/1206 KB 468/558 KB 512/1199 KB 292/1206 KB 468/558 KB 512/1199 KB 296/1206 KB 468/558 KB 512/1199 KB 300/1206 KB 468/558 KB 512/1199 KB 304/1206 KB 468/558 KB 512/1199 KB 308/1206 KB 468/558 KB 512/1199 KB unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 837.0 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 308/1206 KB 472/558 KB 512/1199 KB 308/1206 KB 476/558 KB 512/1199 KB 312/1206 KB 480/558 KB 512/1199 KB 312/1206 KB 476/558 KB 512/1199 KB 316/1206 KB 480/558 KB 512/1199 KB 320/1206 KB 480/558 KB 512/1199 KB 324/1206 KB 480/558 KB 512/1199 KB 328/1206 KB 484/558 KB 516/1199 KB 332/1206 KB 484/558 KB 516/1199 KB 336/1206 KB 484/558 KB 516/1199 KB 324/1206 KB 484/558 KB 516/1199 KB 336/1206 KB 484/558 KB 520/1199 KB 336/1206 KB 484/558 KB 524/1199 KB 336/1206 KB 484/558 KB 528/1199 KB 336/1206 KB 484/558 KB 532/1199 KB 340/1206 KB 484/558 KB 536/1199 KB 324/1206 KB 484/558 KB 512/1199 KB 340/1206 KB 488/558 KB 536/1199 KB 340/1206 KB 492/558 KB 536/1199 KB 340/1206 KB 496/558 KB 536/1199 KB 340/1206 KB 500/558 KB 536/1199 KB 340/1206 KB 504/558 KB 536/1199 KB 340/1206 KB 508/558 KB 536/1199 KB 340/1206 KB 512/558 KB 536/1199 KB 340/1206 KB 516/558 KB 536/1199 KB 340/1206 KB 520/558 KB 540/1199 KB 340/1206 KB 524/558 KB 540/1199 KB 340/1206 KB 528/558 KB 540/1199 KB 340/1206 KB 532/558 KB 540/1199 KB 340/1206 KB 536/558 KB 540/1199 KB 340/1206 KB 540/558 KB 540/1199 KB 340/1206 KB 544/558 KB 540/1199 KB 340/1206 KB 484/558 KB 532/1199 KB 344/1206 KB 544/558 KB 540/1199 KB 348/1206 KB 544/558 KB 540/1199 KB 352/1206 KB 544/558 KB 540/1199 KB 340/1206 KB 516/558 KB 540/1199 KB 352/1206 KB 544/558 KB 544/1199 KB 352/1206 KB 544/558 KB 548/1199 KB 356/1206 KB 544/558 KB 552/1199 KB 356/1206 KB 544/558 KB 556/1199 KB 356/1206 KB 544/558 KB 560/1199 KB 356/1206 KB 544/558 KB 548/1199 KB 360/1206 KB 544/558 KB 560/1199 KB 364/1206 KB 544/558 KB 560/1199 KB 368/1206 KB 544/558 KB 560/1199 KB 372/1206 KB 544/558 KB 560/1199 KB 376/1206 KB 548/558 KB 564/1199 KB 380/1206 KB 548/558 KB 564/1199 KB 384/1206 KB 548/558 KB 564/1199 KB 388/1206 KB 548/558 KB 564/1199 KB 392/1206 KB 548/558 KB 564/1199 KB 396/1206 KB 548/558 KB 564/1199 KB 400/1206 KB 548/558 KB 564/1199 KB 404/1206 KB 548/558 KB 564/1199 KB 408/1206 KB 548/558 KB 564/1199 KB 412/1206 KB 548/558 KB 564/1199 KB 416/1206 KB 548/558 KB 564/1199 KB 420/1206 KB 548/558 KB 564/1199 KB 372/1206 KB 548/558 KB 564/1199 KB 372/1206 KB 544/558 KB 564/1199 KB 420/1206 KB 548/558 KB 568/1199 KB 420/1206 KB 548/558 KB 572/1199 KB 420/1206 KB 548/558 KB 576/1199 KB 420/1206 KB 548/558 KB 580/1199 KB 420/1206 KB 552/558 KB 584/1199 KB 420/1206 KB 552/558 KB 588/1199 KB 420/1206 KB 552/558 KB 592/1199 KB 420/1206 KB 552/558 KB 580/1199 KB 420/1206 KB 556/558 KB 592/1199 KB 420/1206 KB 558/558 KB 592/1199 KB 420/1206 KB 558/558 KB 596/1199 KB 420/1206 KB 558/558 KB 600/1199 KB 420/1206 KB 558/558 KB 604/1199 KB 420/1206 KB 558/558 KB 608/1199 KB 420/1206 KB 558/558 KB 612/1199 KB 424/1206 KB 558/558 KB 612/1199 KB 428/1206 KB 558/558 KB 612/1199 KB 432/1206 KB 558/558 KB 612/1199 KB 432/1206 KB 558/558 KB 616/1199 KB 432/1206 KB 558/558 KB 620/1199 KB 432/1206 KB 558/558 KB 624/1199 KB 436/1206 KB 558/558 KB 628/1199 KB 436/1206 KB 558/558 KB 632/1199 KB 436/1206 KB 558/558 KB 636/1199 KB 436/1206 KB 558/558 KB 624/1199 KB 440/1206 KB 558/558 KB 636/1199 KB 444/1206 KB 558/558 KB 636/1199 KB 448/1206 KB 558/558 KB 636/1199 KB 452/1206 KB 558/558 KB 636/1199 KB 456/1206 KB 558/558 KB 640/1199 KB 460/1206 KB 558/558 KB 640/1199 KB 464/1206 KB 558/558 KB 640/1199 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2350.7 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 452/1206 KB 558/558 KB 640/1199 KB 464/1206 KB 644/1199 KB 464/1206 KB 648/1199 KB 464/1206 KB 652/1199 KB 464/1206 KB 656/1199 KB 464/1206 KB 660/1199 KB 468/1206 KB 664/1199 KB 468/1206 KB 668/1199 KB 468/1206 KB 672/1199 KB 468/1206 KB 676/1199 KB 468/1206 KB 680/1199 KB 468/1206 KB 684/1199 KB 468/1206 KB 688/1199 KB 468/1206 KB 660/1199 KB 472/1206 KB 688/1199 KB 476/1206 KB 688/1199 KB 480/1206 KB 688/1199 KB 484/1206 KB 688/1199 KB 488/1206 KB 688/1199 KB 492/1206 KB 688/1199 KB 496/1206 KB 688/1199 KB 500/1206 KB 688/1199 KB 504/1206 KB 692/1199 KB 508/1206 KB 692/1199 KB 512/1206 KB 692/1199 KB 500/1206 KB 692/1199 KB 512/1206 KB 696/1199 KB 512/1206 KB 700/1199 KB 512/1206 KB 704/1199 KB 512/1206 KB 708/1199 KB 516/1206 KB 712/1199 KB 516/1206 KB 716/1199 KB 516/1206 KB 720/1199 KB 516/1206 KB 708/1199 KB 520/1206 KB 720/1199 KB 524/1206 KB 720/1199 KB 528/1206 KB 720/1199 KB 532/1206 KB 720/1199 KB 536/1206 KB 724/1199 KB 540/1206 KB 724/1199 KB 544/1206 KB 724/1199 KB 532/1206 KB 724/1199 KB 544/1206 KB 728/1199 KB 544/1206 KB 732/1199 KB 544/1206 KB 736/1199 KB 548/1206 KB 736/1199 KB 552/1206 KB 740/1199 KB 556/1206 KB 740/1199 KB 560/1206 KB 740/1199 KB 548/1206 KB 740/1199 KB 560/1206 KB 744/1199 KB 560/1206 KB 748/1199 KB 560/1206 KB 752/1199 KB 564/1206 KB 756/1199 KB 564/1206 KB 760/1199 KB 564/1206 KB 764/1199 KB 564/1206 KB 768/1199 KB 564/1206 KB 772/1199 KB 564/1206 KB 776/1199 KB 564/1206 KB 780/1199 KB 564/1206 KB 784/1199 KB 564/1206 KB 788/1199 KB 564/1206 KB 752/1199 KB 568/1206 KB 788/1199 KB 572/1206 KB 788/1199 KB 576/1206 KB 788/1199 KB 580/1206 KB 788/1199 KB 584/1206 KB 788/1199 KB 588/1206 KB 788/1199 KB 592/1206 KB 788/1199 KB 596/1206 KB 788/1199 KB 600/1206 KB 788/1199 KB 600/1206 KB 792/1199 KB 604/1206 KB 792/1199 KB 608/1206 KB 792/1199 KB 612/1206 KB 796/1199 KB 616/1206 KB 796/1199 KB 620/1206 KB 796/1199 KB 624/1206 KB 796/1199 KB 608/1206 KB 796/1199 KB 624/1206 KB 800/1199 KB 624/1206 KB 804/1199 KB 624/1206 KB 808/1199 KB 624/1206 KB 812/1199 KB 624/1206 KB 816/1199 KB 624/1206 KB 820/1199 KB 628/1206 KB 824/1199 KB 628/1206 KB 828/1199 KB 628/1206 KB 832/1199 KB 628/1206 KB 820/1199 KB 632/1206 KB 832/1199 KB 636/1206 KB 832/1199 KB 640/1206 KB 832/1199 KB 644/1206 KB 832/1199 KB 648/1206 KB 836/1199 KB 652/1206 KB 836/1199 KB 656/1206 KB 836/1199 KB 644/1206 KB 836/1199 KB 656/1206 KB 840/1199 KB 656/1206 KB 844/1199 KB 656/1206 KB 848/1199 KB 660/1206 KB 848/1199 KB 664/1206 KB 852/1199 KB 668/1206 KB 852/1199 KB 672/1206 KB 852/1199 KB 660/1206 KB 852/1199 KB 672/1206 KB 856/1199 KB 672/1206 KB 860/1199 KB 672/1206 KB 864/1199 KB 676/1206 KB 868/1199 KB 676/1206 KB 872/1199 KB 676/1206 KB 876/1199 KB 676/1206 KB 880/1199 KB 676/1206 KB 884/1199 KB 676/1206 KB 888/1199 KB 676/1206 KB 892/1199 KB 676/1206 KB 896/1199 KB 676/1206 KB 864/1199 KB 680/1206 KB 896/1199 KB 684/1206 KB 896/1199 KB 688/1206 KB 896/1199 KB 692/1206 KB 896/1199 KB 696/1206 KB 896/1199 KB 700/1206 KB 896/1199 KB 704/1206 KB 896/1199 KB 704/1206 KB 900/1199 KB 708/1206 KB 904/1199 KB 708/1206 KB 908/1199 KB 708/1206 KB 912/1199 KB 708/1206 KB 900/1199 KB 712/1206 KB 912/1199 KB 716/1206 KB 912/1199 KB 720/1206 KB 912/1199 KB 724/1206 KB 912/1199 KB 728/1206 KB 916/1199 KB 724/1206 KB 916/1199 KB 728/1206 KB 920/1199 KB 728/1206 KB 924/1199 KB 728/1206 KB 928/1199 KB 728/1206 KB 932/1199 KB 732/1206 K unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install B 936/1199 KB 732/1206 KB 940/1199 KB 732/1206 KB 944/1199 KB 732/1206 KB 932/1199 KB 736/1206 KB 944/1199 KB 740/1206 KB 944/1199 KB 744/1206 KB 944/1199 KB 748/1206 KB 944/1199 KB 752/1206 KB 944/1199 KB 756/1206 KB 948/1199 KB 760/1206 KB 948/1199 KB 764/1206 KB 948/1199 KB 768/1206 KB 948/1199 KB 772/1206 KB 948/1199 KB 776/1206 KB 948/1199 KB 780/1206 KB 948/1199 KB 784/1206 KB 948/1199 KB 788/1206 KB 948/1199 KB 752/1206 KB 948/1199 KB 788/1206 KB 952/1199 KB 788/1206 KB 956/1199 KB 788/1206 KB 960/1199 KB 788/1206 KB 964/1199 KB 788/1206 KB 968/1199 KB 788/1206 KB 972/1199 KB 788/1206 KB 976/1199 KB 788/1206 KB 980/1199 KB 788/1206 KB 984/1199 KB 788/1206 KB 988/1199 KB 792/1206 KB 988/1199 KB 796/1206 KB 992/1199 KB 800/1206 KB 992/1199 KB 804/1206 KB 992/1199 KB 808/1206 KB 992/1199 KB 812/1206 KB 992/1199 KB 816/1206 KB 992/1199 KB 820/1206 KB 992/1199 KB 824/1206 KB 992/1199 KB 828/1206 KB 992/1199 KB 792/1206 KB 992/1199 KB 828/1206 KB 996/1199 KB 828/1206 KB 1000/1199 KB 828/1206 KB 1004/1199 KB 828/1206 KB 1008/1199 KB 828/1206 KB 1012/1199 KB 828/1206 KB 1016/1199 KB 828/1206 KB 1020/1199 KB 828/1206 KB 1024/1199 KB 828/1206 KB 1028/1199 KB 832/1206 KB 1028/1199 KB 836/1206 KB 1028/1199 KB 840/1206 KB 1032/1199 KB 844/1206 KB 1032/1199 KB 848/1206 KB 1032/1199 KB 852/1206 KB 1032/1199 KB 856/1206 KB 1032/1199 KB 860/1206 KB 1032/1199 KB 864/1206 KB 1032/1199 KB 836/1206 KB 1032/1199 KB 864/1206 KB 1036/1199 KB 864/1206 KB 1040/1199 KB 864/1206 KB 1044/1199 KB 864/1206 KB 1048/1199 KB 864/1206 KB 1052/1199 KB 864/1206 KB 1056/1199 KB 864/1206 KB 1060/1199 KB 868/1206 KB 1064/1199 KB 868/1206 KB 1068/1199 KB 868/1206 KB 1072/1199 KB 868/1206 KB 1060/1199 KB 872/1206 KB 1072/1199 KB 876/1206 KB 1072/1199 KB 880/1206 KB 1072/1199 KB 884/1206 KB 1072/1199 KB 888/1206 KB 1076/1199 KB 892/1206 KB 1076/1199 KB 896/1206 KB 1076/1199 KB 884/1206 KB 1076/1199 KB 896/1206 KB 1080/1199 KB 896/1206 KB 1084/1199 KB 896/1206 KB 1088/1199 KB 896/1206 KB 1092/1199 KB 900/1206 KB 1096/1199 KB 900/1206 KB 1100/1199 KB 900/1206 KB 1104/1199 KB 900/1206 KB 1092/1199 KB 904/1206 KB 1104/1199 KB 908/1206 KB 1104/1199 KB 912/1206 KB 1104/1199 KB 912/1206 KB 1108/1199 KB 916/1206 KB 1112/1199 KB 916/1206 KB 1116/1199 KB 916/1206 KB 1108/1199 KB 920/1206 KB 1116/1199 KB 924/1206 KB 1120/1199 KB 928/1206 KB 1120/1199 KB 932/1206 KB 1120/1199 KB 936/1206 KB 1120/1199 KB 940/1206 KB 1120/1199 KB 944/1206 KB 1120/1199 KB 948/1206 KB 1120/1199 KB 952/1206 KB 1120/1199 KB 956/1206 KB 1120/1199 KB 960/1206 KB 1120/1199 KB 920/1206 KB 1120/1199 KB 960/1206 KB 1124/1199 KB 960/1206 KB 1128/1199 KB 960/1206 KB 1132/1199 KB 960/1206 KB 1136/1199 KB 960/1206 KB 1140/1199 KB 960/1206 KB 1144/1199 KB 960/1206 KB 1148/1199 KB 960/1206 KB 1152/1199 KB 960/1206 KB 1156/1199 KB 964/1206 KB 1160/1199 KB 964/1206 KB 1164/1199 KB 964/1206 KB 1168/1199 KB 964/1206 KB 1172/1199 KB 964/1206 KB 1176/1199 KB 964/1206 KB 1180/1199 KB 964/1206 KB 1184/1199 KB 964/1206 KB 1156/1199 KB 968/1206 KB 1184/1199 KB 972/1206 KB 1184/1199 KB 976/1206 KB 1184/1199 KB 980/1206 KB 1184/1199 KB 984/1206 KB 1184/1199 KB 988/1206 KB 1184/1199 KB 992/1206 KB 1184/1199 KB 996/1206 KB 1184/1199 KB 1000/1206 KB 1188/1199 KB 1004/1206 KB 1188/1199 KB 996/1206 KB 1188/1199 KB 1004/1206 KB 1192/1199 KB 1004/1206 KB 1196/1199 KB 1008/1206 KB 1199/1199 KB 1008/1206 KB 1196/1199 KB 1012/1206 KB 1199/1199 KB unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 1016/1206 KB 1199/1199 KB 1020/1206 KB 1199/1199 KB 1024/1206 KB 1199/1199 KB 1028/1206 KB 1199/1199 KB 1032/1206 KB 1199/1199 KB 1036/1206 KB 1199/1199 KB 1040/1206 KB 1199/1199 KB 1044/1206 KB 1199/1199 KB 1048/1206 KB 1199/1199 KB 1052/1206 KB 1199/1199 KB 1056/1206 KB 1199/1199 KB 1060/1206 KB 1199/1199 KB 1064/1206 KB 1199/1199 KB 1068/1206 KB 1199/1199 KB 1072/1206 KB 1199/1199 KB 1076/1206 KB 1199/1199 KB 1080/1206 KB 1199/1199 KB 1084/1206 KB 1199/1199 KB 1088/1206 KB 1199/1199 KB 1092/1206 KB 1199/1199 KB 1096/1206 KB 1199/1199 KB 1100/1206 KB 1199/1199 KB 1104/1206 KB 1199/1199 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3879.2 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install 1108/1206 KB 1112/1206 KB 1116/1206 KB 1120/1206 KB 1124/1206 KB 1128/1206 KB 1132/1206 KB 1136/1206 KB 1140/1206 KB 1144/1206 KB 1148/1206 KB 1152/1206 KB 1156/1206 KB 1160/1206 KB 1164/1206 KB 1168/1206 KB 1172/1206 KB 1176/1206 KB 1180/1206 KB 1184/1206 KB 1188/1206 KB 1192/1206 KB 1196/1206 KB 1200/1206 KB 1204/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 3744.3 KB/sec) unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:01:45 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/pom.xml to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.pom unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 59.535 s unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-22T11:01:46+00:00 unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-137.163) ... unit-abot-epc-basic-0: 11:01:46 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:47 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 11:01:47 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:01:47 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 11:01:47 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 11:01:47 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 11:01:47 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 11:01:47 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 11:01:47 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 11:01:48 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:48 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 11:01:48 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 11:01:48 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 11:01:48 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:01:48 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 11:01:48 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 11:01:48 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:01:48 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 11:01:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:01:49 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 11:01:49 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 11:01:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 11:01:49 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 11:01:49 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 11:01:49 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:01:49 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:01:50 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 11:01:50 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 11:01:50 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 11:01:50 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 11:01:50 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-oai-epc-0: 11:01:50 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 11:01:50 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 11:01:50 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 11:01:50 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:01:50 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:01:50 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:01:50 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 11:01:50 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 11:01:51 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:01:52 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 11:01:52 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:01:52 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:01:52 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:01:52 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:01:52 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 11:01:52 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 11:01:53 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:01:53 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:01:53 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:01:53 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:01:53 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 11:01:53 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 11:01:53 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-41b6f2-default-0". unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:01:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 11:01:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 11:01:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 11:01:56 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 11:01:56 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:01:56 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 11:01:56 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 11:01:57 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 11:01:57 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 11:01:57 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install WARNING: apt does not have a stable CLI interface. Use with caution in scripts. unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.5). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.3). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.5). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.5). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 gir1.2-atspi-2.0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev libatlas3-base unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgusb2 libgvc6 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libsoup-gnome2.4-1 libsoup2.4-1 libssl-doc libsuitesparseconfig4.4.6 libsvn1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration t1utils tcl tcl8.6 tex-common unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gnuplot-doc graphviz-doc guile-2.0-doc lrzip libblas-doc liblapack-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install xpdf-reader | pdf-viewer mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgs9-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-3-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libpgm-5.2-0 libpgm-dev libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libserf-1-1 libslicot0 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libssl-doc unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libtk8.6 libtool libumfpack5.7.1 libunistring0 liburi-perl libusb-1.0-0-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 11:01:58 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 11:01:59 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:01:59 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 11:01:59 DEBUG unit.abot-epc-basic/0.install After this operation, 1,135 MB of additional disk space will be used. unit-abot-epc-basic-0: 11:01:59 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-abot-epc-basic-0: 11:02:00 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-abot-epc-basic-0: 11:02:00 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.9 [186 kB] unit-abot-epc-basic-0: 11:02:00 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-abot-epc-basic-0: 11:02:00 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-abot-epc-basic-0: 11:02:01 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-abot-epc-basic-0: 11:02:01 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] unit-abot-epc-basic-0: 11:02:01 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] unit-abot-epc-basic-0: 11:02:01 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 11:02:01 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-abot-epc-basic-0: 11:02:02 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.13 [42.3 kB] unit-abot-epc-basic-0: 11:02:02 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaudio2 amd64 1.9.4-4 [50.1 kB] unit-abot-epc-basic-0: 11:02:02 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] unit-abot-epc-basic-0: 11:02:02 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-abot-epc-basic-0: 11:02:02 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 11:02:02 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-abot-epc-basic-0: 11:02:02 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-abot-epc-basic-0: 11:02:03 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-abot-epc-basic-0: 11:02:03 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-abot-epc-basic-0: 11:02:03 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-abot-epc-basic-0: 11:02:03 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.13 [1,579 kB] unit-abot-epc-basic-0: 11:02:03 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.13 [289 kB] unit-abot-epc-basic-0: 11:02:03 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmng2 amd64 2.0.2-0ubuntu3 [169 kB] unit-abot-epc-basic-0: 11:02:03 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmtdev1 amd64 1.1.5-1ubuntu2 [13.8 kB] unit-abot-epc-basic-0: 11:02:04 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-abot-epc-basic-0: 11:02:04 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-abot-epc-basic-0: 11:02:04 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] unit-abot-epc-basic-0: 11:02:04 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-abot-epc-basic-0: 11:02:04 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenblas-base amd64 0.2.18-1ubuntu1 [5,097 kB] unit-abot-epc-basic-0: 11:02:05 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas3-base amd64 3.10.2-9 [2,697 kB] unit-abot-epc-basic-0: 11:02:05 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] unit-abot-epc-basic-0: 11:02:05 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqrupdate1 amd64 1.1.2-1build1 [37.6 kB] unit-abot-epc-basic-0: 11:02:05 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] unit-abot-epc-basic-0: 11:02:05 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1,817 kB] unit-abot-epc-basic-0: 11:02:06 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB] unit-abot-epc-basic-0: 11:02:06 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB] unit-abot-epc-basic-0: 11:02:06 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB] unit-abot-epc-basic-0: 11:02:06 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] unit-abot-epc-basic-0: 11:02:06 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] unit-abot-epc-basic-0: 11:02:06 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] unit-abot-epc-basic-0: 11:02:06 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-lite9v5 amd64 2.6.1-1.3 [58.4 kB] unit-abot-epc-basic-0: 11:02:07 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] unit-abot-epc-basic-0: 11:02:07 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2.1 [96.7 kB] unit-abot-epc-basic-0: 11:02:07 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] unit-abot-epc-basic-0: 11:02:07 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-abot-epc-basic-0: 11:02:07 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] unit-abot-epc-basic-0: 11:02:07 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-abot-epc-basic-0: 11:02:07 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libevdev2 amd64 1.4.6+dfsg-1 [28.0 kB] unit-abot-epc-basic-0: 11:02:08 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] unit-abot-epc-basic-0: 11:02:08 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-common all 0.22-1~ubuntu16.04.1 [32.0 kB] unit-abot-epc-basic-0: 11:02:08 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom2 amd64 0.22-1~ubuntu16.04.1 [17.3 kB] unit-abot-epc-basic-0: 11:02:08 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-abot-epc-basic-0: 11:02:08 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput10 amd64 1.6.3-1ubuntu1~16.04.1 [74.0 kB] unit-abot-epc-basic-0: 11:02:08 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5dbus5 amd64 5.5.1+dfsg-16ubuntu7.5 [175 kB] unit-abot-epc-basic-0: 11:02:09 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1 [48.6 kB] unit-abot-epc-basic-0: 11:02:09 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5network5 amd64 5.5.1+dfsg-16ubuntu7.5 [540 kB] unit-abot-epc-basic-0: 11:02:09 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] unit-abot-epc-basic-0: 11:02:09 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] unit-abot-epc-basic-0: 11:02:09 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-abot-epc-basic-0: 11:02:09 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-abot-epc-basic-0: 11:02:09 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0 amd64 1.11.1-1ubuntu1 [14.4 kB] unit-abot-epc-basic-0: 11:02:10 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9,638 B] unit-abot-epc-basic-0: 11:02:10 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0 amd64 1.11.1-1ubuntu1 [5,756 B] unit-abot-epc-basic-0: 11:02:10 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29.2 kB] unit-abot-epc-basic-0: 11:02:10 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2.1 [13.4 kB] unit-abot-epc-basic-0: 11:02:10 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-abot-epc-basic-0: 11:02:10 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-abot-epc-basic-0: 11:02:10 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB] unit-abot-epc-basic-0: 11:02:11 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] unit-abot-epc-basic-0: 11:02:11 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-abot-epc-basic-0: 11:02:11 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-abot-epc-basic-0: 11:02:11 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] unit-abot-epc-basic-0: 11:02:11 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-abot-epc-basic-0: 11:02:11 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-abot-epc-basic-0: 11:02:12 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.1 [43.7 kB] unit-abot-epc-basic-0: 11:02:12 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] unit-abot-epc-basic-0: 11:02:12 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] unit-abot-epc-basic-0: 11:02:12 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-abot-epc-basic-0: 11:02:12 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] unit-abot-epc-basic-0: 11:02:12 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.1 [710 kB] unit-abot-epc-basic-0: 11:02:12 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libserf-1-1 amd64 1.3.8-1 [45.5 kB] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-abot-epc-basic-0: 11:02:13 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslicot0 amd64 5.0+20101122-2 [1,002 kB] unit-abot-epc-basic-0: 11:02:14 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB] unit-abot-epc-basic-0: 11:02:14 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB] unit-abot-epc-basic-0: 11:02:14 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] unit-abot-epc-basic-0: 11:02:14 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-gobject2 amd64 1.14.6-1 [17.3 kB] unit-abot-epc-basic-0: 11:02:14 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB] unit-abot-epc-basic-0: 11:02:14 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] unit-abot-epc-basic-0: 11:02:14 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6,172 B] unit-abot-epc-basic-0: 11:02:15 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 11:02:15 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB] unit-abot-epc-basic-0: 11:02:15 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B] unit-abot-epc-basic-0: 11:02:15 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] unit-abot-epc-basic-0: 11:02:15 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-abot-epc-basic-0: 11:02:16 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] unit-abot-epc-basic-0: 11:02:16 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-abot-epc-basic-0: 11:02:16 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 11:02:17 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-abot-epc-basic-0: 11:02:17 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] unit-abot-epc-basic-0: 11:02:17 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-abot-epc-basic-0: 11:02:18 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-abot-epc-basic-0: 11:02:18 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-abot-epc-basic-0: 11:02:18 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] unit-abot-epc-basic-0: 11:02:18 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] unit-abot-epc-basic-0: 11:02:18 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-abot-epc-basic-0: 11:02:18 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] unit-abot-epc-basic-0: 11:02:19 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-abot-epc-basic-0: 11:02:19 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] unit-abot-epc-basic-0: 11:02:20 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 11:02:20 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-abot-epc-basic-0: 11:02:20 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-abot-epc-basic-0: 11:02:20 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-abot-epc-basic-0: 11:02:20 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] unit-abot-epc-basic-0: 11:02:20 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-abot-epc-basic-0: 11:02:20 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] unit-abot-epc-basic-0: 11:02:21 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-abot-epc-basic-0: 11:02:21 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 11:02:21 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1,076 kB] unit-abot-epc-basic-0: 11:02:21 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] unit-abot-epc-basic-0: 11:02:21 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] unit-abot-epc-basic-0: 11:02:21 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-abot-epc-basic-0: 11:02:22 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-abot-epc-basic-0: 11:02:22 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] unit-abot-epc-basic-0: 11:02:22 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 11:02:22 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] unit-abot-epc-basic-0: 11:02:22 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 11:02:22 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-abot-epc-basic-0: 11:02:23 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.10 [111 kB] unit-abot-epc-basic-0: 11:02:23 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-abot-epc-basic-0: 11:02:23 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] unit-abot-epc-basic-0: 11:02:23 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] unit-abot-epc-basic-0: 11:02:23 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91.8 kB] unit-abot-epc-basic-0: 11:02:24 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 doxygen-gui amd64 1.8.11-1 [284 kB] unit-abot-epc-basic-0: 11:02:24 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-oai-hss-0: 11:02:24 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 11:02:24 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:02:24 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 11:02:24 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 11:02:24 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 11:02:24 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 11:02:24 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] unit-oai-hss-0: 11:02:24 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 11:02:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ config-get branch unit-abot-epc-basic-0: 11:02:24 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-oai-hss-0: 11:02:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 11:02:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:02:24 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:02:24 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 11:02:24 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 11:02:25 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 11:02:25 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgconf-2-4 amd64 3.2.6-3ubuntu6 [84.6 kB] unit-oai-hss-0: 11:02:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-abot-epc-basic-0: 11:02:25 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service-backend amd64 3.2.6-3ubuntu6 [57.5 kB] unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 11:02:25 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-abot-epc-basic-0: 11:02:25 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:02:25 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 11:02:25 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:02:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:02:26 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 11:02:26 DEBUG unit.abot-epc-basic/0.install Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdb amd64 7.11.1-0ubuntu1~16.5 [2,526 kB] unit-oai-hss-0: 11:02:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:02:26 DEBUG unit.abot-epc-basic/0.install Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdbserver amd64 7.11.1-0ubuntu1~16.5 [172 kB] unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 11:02:26 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 11:02:26 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 11:02:26 DEBUG unit.abot-epc-basic/0.install Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB] unit-oai-hss-0: 11:02:27 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 11:02:27 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 11:02:27 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 11:02:27 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 11:02:27 DEBUG unit.abot-epc-basic/0.install Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B] unit-abot-epc-basic-0: 11:02:27 DEBUG unit.abot-epc-basic/0.install Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsfilters1 amd64 1.8.3-2ubuntu3.4 [80.5 kB] unit-abot-epc-basic-0: 11:02:27 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 11:02:27 DEBUG unit.abot-epc-basic/0.install Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libijs-0.35 amd64 0.35-12 [15.5 kB] unit-abot-epc-basic-0: 11:02:27 DEBUG unit.abot-epc-basic/0.install Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjbig2dec0 amd64 0.12+20150918-1ubuntu0.1 [55.3 kB] unit-abot-epc-basic-0: 11:02:27 DEBUG unit.abot-epc-basic/0.install Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] unit-oai-hss-0: 11:02:28 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-hss-0: 11:02:28 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 11:02:28 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 11:02:28 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:02:28 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:02:28 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:02:28 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.25~dfsg+1-0ubuntu0.16.04.1 [5,096 kB] unit-abot-epc-basic-0: 11:02:28 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.25~dfsg+1-0ubuntu0.16.04.1 [2,265 kB] unit-abot-epc-basic-0: 11:02:28 DEBUG unit.abot-epc-basic/0.install Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3,374 kB] unit-abot-epc-basic-0: 11:02:28 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.25~dfsg+1-0ubuntu0.16.04.1 [47.2 kB] unit-abot-epc-basic-0: 11:02:29 DEBUG unit.abot-epc-basic/0.install Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atk-1.0 amd64 2.18.0-1 [17.6 kB] unit-abot-epc-basic-0: 11:02:29 DEBUG unit.abot-epc-basic/0.install Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atspi-2.0 amd64 2.18.3-4ubuntu1 [14.1 kB] unit-abot-epc-basic-0: 11:02:29 DEBUG unit.abot-epc-basic/0.install Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5,742 B] unit-abot-epc-basic-0: 11:02:29 DEBUG unit.abot-epc-basic/0.install Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.32.2-1ubuntu1.5 [8,092 B] unit-abot-epc-basic-0: 11:02:29 DEBUG unit.abot-epc-basic/0.install Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoxft-1.0-0 amd64 1.38.1-1 [15.1 kB] unit-abot-epc-basic-0: 11:02:29 DEBUG unit.abot-epc-basic/0.install Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-pango-1.0 amd64 1.38.1-1 [21.0 kB] unit-abot-epc-basic-0: 11:02:29 DEBUG unit.abot-epc-basic/0.install Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gtk-3.0 amd64 3.18.9-1ubuntu3.3 [188 kB] unit-abot-epc-basic-0: 11:02:30 DEBUG unit.abot-epc-basic/0.install Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 aglfn all 1.7-3 [29.4 kB] unit-abot-epc-basic-0: 11:02:30 DEBUG unit.abot-epc-basic/0.install Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-tex all 4.6.6-3 [10.1 kB] unit-abot-epc-basic-0: 11:02:30 DEBUG unit.abot-epc-basic/0.install Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-data all 4.6.6-3 [53.2 kB] unit-abot-epc-basic-0: 11:02:30 DEBUG unit.abot-epc-basic/0.install Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-x11 amd64 4.6.6-3 [794 kB] unit-abot-epc-basic-0: 11:02:30 DEBUG unit.abot-epc-basic/0.install Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] unit-abot-epc-basic-0: 11:02:30 DEBUG unit.abot-epc-basic/0.install Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] unit-abot-epc-basic-0: 11:02:31 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-abot-epc-basic-0: 11:02:31 DEBUG unit.abot-epc-basic/0.install Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] unit-abot-epc-basic-0: 11:02:31 DEBUG unit.abot-epc-basic/0.install Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] unit-abot-epc-basic-0: 11:02:31 DEBUG unit.abot-epc-basic/0.install Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] unit-abot-epc-basic-0: 11:02:31 DEBUG unit.abot-epc-basic/0.install Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] unit-abot-epc-basic-0: 11:02:31 DEBUG unit.abot-epc-basic/0.install Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] unit-abot-epc-basic-0: 11:02:32 DEBUG unit.abot-epc-basic/0.install Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjudydebian1 amd64 1.0.5-5 [94.6 kB] unit-abot-epc-basic-0: 11:02:32 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-abot-epc-basic-0: 11:02:32 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-abot-epc-basic-0: 11:02:32 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-abot-epc-basic-0: 11:02:32 DEBUG unit.abot-epc-basic/0.install Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc1c2 amd64 1:7.4.2-7.3ubuntu0.1 [82.1 kB] unit-abot-epc-basic-0: 11:02:32 DEBUG unit.abot-epc-basic/0.install Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-libs amd64 2.0.11+1-10ubuntu0.1 [2,237 kB] unit-abot-epc-basic-0: 11:02:33 DEBUG unit.abot-epc-basic/0.install Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0 amd64 2.0.11+1-10ubuntu0.1 [8,690 B] unit-abot-epc-basic-0: 11:02:33 DEBUG unit.abot-epc-basic/0.install Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtinfo-dev amd64 6.0+20160213-1ubuntu1 [77.4 kB] unit-abot-epc-basic-0: 11:02:33 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-abot-epc-basic-0: 11:02:33 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-abot-epc-basic-0: 11:02:33 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 11:02:33 DEBUG unit.abot-epc-basic/0.install Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8,948 B] unit-abot-epc-basic-0: 11:02:33 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 11:02:34 DEBUG unit.abot-epc-basic/0.install Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc-dev amd64 1:7.4.2-7.3ubuntu0.1 [223 kB] unit-abot-epc-basic-0: 11:02:34 DEBUG unit.abot-epc-basic/0.install Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] unit-abot-epc-basic-0: 11:02:34 DEBUG unit.abot-epc-basic/0.install Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-dev amd64 2.0.11+1-10ubuntu0.1 [701 kB] unit-abot-epc-basic-0: 11:02:34 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1.1 [12.5 kB] unit-abot-epc-basic-0: 11:02:34 DEBUG unit.abot-epc-basic/0.install Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] unit-abot-epc-basic-0: 11:02:34 DEBUG unit.abot-epc-basic/0.install Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 iperf amd64 2.0.5+dfsg1-2ubuntu0.1 [50.5 kB] unit-abot-epc-basic-0: 11:02:35 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 11:02:35 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-abot-epc-basic-0: 11:02:35 DEBUG unit.abot-epc-basic/0.install Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B] unit-abot-epc-basic-0: 11:02:35 DEBUG unit.abot-epc-basic/0.install Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec0 amd64 0.3.2-1 [18.0 kB] unit-abot-epc-basic-0: 11:02:36 DEBUG unit.abot-epc-basic/0.install Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsuitesparseconfig4.4.6 amd64 1:4.4.6-1 [9,322 B] unit-abot-epc-basic-0: 11:02:36 DEBUG unit.abot-epc-basic/0.install Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libamd2.4.1 amd64 1:4.4.6-1 [21.3 kB] unit-abot-epc-basic-0: 11:02:36 DEBUG unit.abot-epc-basic/0.install Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libarpack2 amd64 3.3.0-1build2 [88.2 kB] unit-abot-epc-basic-0: 11:02:36 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4,734 B] unit-abot-epc-basic-0: 11:02:36 DEBUG unit.abot-epc-basic/0.install Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-bin amd64 2.48.2-0ubuntu4.1 [39.4 kB] unit-abot-epc-basic-0: 11:02:36 DEBUG unit.abot-epc-basic/0.install Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] unit-abot-epc-basic-0: 11:02:37 DEBUG unit.abot-epc-basic/0.install Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] unit-abot-epc-basic-0: 11:02:37 DEBUG unit.abot-epc-basic/0.install Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] unit-abot-epc-basic-0: 11:02:37 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4.1 [1,379 kB] unit-abot-epc-basic-0: 11:02:38 DEBUG unit.abot-epc-basic/0.install Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-dev amd64 1.10.6-1ubuntu3.3 [161 kB] unit-abot-epc-basic-0: 11:02:38 DEBUG unit.abot-epc-basic/0.install Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] unit-abot-epc-basic-0: 11:02:38 DEBUG unit.abot-epc-basic/0.install Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] unit-abot-epc-basic-0: 11:02:38 DEBUG unit.abot-epc-basic/0.install Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] unit-abot-epc-basic-0: 11:02:38 DEBUG unit.abot-epc-basic/0.install Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] unit-abot-epc-basic-0: 11:02:38 DEBUG unit.abot-epc-basic/0.install Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi-dev amd64 2:1.7.6-1 [184 kB] unit-abot-epc-basic-0: 11:02:39 DEBUG unit.abot-epc-basic/0.install Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-record-dev all 1.14.2-1 [33.6 kB] unit-abot-epc-basic-0: 11:02:39 DEBUG unit.abot-epc-basic/0.install Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst-dev amd64 2:1.2.2-1 [17.0 kB] unit-abot-epc-basic-0: 11:02:39 DEBUG unit.abot-epc-basic/0.install Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-dev amd64 2.18.3-4ubuntu1 [59.2 kB] unit-abot-epc-basic-0: 11:02:39 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-abot-epc-basic-0: 11:02:39 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-abot-epc-basic-0: 11:02:39 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-abot-epc-basic-0: 11:02:40 DEBUG unit.abot-epc-basic/0.install Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-dev amd64 3.10.2-9 [22.1 kB] unit-abot-epc-basic-0: 11:02:40 DEBUG unit.abot-epc-basic/0.install Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-base-dev amd64 3.10.2-9 [3,596 kB] unit-abot-epc-basic-0: 11:02:40 DEBUG unit.abot-epc-basic/0.install Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-script-interpreter2 amd64 1.14.6-1 [54.3 kB] unit-abot-epc-basic-0: 11:02:41 DEBUG unit.abot-epc-basic/0.install Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1.1 [183 kB] unit-abot-epc-basic-0: 11:02:41 DEBUG unit.abot-epc-basic/0.install Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6-dev amd64 2.6.1-0.1ubuntu2.3 [956 kB] unit-abot-epc-basic-0: 11:02:41 DEBUG unit.abot-epc-basic/0.install Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1-dev amd64 2.11.94-0ubuntu1.1 [658 kB] unit-abot-epc-basic-0: 11:02:41 DEBUG unit.abot-epc-basic/0.install Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.1 kB] unit-abot-epc-basic-0: 11:02:41 DEBUG unit.abot-epc-basic/0.install Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender-dev amd64 1:0.9.9-0ubuntu1 [24.5 kB] unit-abot-epc-basic-0: 11:02:41 DEBUG unit.abot-epc-basic/0.install Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-dev amd64 0.33.6-1 [248 kB] unit-abot-epc-basic-0: 11:02:42 DEBUG unit.abot-epc-basic/0.install Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB] unit-abot-epc-basic-0: 11:02:42 DEBUG unit.abot-epc-basic/0.install Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0-dev amd64 1.11.1-1ubuntu1 [6,604 B] unit-abot-epc-basic-0: 11:02:42 DEBUG unit.abot-epc-basic/0.install Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2-dev amd64 1.14.6-1 [590 kB] unit-abot-epc-basic-0: 11:02:42 DEBUG unit.abot-epc-basic/0.install Get:240 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcamd2.4.1 amd64 1:4.4.6-1 [20.0 kB] unit-abot-epc-basic-0: 11:02:42 DEBUG unit.abot-epc-basic/0.install Get:241 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libccolamd2.9.1 amd64 1:4.4.6-1 [21.5 kB] unit-abot-epc-basic-0: 11:02:42 DEBUG unit.abot-epc-basic/0.install Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolamd2.9.1 amd64 1:4.4.6-1 [15.7 kB] unit-abot-epc-basic-0: 11:02:43 DEBUG unit.abot-epc-basic/0.install Get:243 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcholmod3.0.6 amd64 1:4.4.6-1 [293 kB] unit-abot-epc-basic-0: 11:02:43 DEBUG unit.abot-epc-basic/0.install Get:244 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig9 amd64 1.5-0.2 [21.9 kB] unit-abot-epc-basic-0: 11:02:43 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 11:02:43 DEBUG unit.abot-epc-basic/0.install Get:246 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-doc all 1.5-0.2 [306 kB] unit-abot-epc-basic-0: 11:02:43 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 11:02:43 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 11:02:43 DEBUG unit.abot-epc-basic/0.install Get:249 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.91-2~16.04.1 [232 kB] unit-abot-epc-basic-0: 11:02:44 DEBUG unit.abot-epc-basic/0.install Get:250 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB] unit-abot-epc-basic-0: 11:02:44 DEBUG unit.abot-epc-basic/0.install Get:251 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] unit-abot-epc-basic-0: 11:02:44 DEBUG unit.abot-epc-basic/0.install Get:252 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] unit-abot-epc-basic-0: 11:02:44 DEBUG unit.abot-epc-basic/0.install Get:253 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] unit-abot-epc-basic-0: 11:02:44 DEBUG unit.abot-epc-basic/0.install Get:254 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B] unit-abot-epc-basic-0: 11:02:44 DEBUG unit.abot-epc-basic/0.install Get:255 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] unit-abot-epc-basic-0: 11:02:45 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-abot-epc-basic-0: 11:02:45 DEBUG unit.abot-epc-basic/0.install Get:257 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] unit-abot-epc-basic-0: 11:02:45 DEBUG unit.abot-epc-basic/0.install Get:258 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] unit-abot-epc-basic-0: 11:02:45 DEBUG unit.abot-epc-basic/0.install Get:259 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] unit-abot-epc-basic-0: 11:02:45 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 11:02:45 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 11:02:45 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 11:02:46 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 11:02:46 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 11:02:46 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2.1 [9,718 B] unit-abot-epc-basic-0: 11:02:46 DEBUG unit.abot-epc-basic/0.install Get:266 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18.4 kB] unit-abot-epc-basic-0: 11:02:46 DEBUG unit.abot-epc-basic/0.install Get:267 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-dev amd64 1.12.0-1~ubuntu16.04.3 [92.4 kB] unit-abot-epc-basic-0: 11:02:46 DEBUG unit.abot-epc-basic/0.install Get:268 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23.7 kB] unit-abot-epc-basic-0: 11:02:46 DEBUG unit.abot-epc-basic/0.install Get:269 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB] unit-abot-epc-basic-0: 11:02:47 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-abot-epc-basic-0: 11:02:47 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2.1 [231 kB] unit-abot-epc-basic-0: 11:02:47 DEBUG unit.abot-epc-basic/0.install Get:272 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [14.9 kB] unit-abot-epc-basic-0: 11:02:47 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 11:02:47 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 11:02:47 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 11:02:48 DEBUG unit.abot-epc-basic/0.install Get:276 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [19.9 kB] unit-abot-epc-basic-0: 11:02:48 DEBUG unit.abot-epc-basic/0.install Get:277 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] unit-abot-epc-basic-0: 11:02:48 DEBUG unit.abot-epc-basic/0.install Get:278 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy-dev amd64 1.3.1-1ubuntu0.16.04.2 [113 kB] unit-abot-epc-basic-0: 11:02:48 DEBUG unit.abot-epc-basic/0.install Get:279 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] unit-abot-epc-basic-0: 11:02:48 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-abot-epc-basic-0: 11:02:49 DEBUG unit.abot-epc-basic/0.install Get:281 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] unit-abot-epc-basic-0: 11:02:49 DEBUG unit.abot-epc-basic/0.install Get:282 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] unit-abot-epc-basic-0: 11:02:49 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-abot-epc-basic-0: 11:02:49 DEBUG unit.abot-epc-basic/0.install Get:284 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] unit-abot-epc-basic-0: 11:02:49 DEBUG unit.abot-epc-basic/0.install Get:285 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] unit-abot-epc-basic-0: 11:02:49 DEBUG unit.abot-epc-basic/0.install Get:286 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9,774 B] unit-abot-epc-basic-0: 11:02:49 DEBUG unit.abot-epc-basic/0.install Get:287 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-mimeinfo-perl all 0.27-1 [45.9 kB] unit-abot-epc-basic-0: 11:02:50 DEBUG unit.abot-epc-basic/0.install Get:288 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk1.3 amd64 1.3.3-7 [501 kB] unit-abot-epc-basic-0: 11:02:50 DEBUG unit.abot-epc-basic/0.install Get:289 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk-gl1.3 amd64 1.3.3-7 [39.5 kB] unit-abot-epc-basic-0: 11:02:50 DEBUG unit.abot-epc-basic/0.install Get:290 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] unit-abot-epc-basic-0: 11:02:50 DEBUG unit.abot-epc-basic/0.install Get:291 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] unit-abot-epc-basic-0: 11:02:50 DEBUG unit.abot-epc-basic/0.install Get:292 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms2 amd64 1.2.3-1.2 [320 kB] unit-abot-epc-basic-0: 11:02:50 DEBUG unit.abot-epc-basic/0.install Get:293 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-bin amd64 1.2.3-1.2 [131 kB] unit-abot-epc-basic-0: 11:02:50 DEBUG unit.abot-epc-basic/0.install Get:294 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm-dev amd64 1:3.5.11-1ubuntu0.16.04.1 [86.7 kB] unit-abot-epc-basic-0: 11:02:51 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-abot-epc-basic-0: 11:02:51 DEBUG unit.abot-epc-basic/0.install Get:296 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgpg-error-dev amd64 1.21-2ubuntu1 [68.2 kB] unit-abot-epc-basic-0: 11:02:51 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 11:02:51 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-abot-epc-basic-0: 11:02:51 DEBUG unit.abot-epc-basic/0.install Get:299 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-dev amd64 2.32.2-1ubuntu1.5 [44.4 kB] unit-abot-epc-basic-0: 11:02:51 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB] unit-abot-epc-basic-0: 11:02:52 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB] unit-abot-epc-basic-0: 11:02:52 DEBUG unit.abot-epc-basic/0.install Get:302 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgl2ps0 amd64 1.3.8-1.2 [35.5 kB] unit-abot-epc-basic-0: 11:02:52 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] unit-abot-epc-basic-0: 11:02:52 DEBUG unit.abot-epc-basic/0.install Get:304 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] unit-abot-epc-basic-0: 11:02:52 DEBUG unit.abot-epc-basic/0.install Get:305 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjasper1 amd64 1.900.1-debian1-2.4ubuntu1.2 [131 kB] unit-abot-epc-basic-0: 11:02:53 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-abot-epc-basic-0: 11:02:53 DEBUG unit.abot-epc-basic/0.install Get:307 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB] unit-abot-epc-basic-0: 11:02:53 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1build1 [1,103 kB] unit-abot-epc-basic-0: 11:02:54 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1build1 [101 kB] unit-abot-epc-basic-0: 11:02:54 DEBUG unit.abot-epc-basic/0.install Get:310 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-icu0 amd64 1.0.1-1ubuntu0.1 [5,198 B] unit-abot-epc-basic-0: 11:02:54 DEBUG unit.abot-epc-basic/0.install Get:311 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-gobject0 amd64 1.0.1-1ubuntu0.1 [10.9 kB] unit-abot-epc-basic-0: 11:02:54 DEBUG unit.abot-epc-basic/0.install Get:312 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-dev amd64 1.0.1-1ubuntu0.1 [189 kB] unit-abot-epc-basic-0: 11:02:54 DEBUG unit.abot-epc-basic/0.install Get:313 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft-dev amd64 2.3.2-1 [45.7 kB] unit-abot-epc-basic-0: 11:02:55 DEBUG unit.abot-epc-basic/0.install Get:314 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango1.0-dev amd64 1.38.1-1 [277 kB] unit-abot-epc-basic-0: 11:02:55 DEBUG unit.abot-epc-basic/0.install Get:315 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xinerama-dev all 1.2.1-2 [4,966 B] unit-abot-epc-basic-0: 11:02:55 DEBUG unit.abot-epc-basic/0.install Get:316 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B] unit-abot-epc-basic-0: 11:02:55 DEBUG unit.abot-epc-basic/0.install Get:317 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-randr-dev all 1.5.0-1 [33.7 kB] unit-abot-epc-basic-0: 11:02:55 DEBUG unit.abot-epc-basic/0.install Get:318 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr-dev amd64 2:1.5.0-1 [23.7 kB] unit-abot-epc-basic-0: 11:02:55 DEBUG unit.abot-epc-basic/0.install Get:319 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor-dev amd64 1:1.1.14-1ubuntu0.16.04.2 [26.4 kB] unit-abot-epc-basic-0: 11:02:55 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-abot-epc-basic-0: 11:02:56 DEBUG unit.abot-epc-basic/0.install Get:321 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite-dev amd64 1:0.4.4-1 [9,954 B] unit-abot-epc-basic-0: 11:02:56 DEBUG unit.abot-epc-basic/0.install Get:322 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nettle-dev amd64 3.2-1ubuntu0.16.04.1 [939 kB] unit-abot-epc-basic-0: 11:02:56 DEBUG unit.abot-epc-basic/0.install Get:323 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-dev amd64 3.18.9-1ubuntu3.3 [868 kB] unit-abot-epc-basic-0: 11:02:56 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 11:02:56 DEBUG unit.abot-epc-basic/0.install Get:325 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-10 amd64 1.8.16+docs-4ubuntu1.1 [997 kB] unit-abot-epc-basic-0: 11:02:57 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1.1 [102 kB] unit-abot-epc-basic-0: 11:02:57 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-abot-epc-basic-0: 11:02:57 DEBUG unit.abot-epc-basic/0.install Get:328 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] unit-abot-epc-basic-0: 11:02:57 DEBUG unit.abot-epc-basic/0.install Get:329 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] unit-abot-epc-basic-0: 11:02:58 DEBUG unit.abot-epc-basic/0.install Get:330 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec-dev amd64 0.3.2-1 [16.6 kB] unit-abot-epc-basic-0: 11:02:58 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1.1 [5,005 kB] unit-oai-epc-0: 11:02:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 11:02:58 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 11:02:59 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-abot-epc-basic-0: 11:02:59 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] unit-abot-epc-basic-0: 11:02:59 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] unit-abot-epc-basic-0: 11:02:59 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] unit-abot-epc-basic-0: 11:02:59 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 11:02:59 DEBUG unit.abot-epc-basic/0.install Get:337 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] unit-abot-epc-basic-0: 11:02:59 DEBUG unit.abot-epc-basic/0.install Get:338 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] unit-abot-epc-basic-0: 11:03:00 DEBUG unit.abot-epc-basic/0.install Get:339 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] unit-abot-epc-basic-0: 11:03:00 DEBUG unit.abot-epc-basic/0.install Get:340 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] unit-abot-epc-basic-0: 11:03:00 DEBUG unit.abot-epc-basic/0.install Get:341 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] unit-abot-epc-basic-0: 11:03:00 DEBUG unit.abot-epc-basic/0.install Get:342 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] unit-abot-epc-basic-0: 11:03:00 DEBUG unit.abot-epc-basic/0.install Get:343 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] unit-abot-epc-basic-0: 11:03:01 DEBUG unit.abot-epc-basic/0.install Get:344 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11-dev amd64 1.32-3ubuntu1.2 [518 kB] unit-abot-epc-basic-0: 11:03:01 DEBUG unit.abot-epc-basic/0.install Get:345 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] unit-abot-epc-basic-0: 11:03:01 DEBUG unit.abot-epc-basic/0.install Get:346 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] unit-abot-epc-basic-0: 11:03:01 DEBUG unit.abot-epc-basic/0.install Get:347 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 11:03:02 DEBUG unit.abot-epc-basic/0.install Get:348 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB] unit-abot-epc-basic-0: 11:03:02 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkpathsea6 amd64 2015.20160222.37495-1ubuntu0.1 [55.2 kB] unit-abot-epc-basic-0: 11:03:02 DEBUG unit.abot-epc-basic/0.install Get:350 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] unit-abot-epc-basic-0: 11:03:02 DEBUG unit.abot-epc-basic/0.install Get:351 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] unit-abot-epc-basic-0: 11:03:02 DEBUG unit.abot-epc-basic/0.install Get:352 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] unit-abot-epc-basic-0: 11:03:02 DEBUG unit.abot-epc-basic/0.install Get:353 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8,682 B] unit-abot-epc-basic-0: 11:03:03 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.13 [136 kB] unit-abot-epc-basic-0: 11:03:03 DEBUG unit.abot-epc-basic/0.install Get:355 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] unit-abot-epc-basic-0: 11:03:03 DEBUG unit.abot-epc-basic/0.install Get:356 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 11:03:03 DEBUG unit.abot-epc-basic/0.install Get:357 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6,288 B] unit-abot-epc-basic-0: 11:03:03 DEBUG unit.abot-epc-basic/0.install Get:358 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] unit-abot-epc-basic-0: 11:03:03 DEBUG unit.abot-epc-basic/0.install Get:359 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.23-0ubuntu0.16.04.1 [15.4 kB] unit-abot-epc-basic-0: 11:03:03 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.23-0ubuntu0.16.04.1 [812 kB] unit-abot-epc-basic-0: 11:03:04 DEBUG unit.abot-epc-basic/0.install Get:361 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.23-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 11:03:04 DEBUG unit.abot-epc-basic/0.install Get:362 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-parser-perl amd64 2.44-1build1 [200 kB] unit-abot-epc-basic-0: 11:03:04 DEBUG unit.abot-epc-basic/0.install Get:363 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-twig-perl all 1:3.48-1 [156 kB] unit-abot-epc-basic-0: 11:03:04 DEBUG unit.abot-epc-basic/0.install Get:364 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dbus-perl amd64 1.1.0-3build1 [177 kB] unit-abot-epc-basic-0: 11:03:04 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-abot-epc-basic-0: 11:03:04 DEBUG unit.abot-epc-basic/0.install Get:366 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libumfpack5.7.1 amd64 1:4.4.6-1 [223 kB] unit-abot-epc-basic-0: 11:03:05 DEBUG unit.abot-epc-basic/0.install Get:367 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave3 amd64 4.0.0-3ubuntu9.2 [6,899 kB] unit-abot-epc-basic-0: 11:03:06 DEBUG unit.abot-epc-basic/0.install Get:368 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] unit-abot-epc-basic-0: 11:03:06 DEBUG unit.abot-epc-basic/0.install Get:369 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] unit-abot-epc-basic-0: 11:03:06 DEBUG unit.abot-epc-basic/0.install Get:370 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-dev amd64 5.2.122~dfsg-2 [189 kB] unit-abot-epc-basic-0: 11:03:06 DEBUG unit.abot-epc-basic/0.install Get:371 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplot2c2 amd64 2.6-3ubuntu1 [941 kB] unit-abot-epc-basic-0: 11:03:07 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.8 [756 kB] unit-abot-epc-basic-0: 11:03:07 DEBUG unit.abot-epc-basic/0.install Get:373 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libportaudio2 amd64 19+svn20140130-1build1 [63.9 kB] unit-abot-epc-basic-0: 11:03:07 DEBUG unit.abot-epc-basic/0.install Get:374 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpotrace0 amd64 1.13-2 [17.7 kB] unit-abot-epc-basic-0: 11:03:07 DEBUG unit.abot-epc-basic/0.install Get:375 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpstoedit0c2a amd64 3.70-1ubuntu2 [315 kB] unit-abot-epc-basic-0: 11:03:07 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libptexenc1 amd64 2015.20160222.37495-1ubuntu0.1 [34.4 kB] unit-abot-epc-basic-0: 11:03:08 DEBUG unit.abot-epc-basic/0.install Get:377 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqhull7 amd64 2015.2-1 [152 kB] unit-abot-epc-basic-0: 11:03:08 DEBUG unit.abot-epc-basic/0.install Get:378 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-l10n all 2.9.1+dfsg-4build1 [38.3 kB] unit-abot-epc-basic-0: 11:03:08 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-abot-epc-basic-0: 11:03:08 DEBUG unit.abot-epc-basic/0.install Get:380 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtcore4 amd64 4:4.8.7+dfsg-5ubuntu2 [1,552 kB] unit-abot-epc-basic-0: 11:03:08 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-abot-epc-basic-0: 11:03:09 DEBUG unit.abot-epc-basic/0.install Get:382 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtdbus4 amd64 4:4.8.7+dfsg-5ubuntu2 [186 kB] unit-abot-epc-basic-0: 11:03:09 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-abot-epc-basic-0: 11:03:09 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-abot-epc-basic-0: 11:03:09 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-abot-epc-basic-0: 11:03:09 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-abot-epc-basic-0: 11:03:10 DEBUG unit.abot-epc-basic/0.install Get:387 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-declarative amd64 4:4.8.7+dfsg-5ubuntu2 [1,090 kB] unit-abot-epc-basic-0: 11:03:10 DEBUG unit.abot-epc-basic/0.install Get:388 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtgui4 amd64 4:4.8.7+dfsg-5ubuntu2 [4,109 kB] unit-abot-epc-basic-0: 11:03:10 DEBUG unit.abot-epc-basic/0.install Get:389 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-12v5 amd64 2.9.1+dfsg-4build1 [810 kB] unit-abot-epc-basic-0: 11:03:11 DEBUG unit.abot-epc-basic/0.install Get:390 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtchooser amd64 52-gae5eeef-2build1~gcc5.2 [22.3 kB] unit-abot-epc-basic-0: 11:03:11 DEBUG unit.abot-epc-basic/0.install Get:391 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qdbus amd64 4:4.8.7+dfsg-5ubuntu2 [29.9 kB] unit-abot-epc-basic-0: 11:03:11 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-abot-epc-basic-0: 11:03:11 DEBUG unit.abot-epc-basic/0.install Get:393 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] unit-abot-epc-basic-0: 11:03:11 DEBUG unit.abot-epc-basic/0.install Get:394 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqt4-sql-mysql amd64 4:4.8.7+dfsg-5ubuntu2 [30.5 kB] unit-abot-epc-basic-0: 11:03:11 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-oai-hss-0: 11:03:11 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 11:03:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 11:03:11 DEBUG unit.abot-epc-basic/0.install Get:396 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] unit-abot-epc-basic-0: 11:03:12 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-abot-epc-basic-0: 11:03:12 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-abot-epc-basic-0: 11:03:12 DEBUG unit.abot-epc-basic/0.install Get:399 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsvn1 amd64 1.9.3-2ubuntu1.1 [1,170 kB] unit-abot-epc-basic-0: 11:03:13 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsynctex1 amd64 2015.20160222.37495-1ubuntu0.1 [41.8 kB] unit-abot-epc-basic-0: 11:03:13 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-abot-epc-basic-0: 11:03:13 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexlua52 amd64 2015.20160222.37495-1ubuntu0.1 [90.7 kB] unit-abot-epc-basic-0: 11:03:13 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexluajit2 amd64 2015.20160222.37495-1ubuntu0.1 [213 kB] unit-abot-epc-basic-0: 11:03:13 DEBUG unit.abot-epc-basic/0.install Get:404 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libtext-unidecode-perl all 1.27-1 [103 kB] unit-abot-epc-basic-0: 11:03:13 DEBUG unit.abot-epc-basic/0.install Get:405 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] unit-abot-epc-basic-0: 11:03:14 DEBUG unit.abot-epc-basic/0.install Get:406 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] unit-abot-epc-basic-0: 11:03:14 DEBUG unit.abot-epc-basic/0.install Get:407 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] unit-abot-epc-basic-0: 11:03:14 DEBUG unit.abot-epc-basic/0.install Get:408 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] unit-abot-epc-basic-0: 11:03:15 DEBUG unit.abot-epc-basic/0.install Get:409 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-bin amd64 0.22-1~ubuntu16.04.1 [4,642 B] unit-abot-epc-basic-0: 11:03:15 DEBUG unit.abot-epc-basic/0.install Get:410 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] unit-abot-epc-basic-0: 11:03:15 DEBUG unit.abot-epc-basic/0.install Get:411 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-namespacesupport-perl all 1.11-1 [13.2 kB] unit-abot-epc-basic-0: 11:03:15 DEBUG unit.abot-epc-basic/0.install Get:412 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-base-perl all 1.07-1 [21.5 kB] unit-abot-epc-basic-0: 11:03:15 DEBUG unit.abot-epc-basic/0.install Get:413 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB] unit-abot-epc-basic-0: 11:03:15 DEBUG unit.abot-epc-basic/0.install Get:414 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml-libxml-perl amd64 2.0123+dfsg-1ubuntu0.1 [316 kB] unit-abot-epc-basic-0: 11:03:16 DEBUG unit.abot-epc-basic/0.install Get:415 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB] unit-abot-epc-basic-0: 11:03:16 DEBUG unit.abot-epc-basic/0.install Get:416 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB] unit-abot-epc-basic-0: 11:03:16 DEBUG unit.abot-epc-basic/0.install Get:417 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.6 [743 kB] unit-abot-epc-basic-0: 11:03:16 DEBUG unit.abot-epc-basic/0.install Get:418 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxslt1-dev amd64 1.1.28-2.1ubuntu0.1 [406 kB] unit-abot-epc-basic-0: 11:03:16 DEBUG unit.abot-epc-basic/0.install Get:419 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzzip-0-13 amd64 0.13.62-3ubuntu0.16.04.2 [26.1 kB] unit-abot-epc-basic-0: 11:03:17 DEBUG unit.abot-epc-basic/0.install Get:420 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] unit-abot-epc-basic-0: 11:03:17 DEBUG unit.abot-epc-basic/0.install Get:421 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~16.04.1 [543 kB] unit-abot-epc-basic-0: 11:03:17 DEBUG unit.abot-epc-basic/0.install Get:422 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 mscgen amd64 0.20-5 [42.9 kB] unit-abot-epc-basic-0: 11:03:17 DEBUG unit.abot-epc-basic/0.install Get:423 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libosmesa6 amd64 18.0.5-0ubuntu0~16.04.1 [1,272 kB] unit-abot-epc-basic-0: 11:03:18 DEBUG unit.abot-epc-basic/0.install Get:424 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 texinfo amd64 6.1.0.dfsg.1-5 [744 kB] unit-abot-epc-basic-0: 11:03:18 DEBUG unit.abot-epc-basic/0.install Get:425 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave-common all 4.0.0-3ubuntu9.2 [1,282 kB] unit-abot-epc-basic-0: 11:03:18 DEBUG unit.abot-epc-basic/0.install Get:426 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave amd64 4.0.0-3ubuntu9.2 [1,474 kB] unit-abot-epc-basic-0: 11:03:18 DEBUG unit.abot-epc-basic/0.install Get:427 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-control amd64 3.0.0-1 [819 kB] unit-abot-epc-basic-0: 11:03:18 DEBUG unit.abot-epc-basic/0.install Get:428 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-signal amd64 1.3.2-1 [199 kB] unit-abot-epc-basic-0: 11:03:19 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] unit-abot-epc-basic-0: 11:03:19 DEBUG unit.abot-epc-basic/0.install Get:430 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pydb all 1.26-2 [83.8 kB] unit-abot-epc-basic-0: 11:03:19 DEBUG unit.abot-epc-basic/0.install Get:431 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qt-at-spi amd64 0.4.0-3 [58.0 kB] unit-abot-epc-basic-0: 11:03:19 DEBUG unit.abot-epc-basic/0.install Get:432 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1,210 kB] unit-abot-epc-basic-0: 11:03:19 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] unit-abot-epc-basic-0: 11:03:19 DEBUG unit.abot-epc-basic/0.install Get:434 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8,390 B] unit-abot-epc-basic-0: 11:03:19 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 11:03:20 DEBUG unit.abot-epc-basic/0.install Get:436 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB] unit-abot-epc-basic-0: 11:03:20 DEBUG unit.abot-epc-basic/0.install Get:437 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7,668 B] unit-abot-epc-basic-0: 11:03:20 DEBUG unit.abot-epc-basic/0.install Get:438 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB] unit-abot-epc-basic-0: 11:03:20 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2,960 kB] unit-abot-epc-basic-0: 11:03:20 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB] unit-abot-epc-basic-0: 11:03:20 DEBUG unit.abot-epc-basic/0.install Get:441 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5,530 B] unit-abot-epc-basic-0: 11:03:20 DEBUG unit.abot-epc-basic/0.install Get:442 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB] unit-abot-epc-basic-0: 11:03:21 DEBUG unit.abot-epc-basic/0.install Get:443 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 subversion amd64 1.9.3-2ubuntu1.1 [308 kB] unit-abot-epc-basic-0: 11:03:21 DEBUG unit.abot-epc-basic/0.install Get:444 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] unit-abot-epc-basic-0: 11:03:21 DEBUG unit.abot-epc-basic/0.install Get:445 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl8.6 amd64 8.6.5+dfsg-2 [14.2 kB] unit-abot-epc-basic-0: 11:03:21 DEBUG unit.abot-epc-basic/0.install Get:446 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl amd64 8.6.0+9 [5,146 B] unit-abot-epc-basic-0: 11:03:21 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-binaries amd64 2015.20160222.37495-1ubuntu0.1 [7,942 kB] unit-abot-epc-basic-0: 11:03:22 DEBUG unit.abot-epc-basic/0.install Get:448 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-utils all 1.1.1-1ubuntu1.16.04.3 [59.6 kB] unit-abot-epc-basic-0: 11:03:22 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-abot-epc-basic-0: 11:03:23 DEBUG unit.abot-epc-basic/0.install Get:450 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base all 2015.20160320-1ubuntu0.1 [851 kB] unit-abot-epc-basic-0: 11:03:23 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-abot-epc-basic-0: 11:03:25 DEBUG unit.abot-epc-basic/0.install Get:452 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk8.6 amd64 8.6.5-1 [12.2 kB] unit-abot-epc-basic-0: 11:03:25 DEBUG unit.abot-epc-basic/0.install Get:453 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk amd64 8.6.0+9 [3,178 B] unit-abot-epc-basic-0: 11:03:26 DEBUG unit.abot-epc-basic/0.install Get:454 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] unit-abot-epc-basic-0: 11:03:26 DEBUG unit.abot-epc-basic/0.install Get:455 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-utils amd64 7.7+3 [189 kB] unit-abot-epc-basic-0: 11:03:26 DEBUG unit.abot-epc-basic/0.install Get:456 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-xserver-utils amd64 7.7+7 [155 kB] unit-abot-epc-basic-0: 11:03:26 DEBUG unit.abot-epc-basic/0.install Get:457 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xbitmaps all 1.1.1-2 [28.1 kB] unit-abot-epc-basic-0: 11:03:26 DEBUG unit.abot-epc-basic/0.install Get:458 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 xmlstarlet amd64 1.6.1-1ubuntu1 [96.0 kB] unit-abot-epc-basic-0: 11:03:26 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-abot-epc-basic-0: 11:03:27 DEBUG unit.abot-epc-basic/0.install Get:460 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB] unit-abot-epc-basic-0: 11:03:27 DEBUG unit.abot-epc-basic/0.install Get:461 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] unit-abot-epc-basic-0: 11:03:27 DEBUG unit.abot-epc-basic/0.install Get:462 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dbg amd64 2.23-0ubuntu10 [3,683 kB] unit-abot-epc-basic-0: 11:03:27 DEBUG unit.abot-epc-basic/0.install Get:463 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB] unit-abot-epc-basic-0: 11:03:28 DEBUG unit.abot-epc-basic/0.install Get:464 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [4,456 B] unit-abot-epc-basic-0: 11:03:28 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-abot-epc-basic-0: 11:03:28 DEBUG unit.abot-epc-basic/0.install Get:466 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave-dev amd64 4.0.0-3ubuntu9.2 [492 kB] unit-abot-epc-basic-0: 11:03:28 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-abot-epc-basic-0: 11:03:28 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 11:03:29 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 6% Extracting templates from packages: 12% Extracting templates from packages: 19% Extracting templates from packages: 25% Extracting templates from packages: 32% Extracting templates from packages: 38% Extracting templates from packages: 44% Extracting templates from packages: 51% Extracting templates from packages: 57% Extracting templates from packages: 64% Extracting templates from packages: 70% Extracting templates from packages: 76% Extracting templates from packages: 83% Extracting templates from packages: 89% Extracting templates from packages: 96% Extracting templates from packages: 100% unit-abot-epc-basic-0: 11:03:29 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 11:03:29 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 1min 29s (3,270 kB/s) unit-abot-epc-basic-0: 11:03:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 11:03:30 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67266 files and directories currently installed.) unit-abot-epc-basic-0: 11:03:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 11:03:30 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:03:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 11:03:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 11:03:32 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 11:03:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 11:03:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.9_amd64.deb ... unit-abot-epc-basic-0: 11:03:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-abot-epc-basic-0: 11:03:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 11:03:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:03:33 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 11:03:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 11:03:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:03:33 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:03:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 11:03:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:03:34 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:03:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 11:03:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 11:03:35 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 11:03:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 11:03:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 11:03:35 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 11:03:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 11:03:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 11:03:36 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 11:03:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 11:03:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 11:03:36 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 11:03:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 11:03:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.13_all.deb ... unit-abot-epc-basic-0: 11:03:37 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:03:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 11:03:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 11:03:37 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 11:03:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:39 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:03:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 11:03:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:39 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:03:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 11:03:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:03:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 11:03:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 11:03:40 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 11:03:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:03:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 11:03:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 11:03:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:03:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 11:03:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:03:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 11:03:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:03:43 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:03:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 11:03:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:03:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:03:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 11:03:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:44 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 11:03:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 11:03:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 11:03:45 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 11:03:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 11:03:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:03:46 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:03:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 11:03:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:03:47 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 11:03:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 11:03:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:03:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 11:03:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:03:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:03:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 11:03:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 11:03:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:03:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 11:03:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:03:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 11:03:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:03:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 11:03:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:50 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 11:03:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 11:03:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:51 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:03:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 11:03:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:51 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:03:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 11:03:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 11:03:52 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:03:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 11:03:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:52 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 11:03:53 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 11:03:54 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 11:03:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:03:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 11:03:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput-bin_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:56 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:03:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 11:03:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput10_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:03:56 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:03:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 11:03:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:03:57 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:03:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 11:03:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:57 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:03:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 11:04:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 11:04:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:04:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 11:04:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 11:04:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 11:04:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 11:04:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:04:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 11:04:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:04:03 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:04:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 11:04:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:04:03 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:04 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 11:04:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:04:06 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 11:04:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:06 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:04:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 11:04:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 11:04:06 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:04:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 11:04:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 11:04:07 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... unit-abot-epc-basic-0: 11:04:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:04:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 11:04:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:09 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 11:04:10 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 11:04:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 11:04:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 11:04:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 11:04:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 11:04:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 11:04:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 11:04:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 11:04:12 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 11:04:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 11:04:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 11:04:13 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 11:04:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 11:04:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 11:04:13 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 11:04:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 11:04:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ... unit-abot-epc-basic-0: 11:04:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:04:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 11:04:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:14 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:15 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:16 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 11:04:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 11:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 11:04:20 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 11:04:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 11:04:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:04:21 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 11:04:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 11:04:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 11:04:22 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-epc-0: 11:04:22 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 11:04:22 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:04:22 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 11:04:22 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 11:04:22 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 11:04:22 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 11:04:22 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 11:04:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 11:04:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:22 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-epc-0: 11:04:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 11:04:22 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 11:04:22 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 11:04:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-oai-epc-0: 11:04:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:04:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 11:04:23 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-oai-epc-0: 11:04:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:04:23 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 11:04:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 11:04:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 11:04:23 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 11:04:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 11:04:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-oai-epc-0: 11:04:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:04:24 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 11:04:24 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-oai-epc-0: 11:04:24 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 11:04:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 11:04:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:24 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 11:04:24 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 11:04:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 11:04:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:25 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 11:04:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 11:04:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:25 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-oai-epc-0: 11:04:25 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 11:04:25 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 11:04:25 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 11:04:25 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:04:25 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:04:25 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:04:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 11:04:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:04:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 11:04:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:28 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 11:04:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:29 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 11:04:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 11:04:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 11:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 11:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 11:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 11:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 11:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 11:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 11:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:04:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 11:04:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:04:32 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 11:04:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:33 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 11:04:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:04:33 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:04:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 11:04:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 11:04:33 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 11:04:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 11:04:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 11:04:34 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 11:04:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 11:04:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 11:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 11:04:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:04:37 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:04:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 11:04:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:04:38 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:04:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 11:04:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:04:38 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:04:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 11:04:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:04:39 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:04:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 11:04:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:40 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 11:04:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 11:04:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:04:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:04:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 11:04:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:41 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 11:04:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 11:04:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 11:04:42 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 11:04:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 11:04:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:04:42 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 11:04:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 11:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 11:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 11:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 11:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 11:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 11:04:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 11:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 11:04:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:46 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:04:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 11:04:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:47 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:04:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 11:04:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 11:04:47 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 11:04:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 11:04:48 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 11:04:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:04:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:04:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 11:04:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:04:49 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:04:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 11:04:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:50 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:04:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 11:04:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 11:04:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:04:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 11:04:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:52 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:04:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 11:04:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.25~dfsg+1-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 11:04:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:04:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 11:04:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.25~dfsg+1-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:04:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 11:04:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:04:53 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.25~dfsg+1-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atk-1.0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atspi-2.0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:54 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gdkpixbuf-2.0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gtk-3.0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 11:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 11:04:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 11:04:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 11:04:57 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 11:04:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 11:04:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 11:04:57 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 11:04:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 11:04:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:04:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 11:04:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:04:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 11:04:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:04:59 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 11:05:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 11:05:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 11:05:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 11:05:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 11:05:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:01 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:05:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 11:05:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 11:05:02 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 11:05:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 11:05:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:05:02 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:05:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 11:05:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:03 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 11:05:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 11:05:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:03 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 11:05:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 11:05:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc1c2_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 11:05:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 11:05:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:04 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:05 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 11:05:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:05:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 11:05:07 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 11:05:07 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:05:07 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 11:05:07 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 11:05:07 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 11:05:07 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 11:05:07 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 11:05:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 11:05:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:05:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 11:05:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 11:05:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 11:05:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:05:07 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:05:07 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:05:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-abot-epc-basic-0: 11:05:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 11:05:08 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 11:05:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 11:05:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:08 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:05:08 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 11:05:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 11:05:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-dev_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-oai-hss-0: 11:05:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:05:09 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 11:05:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 11:05:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:09 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:05:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:05:09 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:05:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 11:05:09 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 11:05:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 11:05:10 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 11:05:10 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 11:05:10 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 11:05:10 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:05:10 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-mysql-0: 11:05:10 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:05:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:05:10 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:05:10 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:05:10 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:05:10 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:05:10 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:05:10 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:05:10 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 11:05:11 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:05:11 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:05:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-oai-hss-0: 11:05:11 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-hss-0: 11:05:11 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 11:05:11 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 11:05:11 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:05:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:05:11 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 11:05:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsuitesparseconfig4.4.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:12 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:05:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 11:05:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:12 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:05:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 11:05:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 11:05:12 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 11:05:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:14 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:05:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 11:05:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdbus-1-dev_1.10.6-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 11:05:15 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:05:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 11:05:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 11:05:15 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 11:05:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:17 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-dev_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:05:18 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:05:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 11:05:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 11:05:19 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:05:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 11:05:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 11:05:19 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:05:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 11:05:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ... unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 11:05:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 11:05:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 11:05:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:24 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:05:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 11:05:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:05:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 11:05:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 11:05:26 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcxsparse3.1.4_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-dev_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:27 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:05:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 11:05:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 11:05:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 11:05:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:05:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 11:05:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 11:05:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 11:05:34 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:35 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie2_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 11:05:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:37 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:05:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 11:05:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 11:05:37 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:05:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 11:05:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 11:05:39 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 11:05:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 11:05:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 11:05:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 11:05:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 11:05:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 11:05:40 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 11:05:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 11:05:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 11:05:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 11:05:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 11:05:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 11:05:41 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 11:05:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:43 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm-dev_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:44 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt11-dev_1.5.4-3+really1.6.5-2ubuntu0.5_all.deb ... unit-abot-epc-basic-0: 11:05:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-dev_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:05:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 11:05:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 11:05:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:05:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 11:05:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 11:05:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:05:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:05:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 11:05:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:05:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:05:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 11:05:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:50 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:05:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 11:05:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:50 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:05:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 11:05:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:53 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:05:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 11:05:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 11:05:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:05:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 11:05:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:54 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:05:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 11:05:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:55 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 11:05:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:55 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 11:05:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:05:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 11:05:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:57 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:05:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 11:05:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:05:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:05:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 11:05:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 11:05:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 11:05:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 11:06:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 11:06:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 11:06:02 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 11:06:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 11:06:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 11:06:02 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 11:06:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 11:06:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 11:06:03 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 11:06:04 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 11:06:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 11:06:06 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 11:06:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 11:06:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 11:06:06 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 11:06:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 11:06:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 11:06:07 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 11:06:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 11:06:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 11:06:07 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 11:06:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 11:06:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 11:06:07 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 11:06:08 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.23-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 11:06:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 11:06:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 11:06:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 11:06:11 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 11:06:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 11:06:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:11 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 11:06:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 11:06:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libumfpack5.7.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:06:12 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:06:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 11:06:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 11:06:13 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:06:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:06:15 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 11:06:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 11:06:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 11:06:16 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 11:06:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 11:06:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:16 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:06:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 11:06:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:17 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 11:06:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:06:17 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 11:06:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 11:06:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 11:06:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:06:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 11:06:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-abot-epc-basic-0: 11:06:18 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 11:06:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 11:06:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 11:06:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 11:06:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:24 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 11:06:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:24 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 11:06:25 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:26 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:06:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 11:06:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:27 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 11:06:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-6-dev_4.7-3ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 11:06:27 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:06:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 11:06:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:29 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 11:06:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:29 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-abot-epc-basic-0: 11:06:30 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 11:06:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 11:06:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 11:06:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 11:06:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 11:06:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 11:06:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 11:06:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:06:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 11:06:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 11:06:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 11:06:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 11:06:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 11:06:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 11:06:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 11:06:35 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:06:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 11:06:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 11:06:35 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:06:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 11:06:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:36 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:06:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 11:06:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 11:06:37 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 11:06:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 11:06:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libosmesa6_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:37 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:06:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 11:06:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 11:06:38 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:06:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 11:06:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 11:06:39 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:06:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 11:06:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 11:06:41 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:06:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 11:06:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:06:41 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 11:06:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 11:06:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:06:41 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 11:06:42 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:06:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 11:06:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 11:06:43 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 11:06:44 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:06:45 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:06:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 11:06:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:06:46 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:47 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 11:06:48 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 11:06:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 11:06:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:06:49 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 11:06:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 11:06:51 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 11:06:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 11:06:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 11:06:51 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 11:06:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 11:06:53 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 11:06:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 11:06:54 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:06:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 11:06:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 11:06:57 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 11:06:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 11:06:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 11:06:58 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 11:06:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 11:06:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:06:59 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 11:06:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 11:06:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 11:07:00 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 11:07:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 11:07:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 11:07:00 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 11:07:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 11:07:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 11:07:00 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 11:07:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 11:07:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:07:01 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 11:07:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:07:01 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 11:07:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 11:07:02 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 11:07:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 11:07:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 11:07:02 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 11:07:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 11:07:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 11:07:03 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:07:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 11:07:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 11:07:03 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 11:07:04 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:07:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 11:07:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-doc_4.7-3ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 11:07:05 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:07:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 11:07:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 11:07:05 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 11:07:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:07:10 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:07:10 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:07:10 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:07:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 11:07:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:07:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:07:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:07:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 11:07:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-abot-epc-basic-0: 11:07:29 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:07:30 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:07:30 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 11:07:30 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-abot-epc-basic-0: 11:07:30 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 11:07:30 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:07:30 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:07:30 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 11:07:31 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 11:07:31 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 11:07:31 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 11:07:31 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:07:32 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 11:07:32 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 11:07:32 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:07:32 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:07:33 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:07:33 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:07:33 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 11:07:33 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 11:07:33 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:07:33 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:07:33 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 11:07:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode unit-abot-epc-basic-0: 11:07:35 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 11:07:35 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:07:35 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 11:07:35 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:07:35 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:07:36 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:07:36 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:07:36 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:07:36 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 11:07:36 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:07:36 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:07:37 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:07:37 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:07:37 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:07:37 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:07:37 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:07:37 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:37 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:07:38 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode unit-abot-epc-basic-0: 11:07:38 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 11:07:38 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 11:07:38 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:07:38 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:07:38 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 11:07:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 11:07:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 11:07:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:40 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:07:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:07:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:07:41 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:07:41 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:07:41 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:07:41 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:07:41 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 11:07:41 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:07:42 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:42 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:07:42 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:07:42 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:07:42 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 11:07:42 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 11:07:42 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:07:46 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 11:07:46 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 11:07:46 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 11:07:46 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 11:07:46 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 11:07:47 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 11:07:47 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 11:07:47 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 11:07:47 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 11:07:47 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:07:48 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:07:48 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:07:48 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:48 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:07:48 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:07:48 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:07:48 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:07:49 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:07:49 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 11:07:49 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:07:49 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:07:49 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:07:49 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 11:07:49 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 11:07:50 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:07:51 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:07:51 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:07:51 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 11:07:51 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:51 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:52 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 11:07:52 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:07:52 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 11:07:52 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 11:07:52 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 11:07:52 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 11:07:52 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 11:07:53 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 11:07:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 11:07:54 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 11:07:54 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 11:07:54 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 11:07:54 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:07:54 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 11:07:54 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:07:55 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 11:07:56 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.25 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 11:07:57 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:07:58 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:07:58 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:07:58 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:07:59 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:00 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:01 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 11:08:02 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:02 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:02 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:08:02 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:02 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 11:08:03 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 11:08:03 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 11:08:03 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 11:08:03 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:08:03 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:03 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:04 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 11:08:04 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:08:04 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:08:04 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:08:04 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:08:04 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 11:08:04 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:08:05 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:08:06 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:07 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 11:08:08 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 11:08:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-oai-epc-0: 11:08:10 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 11:08:10 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 11:08:10 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:11 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 11:08:12 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 11:08:13 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 11:08:13 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 11:08:13 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:08:13 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:08:13 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 11:08:14 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 11:08:14 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:08:14 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:08:14 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:08:14 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 11:08:15 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:16 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 11:08:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 11:08:18 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:08:18 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:08:18 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:18 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:18 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 11:08:18 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:08:19 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:08:19 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:08:19 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:19 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-abot-epc-basic-0: 11:08:19 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 11:08:19 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 11:08:19 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 11:08:20 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 11:08:20 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 11:08:20 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 11:08:20 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 11:08:20 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 11:08:20 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 11:08:21 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 11:08:21 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 11:08:21 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:08:21 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:08:21 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 11:08:21 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 11:08:22 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 11:08:22 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:22 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 11:08:22 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:22 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 11:08:22 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 11:08:22 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:08:23 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 11:08:23 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 11:08:23 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 11:08:23 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 11:08:23 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:08:24 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode unit-abot-epc-basic-0: 11:08:24 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:08:24 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:08:24 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 11:08:24 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:08:25 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:08:25 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:08:25 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:08:25 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:08:25 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 11:08:25 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 11:08:25 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:26 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:27 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:27 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:27 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:27 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:27 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 11:08:27 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:27 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:28 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:28 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:08:28 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:08:28 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:08:29 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:08:29 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:30 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:30 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:08:31 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:31 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:31 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 11:08:31 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 11:08:31 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:08:31 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 11:08:32 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 11:08:32 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:08:32 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 11:08:32 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 11:08:33 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 11:08:33 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 11:08:33 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... unit-abot-epc-basic-0: 11:08:33 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 11:08:33 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:08:33 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 11:08:33 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:34 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-abot-epc-basic-0: 11:08:34 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-abot-epc-basic-0: 11:08:34 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 11:08:34 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 11:08:34 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 11:08:34 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 11:08:35 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:35 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:08:35 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:08:35 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:08:35 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 11:08:35 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:08:35 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 11:08:36 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 11:08:37 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:38 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 11:08:38 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-abot-epc-basic-0: 11:08:38 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 11:08:38 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:38 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 11:08:38 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 11:08:38 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 11:08:39 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-abot-epc-basic-0: 11:08:39 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 11:08:39 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 11:08:39 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 11:08:39 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 11:08:39 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:39 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:08:40 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 11:08:40 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 11:08:40 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 11:08:40 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 11:08:40 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 11:08:41 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 11:08:41 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:41 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 11:08:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 11:08:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 11:08:41 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 11:08:41 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:08:42 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:08:43 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:44 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:08:44 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 11:08:44 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 11:08:44 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 11:08:44 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 11:08:44 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:08:45 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 11:08:46 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 11:08:47 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 11:08:47 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 11:08:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:08:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:08:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:08:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 11:08:48 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 11:08:48 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 11:08:48 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-abot-epc-basic-0: 11:08:49 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-abot-epc-basic-0: 11:08:51 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:08:51 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:08:51 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:08:57 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nettle-bin amd64 3.2-1ubuntu0.16.04.1 [24.5 kB] unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (31.5 kB/s) unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 107923 files and directories currently installed.) unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:08:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 11:08:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:08:59 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:09:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:09:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:09:00 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:09:00 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:09:01 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:09:01 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:09:14 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:09:14 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:09:14 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 11:09:14 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:09:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:09:24 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 11:09:24 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:09:24 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 11:09:24 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 11:09:24 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 11:09:24 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 11:09:24 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 11:09:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 11:09:24 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 11:09:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 11:09:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:09:24 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 11:09:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:09:25 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 11:09:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 11:09:25 DEBUG unit.oai-epc/0.install + echo -n unit-oai-epc-0: 11:09:26 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 11:09:26 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 11:09:26 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 11:09:26 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-oai-epc-0: 11:09:27 DEBUG unit.oai-epc/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-epc-0: 11:09:27 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-epc-0: 11:09:27 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 11:09:27 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:09:27 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 11:09:27 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:09:34 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:09:34 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install After this operation, 3,632 kB of additional disk space will be used. unit-abot-epc-basic-0: 11:09:35 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-abot-epc-basic-0: 11:09:36 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-abot-epc-basic-0: 11:09:36 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-dev amd64 3.4.10-4ubuntu1.4 [551 kB] unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (370 kB/s) unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 108032 files and directories currently installed.) unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:09:37 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:09:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 11:09:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 11:09:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 11:09:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:09:39 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 11:09:40 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:09:40 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 11:09:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:09:41 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:09:41 DEBUG unit.abot-epc-basic/0.install Installing ASN1. The log file for ASN1 installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/asn1c_install_log.txt  unit-oai-hss-0: 11:10:11 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 11:10:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:10:11 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 11:10:11 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 11:10:11 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 11:10:11 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 11:10:11 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 11:10:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 11:10:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 11:10:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:10:11 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:10:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:10:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:10:12 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:10:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:10:13 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:10:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 11:10:13 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 11:10:14 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 11:10:14 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 11:10:14 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 11:10:14 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-hss-0: 11:10:14 DEBUG unit.oai-hss/0.install fatal: could not read Username for 'https://gitlab.eurecom.fr': No such device or address unit-oai-hss-0: 11:10:14 ERROR juju.worker.uniter.operation hook "install" failed: exit status 128 unit-oai-hss-0: 11:10:14 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 11:10:14 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:10:14 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 11:10:14 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 11:10:16 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:10:16 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:10:16 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 11:10:16 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:10:16 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-epc-0: 11:12:21 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 11:12:21 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 11:12:24 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:12:24 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-abot-epc-basic-0: 11:12:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:12:58 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 11:12:58 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 11:12:58 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 11:12:58 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 11:12:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 11:12:58 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 11:12:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:12:59 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 11:12:59 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 11:12:59 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 11:12:59 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 11:12:59 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 11:12:59 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 11:12:59 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 11:12:59 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 11:12:59 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 11:12:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 11:13:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:13:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 11:13:00 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 11:13:00 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 11:13:00 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 11:13:00 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 11:13:00 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 11:13:00 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:13:00 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 11:13:00 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 11:13:00 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 11:13:00 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 11:13:00 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 11:13:00 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 11:13:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start SHA256:4UWTpCqzn7U8Gl4ZRSXxKTNoQzu1qELXa1Akge6aKgc root@juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | .oo+.O+. | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | . = O.= . | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | .. o @ B o | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | ... * B + | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | .+ o S | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |E .= . o | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | . o. . + | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |. + o *.. | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |oo =.o. | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start SHA256:gJsbf6nBbcrntmk50Swbap5TFjYKEHFOioF6KblBX1k ubuntu@juju-41b6f2-default-0 unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |o ooo oE | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |.+.= + | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |+.oo+ . | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |= o..o .+ | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | = +. oS= | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start |. =..*.o | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | . ++=* | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | .+BB. | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start | o**+o | unit-abot-epc-basic-0: 11:13:00 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 11:13:00 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:13:01 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 11:13:01 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 11:13:01 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 11:13:01 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:13:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:13:01 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 11:13:01 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 11:13:01 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 11:13:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 11:13:01 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 11:13:01 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 11:13:01 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 11:13:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 11:13:01 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 11:13:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 11:13:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-10-22 11:13:20,078 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-10-22 11:14:08,663 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 1 machine All hosted models reclaimed, cleaning up controller machines 2018-10-22 11:14:27,336 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-10-22 11:14:27,337 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 28:13 | PASS | | vyos_vrouter | functest | vnf | 16:33 | PASS | | juju_epc | functest | vnf | 28:16 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-22 11:14:27,342 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-22 11:14:32,157 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-300 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 11:14:32,165 - 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=e6acXtGMPWD9b3baawGyDnTp7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 OS_REGION_NAME=regionOne 2018-10-22 11:14:32,165 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 11:14:32,166 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-22 11:14:32,167 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-22 11:14:32,169 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 11:14:37,175 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-300 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-22 11:14:37,183 - 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=e6acXtGMPWD9b3baawGyDnTp7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 OS_REGION_NAME=regionOne 2018-10-22 11:14:37,184 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-22 11:14:37,198 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-22 11:14:40,539 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_f1b66991-224a-422b-b788-6b4ed0c779e8', 'id': u'30ff52d574a04f7e881f5a1bf3f60350', 'description': u'Created by OPNFV Functest: tempest_full_parallel', '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-10-22 11:14:40,996 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5812d367ceea4631bbf02c32286cda74', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_f1b66991-224a-422b-b788-6b4ed0c779e8'}) 2018-10-22 11:14:41,159 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 11:14:41,376 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/dac1eaf780ac4417afc27357b1b80f90'}, 'domain_id': None, 'human_id': None, 'id': u'dac1eaf780ac4417afc27357b1b80f90', 'HUMAN_ID': False}) 2018-10-22 11:14:41,924 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_f1b66991-224a-422b-b788-6b4ed0c779e8', 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': '3f429fc7-6c3d-4067-95ba-a18b43fdd25d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_f1b66991-224a-422b-b788-6b4ed0c779e8', 'project_id': u'30ff52d574a04f7e881f5a1bf3f60350', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 11:14:41,932 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_f1b66991-224a-422b-b788-6b4ed0c779e8', 'password': '3f429fc7-6c3d-4067-95ba-a18b43fdd25d', 'project_name': 'tempest_full_paral-project_f1b66991-224a-422b-b788-6b4ed0c779e8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '30ff52d574a04f7e881f5a1bf3f60350', 'project_domain_name': 'Default'} 2018-10-22 11:14:43,059 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 11:14:51,116 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 11:14:50.818 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a383a6fd-31c3-4501-9cae-5a1573f8d94c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a383a6fd-31c3-4501-9cae-5a1573f8d94c | 2018-10-22T11:14:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a383a6fd-31c3-4501-9cae-5a1573f8d94c ~/.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-10-22 11:14:54,287 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-10-22 11:14:54,287 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 11:15:00,507 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 11:14:58.183 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 11:14:58.309 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 11:15:00.321 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=56c570ee-818c-47eb-a67b-71d91a430205) has been successfully created! Using verifier 'opnfv-tempest' (UUID=56c570ee-818c-47eb-a67b-71d91a430205) as the default verifier for the future CLI operations. 2018-10-22 11:15:03,440 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-22 11:15:06,506 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/c1e90844-c8c0-48dd-8938-8142a3a43aaa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c1e90844-c8c0-48dd-8938-8142a3a43aaa/file', 'owner': u'30ff52d574a04f7e881f5a1bf3f60350', 'id': u'c1e90844-c8c0-48dd-8938-8142a3a43aaa', 'size': 12716032, u'self': u'/v2/images/c1e90844-c8c0-48dd-8938-8142a3a43aaa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30ff52d574a04f7e881f5a1bf3f60350', 'name': 'tempest_full_paral-project_f1b66991-224a-422b-b788-6b4ed0c779e8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/c1e90844-c8c0-48dd-8938-8142a3a43aaa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T11:15:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T11:15:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f1b66991-224a-422b-b788-6b4ed0c779e8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c1e90844-c8c0-48dd-8938-8142a3a43aaa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f1b66991-224a-422b-b788-6b4ed0c779e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_f1b66991-224a-422b-b788-6b4ed0c779e8', 'created': u'2018-10-22T11:15:04Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T11:15:04Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c1e90844-c8c0-48dd-8938-8142a3a43aaa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f1b66991-224a-422b-b788-6b4ed0c779e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 11:15:06,710 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_f1b66991-224a-422b-b788-6b4ed0c779e8', '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'f281155a378b4c45907df4c470833e42', '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'9513ad6a-f4a7-4ede-bdc4-ee092ba84bc9', 'swap': 0}) 2018-10-22 11:15:10,354 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/a4119a8a-46ef-44e8-9ee3-0de5951761d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a4119a8a-46ef-44e8-9ee3-0de5951761d8/file', 'owner': u'30ff52d574a04f7e881f5a1bf3f60350', 'id': u'a4119a8a-46ef-44e8-9ee3-0de5951761d8', 'size': 12716032, u'self': u'/v2/images/a4119a8a-46ef-44e8-9ee3-0de5951761d8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30ff52d574a04f7e881f5a1bf3f60350', 'name': 'tempest_full_paral-project_f1b66991-224a-422b-b788-6b4ed0c779e8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a1c2bcfb-8c7b-452a-a1f8-069ea5cebcaa/images/a4119a8a-46ef-44e8-9ee3-0de5951761d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T11:15:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T11:15:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f1b66991-224a-422b-b788-6b4ed0c779e8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a4119a8a-46ef-44e8-9ee3-0de5951761d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f1b66991-224a-422b-b788-6b4ed0c779e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_f1b66991-224a-422b-b788-6b4ed0c779e8', 'created': u'2018-10-22T11:15:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T11:15:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a4119a8a-46ef-44e8-9ee3-0de5951761d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f1b66991-224a-422b-b788-6b4ed0c779e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 11:15:10,415 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f1b66991-224a-422b-b788-6b4ed0c779e8', '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'f281155a378b4c45907df4c470833e42', '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'905597a6-edb1-4762-bdac-72fcb479001d', 'swap': 0}) 2018-10-22 11:15:10,438 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f1b66991-224a-422b-b788-6b4ed0c779e8', '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'f281155a378b4c45907df4c470833e42', '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'905597a6-edb1-4762-bdac-72fcb479001d', 'swap': 0}) 2018-10-22 11:15:13,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 11:15:12.423 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=56c570ee-818c-47eb-a67b-71d91a430205) for deployment 'opnfv-rally' (UUID=a383a6fd-31c3-4501-9cae-5a1573f8d94c). 2018-10-22 11:15:13.348 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 11:15:13.351 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=56c570ee-818c-47eb-a67b-71d91a430205) has been successfully configured for deployment 'opnfv-rally' (UUID=a383a6fd-31c3-4501-9cae-5a1573f8d94c)! 2018-10-22 11:15:13,518 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 11:15:13,518 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 11:15:13,521 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 11:15:13,531 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 11:15:16,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-56c570ee-818c-47eb-a67b-71d91a430205/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-22 11:15:16,095 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 11:15:16,124 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 11:15:16,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-10-22 11:15:18,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:18.089 49 INFO rally.api [-] Starting verification (UUID=4d3d605e-fb54-459c-b325-19408a3bad4d) for deployment 'opnfv-rally' (UUID=a383a6fd-31c3-4501-9cae-5a1573f8d94c) by verifier 'opnfv-tempest' (UUID=56c570ee-818c-47eb-a67b-71d91a430205). 2018-10-22 11:15:18,090 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4d3d605e-fb54-459c-b325-19408a3bad4d 2018-10-22 11:15:24,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:24.137 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:15:24,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:24.138 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-22 11:15:24,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:24.138 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-22 11:15:24,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:24.147 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:15:24,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:24.161 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:15:27,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.336 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.211s] 2018-10-22 11:15:27,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.357 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.020s] 2018-10-22 11:15:27,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.423 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.191s] 2018-10-22 11:15:27,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.472 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.049s] 2018-10-22 11:15:27,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.531 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.173s] 2018-10-22 11:15:27,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.553 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.081s] 2018-10-22 11:15:27,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.565 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.324s] 2018-10-22 11:15:27,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.582 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.275s] 2018-10-22 11:15:27,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.610 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.262s] 2018-10-22 11:15:27,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.631 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.078s] 2018-10-22 11:15:27,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.656 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.551s] 2018-10-22 11:15:27,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.660 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.029s] 2018-10-22 11:15:27,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.720 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.185s] 2018-10-22 11:15:27,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.725 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.142s] 2018-10-22 11:15:27,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.728 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.116s] 2018-10-22 11:15:27,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.730 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-10-22 11:15:27,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.806 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.239s] 2018-10-22 11:15:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.838 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.107s] 2018-10-22 11:15:27,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.885 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.045s] 2018-10-22 11:15:27,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.900 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.174s] 2018-10-22 11:15:27,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.906 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.021s] 2018-10-22 11:15:27,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.920 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.013s] 2018-10-22 11:15:27,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.922 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.260s] 2018-10-22 11:15:27,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.930 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.010s] 2018-10-22 11:15:27,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.947 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.306s] 2018-10-22 11:15:27,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:27.994 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.072s] 2018-10-22 11:15:28,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.003 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.055s] 2018-10-22 11:15:28,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.135 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.329s] 2018-10-22 11:15:28,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.303 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.020s] 2018-10-22 11:15:28,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.356 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.643s] 2018-10-22 11:15:28,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.420 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.520s] 2018-10-22 11:15:28,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.488 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.352s] 2018-10-22 11:15:28,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.569s] 2018-10-22 11:15:28,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.603 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.253s] 2018-10-22 11:15:28,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.725 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.370s] 2018-10-22 11:15:28,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.730 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.310s] 2018-10-22 11:15:28,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.767 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.464s] 2018-10-22 11:15:28,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.799 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.310s] 2018-10-22 11:15:28,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.833 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.231s] 2018-10-22 11:15:28,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.968 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.241s] 2018-10-22 11:15:28,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.979 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-10-22 11:15:28,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:28.993 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.014s] 2018-10-22 11:15:29,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.010 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.016s] 2018-10-22 11:15:29,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.207 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.407s] 2018-10-22 11:15:29,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.226 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.216s] 2018-10-22 11:15:29,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.379 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.152s] 2018-10-22 11:15:29,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.414 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.034s] 2018-10-22 11:15:29,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.424 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.217s] 2018-10-22 11:15:29,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.446 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.844s] 2018-10-22 11:15:29,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.580 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.166s] 2018-10-22 11:15:29,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.608 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.026s] 2018-10-22 11:15:29,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:29.622 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.015s] 2018-10-22 11:15:31,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:31.004 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.379s] 2018-10-22 11:15:31,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:31.488 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.484s] 2018-10-22 11:15:31,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:31.582 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.154s] 2018-10-22 11:15:32,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:32.235 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [5.090s] 2018-10-22 11:15:33,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:33.029 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-22 11:15:33,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:33.105 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [1.524s] 2018-10-22 11:15:33,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:33.998 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.893s] 2018-10-22 11:15:34,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:34.341 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:15:34,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:34.342 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:15:36,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:36.192 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.419s] 2018-10-22 11:15:36,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:36.503 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.309s] 2018-10-22 11:15:37,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.143 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.222s] 2018-10-22 11:15:37,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.215 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.244s] 2018-10-22 11:15:37,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.259 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.043s] 2018-10-22 11:15:37,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.267 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.125s] 2018-10-22 11:15:37,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.298 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.030s] 2018-10-22 11:15:37,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.314 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.015s] 2018-10-22 11:15:37,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.333 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.073s] 2018-10-22 11:15:37,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.440 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.107s] 2018-10-22 11:15:37,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.450 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.947s] 2018-10-22 11:15:37,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.174s] 2018-10-22 11:15:37,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.500 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2018-10-22 11:15:37,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.506 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.374s] 2018-10-22 11:15:37,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.536 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.036s] 2018-10-22 11:15:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.550 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-10-22 11:15:37,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.555 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.303s] 2018-10-22 11:15:37,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.556 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.048s] 2018-10-22 11:15:37,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.579 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.030s] 2018-10-22 11:15:37,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.594 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.013s] 2018-10-22 11:15:37,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.595 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.154s] 2018-10-22 11:15:37,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.603 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.010s] 2018-10-22 11:15:37,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.617 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.014s] 2018-10-22 11:15:37,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.628 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.008s] 2018-10-22 11:15:37,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.629 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.177s] 2018-10-22 11:15:37,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.649 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.023s] 2018-10-22 11:15:37,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.652 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.025s] 2018-10-22 11:15:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.658 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.104s] 2018-10-22 11:15:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.709 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.050s] 2018-10-22 11:15:37,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.750 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.040s] 2018-10-22 11:15:37,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:37.968 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.315s] 2018-10-22 11:15:38,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:38.058 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [5.823s] 2018-10-22 11:15:39,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:39.279 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [12.032s] 2018-10-22 11:15:40,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:40.326 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.122s] 2018-10-22 11:15:41,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:41.048 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [2.988s] 2018-10-22 11:15:41,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:41.052 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-22 11:15:41,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:41.055 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-22 11:15:41,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:41.063 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.014s] 2018-10-22 11:15:42,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:42.698 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.630s] 2018-10-22 11:15:43,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:43.633 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.835s] 2018-10-22 11:15:44,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:44.805 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [1.171s] 2018-10-22 11:15:45,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:45.463 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.658s] 2018-10-22 11:15:47,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.060 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.773s] 2018-10-22 11:15:47,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.381 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.744s] 2018-10-22 11:15:47,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.452 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.098s] 2018-10-22 11:15:47,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.468 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.016s] 2018-10-22 11:15:47,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.482 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.013s] 2018-10-22 11:15:47,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.522 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.461s] 2018-10-22 11:15:47,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.690 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.206s] 2018-10-22 11:15:47,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.702 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-10-22 11:15:47,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.710 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [10.545s] 2018-10-22 11:15:47,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.750 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.048s] 2018-10-22 11:15:47,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.773 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.021s] 2018-10-22 11:15:47,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.830 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.058s] 2018-10-22 11:15:47,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.845 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.015s] 2018-10-22 11:15:47,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.889 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.043s] 2018-10-22 11:15:47,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:47.911 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.022s] 2018-10-22 11:15:48,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:48.073 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.551s] 2018-10-22 11:15:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:48.263 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.881s] 2018-10-22 11:15:48,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:48.345 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.205s] 2018-10-22 11:15:49,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:49.599 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [11.860s] 2018-10-22 11:15:49,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:49.735 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.471s] 2018-10-22 11:15:50,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:50.690 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.358s] 2018-10-22 11:15:50,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:50.699 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-10-22 11:15:51,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:51.213 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.985s] 2018-10-22 11:15:51,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:51.376 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.779s] 2018-10-22 11:15:51,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:51.442 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.230s] 2018-10-22 11:15:51,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:51.865 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.164s] 2018-10-22 11:15:51,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:51.868 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-10-22 11:15:51,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:51.871 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-22 11:15:51,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:51.873 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-22 11:15:52,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:52.260 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.390s] 2018-10-22 11:15:52,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:52.597 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.336s] 2018-10-22 11:15:52,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:52.599 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-10-22 11:15:52,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:52.600 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-10-22 11:15:52,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:52.601 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-10-22 11:15:53,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:53.203 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.466s] 2018-10-22 11:15:53,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:53.309 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.931s] 2018-10-22 11:15:54,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:54.540 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [18.014s] 2018-10-22 11:15:54,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:54.561 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-10-22 11:15:54,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:54.574 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-10-22 11:15:54,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:54.586 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-10-22 11:15:54,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:54.596 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-22 11:15:54,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:54.906 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.309s] 2018-10-22 11:15:55,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:55.223 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.316s] 2018-10-22 11:15:55,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:55.543 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.320s] 2018-10-22 11:15:55,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:55.867 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.323s] 2018-10-22 11:15:55,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:55.980 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [2.670s] 2018-10-22 11:15:56,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:56.060 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.193s] 2018-10-22 11:15:57,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:57.792 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.810s] 2018-10-22 11:15:58,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:58.571 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.779s] 2018-10-22 11:15:58,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:58.692 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [7.247s] 2018-10-22 11:15:59,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:59.440 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [19.109s] 2018-10-22 11:15:59,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:59.450 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.013s] 2018-10-22 11:15:59,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:59.463 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.012s] 2018-10-22 11:15:59,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:15:59.479 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.015s] 2018-10-22 11:16:00,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:00.897 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [2.324s] 2018-10-22 11:16:02,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:02.118 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.220s] 2018-10-22 11:16:02,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:02.476 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.359s] 2018-10-22 11:16:05,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:05.302 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.600s] 2018-10-22 11:16:08,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:08.111 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [9.419s] 2018-10-22 11:16:08,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:08.694 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [9.213s] 2018-10-22 11:16:09,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:09.306 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.611s] 2018-10-22 11:16:09,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:09.593 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.802s] 2018-10-22 11:16:13,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:13.180 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:16:13,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:13.475 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [3.884s] 2018-10-22 11:16:13,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:13.533 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.694s] 2018-10-22 11:16:13,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:13.936 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.402s] 2018-10-22 11:16:18,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:18.623 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [10.900s] 2018-10-22 11:16:18,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:18.687 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.141s] 2018-10-22 11:16:18,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:18.727 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.039s] 2018-10-22 11:16:18,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:18.747 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [16.217s] 2018-10-22 11:16:18,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:18.878 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.258s] 2018-10-22 11:16:19,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:19.031 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.304s] 2018-10-22 11:16:19,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:19.073 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.307s] 2018-10-22 11:16:19,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:19.195 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.121s] 2018-10-22 11:16:19,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:19.305 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.110s] 2018-10-22 11:16:19,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:19.431 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.126s] 2018-10-22 11:16:20,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:20.311 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.431s] 2018-10-22 11:16:20,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:20.818 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.506s] 2018-10-22 11:16:20,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:20.855 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.037s] 2018-10-22 11:16:21,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:21.394 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-22 11:16:21,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:21.683 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.995s] 2018-10-22 11:16:22,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:22.238 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.554s] 2018-10-22 11:16:22,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:22.480 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.624s] 2018-10-22 11:16:22,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:22.899 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.418s] 2018-10-22 11:16:23,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:23.492 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.251s] 2018-10-22 11:16:25,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:25.090 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.599s] 2018-10-22 11:16:26,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:26.472 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.382s] 2018-10-22 11:16:27,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:27.872 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-22 11:16:29,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:29.422 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.802s] 2018-10-22 11:16:31,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.518 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.123s] 2018-10-22 11:16:31,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.578 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.060s] 2018-10-22 11:16:31,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.632 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.055s] 2018-10-22 11:16:31,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.684 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.051s] 2018-10-22 11:16:31,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.705 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.021s] 2018-10-22 11:16:31,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.770 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.064s] 2018-10-22 11:16:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.819 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.049s] 2018-10-22 11:16:31,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.866 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.047s] 2018-10-22 11:16:31,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.884 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.018s] 2018-10-22 11:16:31,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.935 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.051s] 2018-10-22 11:16:31,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:31.985 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.049s] 2018-10-22 11:16:33,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:33.063 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.643s] 2018-10-22 11:16:36,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:36.990 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [48.904s] 2018-10-22 11:16:40,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:40.987 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.921s] 2018-10-22 11:16:42,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:42.849 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [27.663s] 2018-10-22 11:16:45,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:45.044 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.201s] 2018-10-22 11:16:50,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:50.736 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [31.981s] 2018-10-22 11:16:54,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:54.203 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.471s] 2018-10-22 11:16:55,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:55.273 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.070s] 2018-10-22 11:16:55,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:55.400 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.126s] 2018-10-22 11:16:55,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:55.503 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:16:58,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:16:58.803 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [7.949s] 2018-10-22 11:17:01,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:01.090 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [79.447s] 2018-10-22 11:17:01,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:01.112 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.027s] 2018-10-22 11:17:04,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:04.613 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.350s] 2018-10-22 11:17:05,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:05.000 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.387s] 2018-10-22 11:17:05,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:05.636 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [6.832s] 2018-10-22 11:17:08,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.181 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [8.575s] 2018-10-22 11:17:08,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.405 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [2.568s] 2018-10-22 11:17:08,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.430 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.249s] 2018-10-22 11:17:08,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.478 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.074s] 2018-10-22 11:17:08,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.677 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [31.683s] 2018-10-22 11:17:08,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.869 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.389s] 2018-10-22 11:17:08,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.947 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.517s] 2018-10-22 11:17:08,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.967 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.097s] 2018-10-22 11:17:08,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:08.969 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-22 11:17:09,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:09.045 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-10-22 11:17:09,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:09.046 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-22 11:17:13,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:13.745 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [28.914s] 2018-10-22 11:17:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:22.408 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [54.518s] 2018-10-22 11:17:27,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:27.291 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [33.079s] 2018-10-22 11:17:27,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:27.292 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-10-22 11:17:32,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:32.601 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [18.857s] 2018-10-22 11:17:33,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:33.538 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.497s] 2018-10-22 11:17:34,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:34.190 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [53.193s] 2018-10-22 11:17:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:37.153 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.967s] 2018-10-22 11:17:37,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:37.170 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.571s] 2018-10-22 11:17:41,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:41.190 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.977s] 2018-10-22 11:17:42,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:42.121 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.930s] 2018-10-22 11:17:42,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:42.134 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.013s] 2018-10-22 11:17:42,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:42.874 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.738s] 2018-10-22 11:17:43,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:43.271 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.464s] 2018-10-22 11:17:43,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:43.348 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.078s] 2018-10-22 11:17:44,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:44.014 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.139s] 2018-10-22 11:17:44,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:44.200 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.852s] 2018-10-22 11:17:44,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:44.297 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.095s] 2018-10-22 11:17:44,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:44.589 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [0.574s] 2018-10-22 11:17:44,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:44.656 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.067s] 2018-10-22 11:17:44,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:44.878 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.222s] 2018-10-22 11:17:45,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:45.829 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.531s] 2018-10-22 11:17:48,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:48.508 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [89.291s] 2018-10-22 11:17:50,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:50.509 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [21.613s] 2018-10-22 11:17:50,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:50.519 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.011s] 2018-10-22 11:17:50,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:50.679 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.159s] 2018-10-22 11:17:50,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:50.710 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.031s] 2018-10-22 11:17:53,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:53.941 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.472s] 2018-10-22 11:17:54,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:54.630 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-10-22 11:17:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:57.973 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [3.106s] 2018-10-22 11:17:58,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:58.030 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.406s] 2018-10-22 11:17:59,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:17:59.851 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.878s] 2018-10-22 11:18:03,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:03.688 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [41.271s] 2018-10-22 11:18:03,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:03.690 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.002s]: Skipped until Bug: 1524898 is resolved. 2018-10-22 11:18:04,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:04.514 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [31.569s] 2018-10-22 11:18:11,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:11.837 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.327s] 2018-10-22 11:18:13,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:13.466 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.907s] 2018-10-22 11:18:13,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:13.950 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.380s] 2018-10-22 11:18:15,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:15.581 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [21.635s] 2018-10-22 11:18:16,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:16.084 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.059s] 2018-10-22 11:18:16,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:16.095 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-10-22 11:18:16,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:16.328 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [18.294s] 2018-10-22 11:18:18,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:18.091 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.622s] 2018-10-22 11:18:20,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:20.004 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.914s] 2018-10-22 11:18:21,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:21.761 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [118.833s] 2018-10-22 11:18:23,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:23.110 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-22 11:18:23,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:23.110 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-10-22 11:18:24,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:24.527 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:18:28,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:28.733 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.899s] 2018-10-22 11:18:29,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:29.499 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.012s] 2018-10-22 11:18:29,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:29.511 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.011s] 2018-10-22 11:18:29,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:29.521 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.010s] 2018-10-22 11:18:34,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:34.027 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [12.264s] 2018-10-22 11:18:34,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:34.192 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [93.055s] 2018-10-22 11:18:36,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:36.124 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.541s] 2018-10-22 11:18:36,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:36.202 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.179s] 2018-10-22 11:18:36,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:36.875 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:18:37,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:37.237 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [42.581s] 2018-10-22 11:18:41,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:41.103 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.427s] 2018-10-22 11:18:41,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:41.175 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.072s] 2018-10-22 11:18:43,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:43.057 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.010s] 2018-10-22 11:18:43,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:43.066 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.007s] 2018-10-22 11:18:43,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:43.074 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.007s] 2018-10-22 11:18:43,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:43.080 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.006s] 2018-10-22 11:18:45,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:45.310 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.229s] 2018-10-22 11:18:45,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:45.480 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.171s] 2018-10-22 11:18:45,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:45.628 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [8.397s] 2018-10-22 11:18:45,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:45.815 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.117s] 2018-10-22 11:18:45,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:45.880 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-10-22 11:18:46,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.389 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.420s] 2018-10-22 11:18:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.407 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-10-22 11:18:46,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.426 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-10-22 11:18:46,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.438 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.558s] 2018-10-22 11:18:46,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.576 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.136s] 2018-10-22 11:18:46,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.579 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 11:18:46,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.726 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.297s] 2018-10-22 11:18:46,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:46.936 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [17.616s] 2018-10-22 11:18:48,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.231 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.501s] 2018-10-22 11:18:48,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.245 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.018s] 2018-10-22 11:18:48,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.269 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.024s] 2018-10-22 11:18:48,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.282 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.012s] 2018-10-22 11:18:48,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.293 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2018-10-22 11:18:48,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.312 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2018-10-22 11:18:48,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.324 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-10-22 11:18:48,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:48.337 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-10-22 11:18:51,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:51.386 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [84.073s] 2018-10-22 11:18:51,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:51.563 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:18:59,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:59.431 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.563s] 2018-10-22 11:18:59,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:18:59.775 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.343s] 2018-10-22 11:19:03,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:03.581 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [3.807s] 2018-10-22 11:19:04,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:04.309 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [80.959s] 2018-10-22 11:19:06,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:06.525 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-10-22 11:19:09,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:09.342 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [28.767s] 2018-10-22 11:19:09,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:09.478 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.952s] 2018-10-22 11:19:11,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:11.279 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [17.463s] 2018-10-22 11:19:12,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:12.448 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.034s] 2018-10-22 11:19:12,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:12.457 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.009s] 2018-10-22 11:19:12,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:12.465 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.012s] 2018-10-22 11:19:12,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:12.475 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.009s] 2018-10-22 11:19:16,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:16.115 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:19:17,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:17.858 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.051s] 2018-10-22 11:19:20,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:20.832 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.025s] 2018-10-22 11:19:24,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:24.109 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.451s] 2018-10-22 11:19:24,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:24.449 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.339s] 2018-10-22 11:19:24,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:24.798 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.349s] 2018-10-22 11:19:25,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.108 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.309s] 2018-10-22 11:19:25,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.475 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.366s] 2018-10-22 11:19:25,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.546 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-10-22 11:19:25,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.691 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.144s] 2018-10-22 11:19:25,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.771 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.080s] 2018-10-22 11:19:25,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.838 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-10-22 11:19:25,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.912 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.074s] 2018-10-22 11:19:25,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:25.976 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.064s] 2018-10-22 11:19:26,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:26.656 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.345s] 2018-10-22 11:19:26,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:26.964 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [15.685s] 2018-10-22 11:19:27,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:27.015 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.358s] 2018-10-22 11:19:28,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:28.177 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.161s] 2018-10-22 11:19:28,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:28.554 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.377s] 2018-10-22 11:19:29,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:29.346 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.791s] 2018-10-22 11:19:29,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:29.575 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.229s] 2018-10-22 11:19:29,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:29.683 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.152s] 2018-10-22 11:19:29,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:29.876 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.193s] 2018-10-22 11:19:30,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:30.032 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.155s] 2018-10-22 11:19:30,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:30.067 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [44.427s] 2018-10-22 11:19:31,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:31.003 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.131s] 2018-10-22 11:19:31,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:31.447 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.414s] 2018-10-22 11:19:31,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:31.481 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.034s] 2018-10-22 11:19:33,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:33.890 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-22 11:19:35,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:35.307 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.887s] 2018-10-22 11:19:36,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:36.986 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.678s] 2018-10-22 11:19:37,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:37.595 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.457s] 2018-10-22 11:19:37,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:37.781 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.185s] 2018-10-22 11:19:38,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:38.124 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.342s] 2018-10-22 11:19:44,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:44.638 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [7.651s] 2018-10-22 11:19:45,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:45.802 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:19:47,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:47.560 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [56.164s] 2018-10-22 11:19:48,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:48.338 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [18.269s] 2018-10-22 11:19:48,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:48.734 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.096s] 2018-10-22 11:19:49,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:49.346 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.012s] 2018-10-22 11:19:49,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:49.996 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.443s] 2018-10-22 11:19:51,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:51.094 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [23.449s] 2018-10-22 11:19:51,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:51.096 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-22 11:19:51,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:51.097 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-22 11:19:51,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:51.098 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-10-22 11:19:51,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:51.494 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.942s] 2018-10-22 11:19:57,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:57.221 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [81.077s] 2018-10-22 11:19:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:19:57.471 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [5.974s] 2018-10-22 11:20:01,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:01.456 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [3.986s] 2018-10-22 11:20:01,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:01.813 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [52.465s] 2018-10-22 11:20:03,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:03.787 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [36.822s] 2018-10-22 11:20:04,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:04.905 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.088s] 2018-10-22 11:20:05,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:05.317 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.411s] 2018-10-22 11:20:05,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:05.382 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.058s] 2018-10-22 11:20:05,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:05.385 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [16.028s] 2018-10-22 11:20:05,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:05.446 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.069s] 2018-10-22 11:20:05,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:05.522 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.075s] 2018-10-22 11:20:06,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:06.423 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.966s] 2018-10-22 11:20:06,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:06.606 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.083s] 2018-10-22 11:20:07,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:07.415 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.808s] 2018-10-22 11:20:12,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:12.303 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [6.924s] 2018-10-22 11:20:12,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:12.563 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-22 11:20:15,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:15.511 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-22 11:20:16,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:16.022 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [101.800s] 2018-10-22 11:20:16,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:16.924 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [19.700s] 2018-10-22 11:20:18,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:18.178 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.107s] 2018-10-22 11:20:18,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:18.255 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [31.663s] 2018-10-22 11:20:19,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:19.931 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [53.940s] 2018-10-22 11:20:19,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:19.946 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-10-22 11:20:20,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:20.690 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.741s] 2018-10-22 11:20:20,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:20.694 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-10-22 11:20:20,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:20.790 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [3.302s] 2018-10-22 11:20:20,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:20.873 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.695s] 2018-10-22 11:20:20,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:20.957 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.266s] 2018-10-22 11:20:21,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:21.118 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.162s] 2018-10-22 11:20:21,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:21.694 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.389s] 2018-10-22 11:20:22,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:22.248 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.555s]: Skipped until Bug: 1014647 is resolved. 2018-10-22 11:20:24,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:24.618 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [20.830s] 2018-10-22 11:20:27,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:27.006 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [3.860s] 2018-10-22 11:20:28,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:28.759 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.067s] 2018-10-22 11:20:28,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:28.772 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.199s] 2018-10-22 11:20:28,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:28.932 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.158s] 2018-10-22 11:20:29,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.078 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.146s] 2018-10-22 11:20:29,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.219 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.141s] 2018-10-22 11:20:29,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.250 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.243s] 2018-10-22 11:20:29,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.377 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.157s] 2018-10-22 11:20:29,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.539 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.161s] 2018-10-22 11:20:29,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.547 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.008s] 2018-10-22 11:20:29,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.690 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.142s] 2018-10-22 11:20:29,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.701 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.010s] 2018-10-22 11:20:29,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:29.907 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.206s] 2018-10-22 11:20:30,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:30.042 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [95.135s] 2018-10-22 11:20:33,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:33.181 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-22 11:20:34,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:34.200 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [4.948s] 2018-10-22 11:20:34,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:34.498 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [17.720s] 2018-10-22 11:20:36,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:36.501 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.158s] 2018-10-22 11:20:36,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:36.647 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.146s] 2018-10-22 11:20:38,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:38.535 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.886s] 2018-10-22 11:20:39,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:39.404 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.868s] 2018-10-22 11:20:39,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:39.413 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-10-22 11:20:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:39.582 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.167s] 2018-10-22 11:20:39,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:39.601 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.020s] 2018-10-22 11:20:39,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:39.624 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.023s] 2018-10-22 11:20:39,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:39.708 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [5.507s] 2018-10-22 11:20:39,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:39.810 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.441s] 2018-10-22 11:20:40,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:40.205 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.395s] 2018-10-22 11:20:42,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:42.008 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [17.390s] 2018-10-22 11:20:42,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:42.112 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.404s] 2018-10-22 11:20:44,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:44.062 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [42.244s] 2018-10-22 11:20:44,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:44.492 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.284s] 2018-10-22 11:20:44,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:44.834 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.768s] 2018-10-22 11:20:45,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:45.266 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.774s] 2018-10-22 11:20:46,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:46.677 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.410s] 2018-10-22 11:20:48,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:48.251 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [13.752s] 2018-10-22 11:20:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:49.571 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [3.997s] 2018-10-22 11:20:51,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:51.113 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [106.773s] 2018-10-22 11:20:52,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:52.917 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-10-22 11:20:52,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:52.920 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-22 11:20:52,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:52.920 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-22 11:20:52,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:52.921 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-22 11:20:53,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:53.580 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.728s] 2018-10-22 11:20:53,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:53.982 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [11.974s] 2018-10-22 11:20:57,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:57.232 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [34.973s] 2018-10-22 11:20:57,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:57.922 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [95.337s] 2018-10-22 11:20:59,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:59.759 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.725s] 2018-10-22 11:20:59,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:20:59.826 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.070s] 2018-10-22 11:21:02,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:02.470 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [4.551s] 2018-10-22 11:21:05,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:05.590 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [12.008s] 2018-10-22 11:21:06,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:06.118 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [88.099s] 2018-10-22 11:21:08,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:08.078 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [2.196s] 2018-10-22 11:21:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:08.442 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.363s] 2018-10-22 11:21:08,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:08.725 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.282s] 2018-10-22 11:21:09,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:09.438 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.712s] 2018-10-22 11:21:10,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:10.334 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.895s] 2018-10-22 11:21:10,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:10.857 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.523s] 2018-10-22 11:21:10,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:10.912 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-22 11:21:11,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:11.354 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.497s] 2018-10-22 11:21:12,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:12.783 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.065s] 2018-10-22 11:21:12,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:12.796 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-10-22 11:21:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:12.941 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.144s] 2018-10-22 11:21:12,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:12.953 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-10-22 11:21:12,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:12.969 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2018-10-22 11:21:13,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:13.000 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-10-22 11:21:13,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:13.068 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-10-22 11:21:13,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:13.164 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.095s] 2018-10-22 11:21:13,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:13.608 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.443s] 2018-10-22 11:21:13,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:13.623 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-22 11:21:13,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:13.692 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-10-22 11:21:14,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:14.183 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-22 11:21:14,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:14.334 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [11.864s] 2018-10-22 11:21:16,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:16.572 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [20.208s] 2018-10-22 11:21:17,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:17.686 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [23.701s] 2018-10-22 11:21:18,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:18.560 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [12.969s] 2018-10-22 11:21:23,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:23.277 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [95.696s] 2018-10-22 11:21:23,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:23.461 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [35.209s] 2018-10-22 11:21:26,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:26.781 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [69.840s] 2018-10-22 11:21:28,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:28.003 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.635s] 2018-10-22 11:21:29,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:29.297 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.295s] 2018-10-22 11:21:31,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:31.776 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [6.745s] 2018-10-22 11:21:34,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:34.912 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.545s] 2018-10-22 11:21:35,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:35.293 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.381s] 2018-10-22 11:21:35,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:35.696 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.402s] 2018-10-22 11:21:36,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:36.073 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.377s] 2018-10-22 11:21:36,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:36.477 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.403s] 2018-10-22 11:21:39,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:39.247 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-22 11:21:40,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:40.671 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [22.985s] 2018-10-22 11:21:42,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:42.005 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.079s] 2018-10-22 11:21:43,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:43.307 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.231s] 2018-10-22 11:21:43,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:43.422 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [26.848s] 2018-10-22 11:21:45,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:45.371 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [9.092s] 2018-10-22 11:21:45,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:45.604 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:21:45,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:45.606 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:21:46,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:46.082 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.953s] 2018-10-22 11:21:46,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:46.861 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [23.398s] 2018-10-22 11:21:51,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:51.027 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [94.983s] 2018-10-22 11:21:51,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:51.784 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-22 11:21:51,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:51.956 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.871s] 2018-10-22 11:21:52,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:52.328 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.563s] 2018-10-22 11:21:52,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:52.738 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.410s] 2018-10-22 11:21:52,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:52.776 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [4.284s] 2018-10-22 11:21:53,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:53.255 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.883s] 2018-10-22 11:21:57,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:57.740 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [3.569s] 2018-10-22 11:21:59,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:59.257 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.515s] 2018-10-22 11:21:59,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:21:59.269 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [7.313s] 2018-10-22 11:22:00,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:00.233 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.964s] 2018-10-22 11:22:01,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:01.446 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.212s] 2018-10-22 11:22:02,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:02.208 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.760s] 2018-10-22 11:22:03,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:03.435 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.227s] 2018-10-22 11:22:03,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:03.520 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [4.262s] 2018-10-22 11:22:04,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:04.422 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.986s] 2018-10-22 11:22:06,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:06.364 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [2.844s] 2018-10-22 11:22:07,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:07.238 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.815s] 2018-10-22 11:22:09,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:09.222 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.857s] 2018-10-22 11:22:09,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:09.272 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:22:09,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:09.910 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.672s] 2018-10-22 11:22:10,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:10.076 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [16.820s] 2018-10-22 11:22:10,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:10.595 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.685s] 2018-10-22 11:22:10,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:10.624 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [14.939s] 2018-10-22 11:22:10,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:10.715 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [73.467s] 2018-10-22 11:22:11,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:11.029 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.805s] 2018-10-22 11:22:11,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:11.302 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [27.877s] 2018-10-22 11:22:11,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:11.812 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.215s] 2018-10-22 11:22:12,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:12.011 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.362s] 2018-10-22 11:22:12,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:12.281 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.469s] 2018-10-22 11:22:12,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:12.713 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.432s] 2018-10-22 11:22:12,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:12.836 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [25.975s] 2018-10-22 11:22:13,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:13.141 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.427s] 2018-10-22 11:22:13,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:13.784 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.642s] 2018-10-22 11:22:13,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:13.986 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [15.744s] 2018-10-22 11:22:14,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:14.034 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.048s] 2018-10-22 11:22:14,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:14.561 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.775s] 2018-10-22 11:22:14,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:14.934 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.858s] 2018-10-22 11:22:14,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:14.978 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.071s] 2018-10-22 11:22:15,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:15.007 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.972s] 2018-10-22 11:22:15,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:15.068 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.089s] 2018-10-22 11:22:15,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:15.175 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.613s] 2018-10-22 11:22:15,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:15.743 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.563s] 2018-10-22 11:22:15,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:15.762 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [69.625s] 2018-10-22 11:22:15,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:15.960 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.891s] 2018-10-22 11:22:16,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:16.205 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [106.139s] 2018-10-22 11:22:16,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:16.590 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.629s] 2018-10-22 11:22:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:17.697 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.071s] 2018-10-22 11:22:17,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:17.881 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.947s] 2018-10-22 11:22:18,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:18.190 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.182s] 2018-10-22 11:22:19,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:19.360 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [88.228s] 2018-10-22 11:22:19,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:19.392 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.163s] 2018-10-22 11:22:19,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:19.564 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.171s] 2018-10-22 11:22:19,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:19.617 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-10-22 11:22:19,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:19.752 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.012s] 2018-10-22 11:22:19,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:19.753 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-10-22 11:22:19,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:19.938 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.374s] 2018-10-22 11:22:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.049 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.297s] 2018-10-22 11:22:20,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.145 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.206s] 2018-10-22 11:22:20,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.310 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.165s] 2018-10-22 11:22:20,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.349 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.038s] 2018-10-22 11:22:20,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.493 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.442s] 2018-10-22 11:22:20,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.679 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.329s] 2018-10-22 11:22:20,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.712 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.033s] 2018-10-22 11:22:20,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.892 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.398s] 2018-10-22 11:22:20,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:20.915 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.202s] 2018-10-22 11:22:21,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.137 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.245s] 2018-10-22 11:22:21,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.230 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.313s] 2018-10-22 11:22:21,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.436 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.205s] 2018-10-22 11:22:21,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.484 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.048s] 2018-10-22 11:22:21,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.558 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.420s] 2018-10-22 11:22:21,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.771 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.287s] 2018-10-22 11:22:21,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.817 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.045s] 2018-10-22 11:22:21,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.897 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.079s] 2018-10-22 11:22:21,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:21.989 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.431s] 2018-10-22 11:22:22,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:22.295 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [4.105s] 2018-10-22 11:22:22,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:22.496 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.201s] 2018-10-22 11:22:22,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:22.619 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.628s] 2018-10-22 11:22:22,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:22.701 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.204s] 2018-10-22 11:22:23,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:23.273 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.653s] 2018-10-22 11:22:23,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:23.796 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.523s] 2018-10-22 11:22:24,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:24.461 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.664s] 2018-10-22 11:22:24,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:24.903 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [7.206s] 2018-10-22 11:22:25,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:25.064 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.602s] 2018-10-22 11:22:26,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:26.053 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.986s] 2018-10-22 11:22:26,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:26.055 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-22 11:22:26,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:26.056 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-22 11:22:26,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:26.425 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.373s] 2018-10-22 11:22:27,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:27.047 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.621s] 2018-10-22 11:22:28,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:28.092 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [4.921s] 2018-10-22 11:22:29,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:29.628 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.304s] 2018-10-22 11:22:29,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:29.738 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.111s] 2018-10-22 11:22:29,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:29.924 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.185s] 2018-10-22 11:22:29,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:29.995 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.071s] 2018-10-22 11:22:30,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:30.104 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.108s] 2018-10-22 11:22:30,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:30.552 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.648s] 2018-10-22 11:22:30,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:30.982 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [3.933s] 2018-10-22 11:22:31,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:31.381 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.399s] 2018-10-22 11:22:31,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:31.783 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.400s] 2018-10-22 11:22:31,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:31.784 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-22 11:22:31,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:31.785 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-10-22 11:22:32,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:32.042 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.258s] 2018-10-22 11:22:32,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:32.559 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.517s] 2018-10-22 11:22:32,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:32.766 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.673s] 2018-10-22 11:22:32,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:32.996 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.437s] 2018-10-22 11:22:33,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:33.663 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [20.826s] 2018-10-22 11:22:35,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:35.339 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.573s] 2018-10-22 11:22:37,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:37.459 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [1.316s] 2018-10-22 11:22:37,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:37.887 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.428s] 2018-10-22 11:22:39,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:39.183 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.630s] 2018-10-22 11:22:39,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:39.444 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.105s] 2018-10-22 11:22:39,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:39.810 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [21.927s] 2018-10-22 11:22:40,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:40.028 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.218s] 2018-10-22 11:22:40,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:40.081 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.053s] 2018-10-22 11:22:44,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:44.782 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.599s] 2018-10-22 11:22:45,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:45.654 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-22 11:22:45,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:45.657 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-22 11:22:45,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:45.657 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 11:22:45,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:45.658 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:22:45,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:45.659 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-22 11:22:46,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:46.278 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.481s] 2018-10-22 11:22:47,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:47.043 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.764s] 2018-10-22 11:22:47,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:47.398 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.895s] 2018-10-22 11:22:47,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:47.407 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-22 11:22:47,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:47.437 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.394s] 2018-10-22 11:22:47,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:47.779 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.341s] 2018-10-22 11:22:48,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:48.270 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.490s] 2018-10-22 11:22:48,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:48.939 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.155s] 2018-10-22 11:22:50,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:50.011 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-22 11:22:50,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:50.257 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.174s] 2018-10-22 11:22:50,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:50.358 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.571s] 2018-10-22 11:22:50,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:50.371 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [2.100s] 2018-10-22 11:22:50,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:50.526 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [34.315s] 2018-10-22 11:22:50,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:50.614 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.611s] 2018-10-22 11:22:51,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:51.456 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [17.792s] 2018-10-22 11:22:52,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:52.694 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [2.321s] 2018-10-22 11:22:52,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:52.743 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [1.826s] 2018-10-22 11:22:53,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:53.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.337s] 2018-10-22 11:22:53,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:53.354 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.274s] 2018-10-22 11:22:53,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:53.685 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.991s] 2018-10-22 11:22:53,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:53.905 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.206s] 2018-10-22 11:22:54,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:54.281 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-10-22 11:22:55,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:55.794 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [2.108s] 2018-10-22 11:22:57,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:57.080 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.665s] 2018-10-22 11:22:57,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:57.472 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.392s] 2018-10-22 11:22:57,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:57.561 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [1.766s] 2018-10-22 11:22:57,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:57.840 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [7.225s] 2018-10-22 11:22:58,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:58.150 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [3.062s] 2018-10-22 11:22:58,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:58.527 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [1.054s] 2018-10-22 11:22:59,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:59.153 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.246s] 2018-10-22 11:22:59,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:59.362 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [9.002s] 2018-10-22 11:22:59,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:22:59.927 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.644s] 2018-10-22 11:23:00,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:00.243 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [11.303s] 2018-10-22 11:23:00,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:00.922 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.770s] 2018-10-22 11:23:02,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:02.331 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.178s] 2018-10-22 11:23:02,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:02.679 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.435s] 2018-10-22 11:23:02,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:02.881 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [9.524s] 2018-10-22 11:23:02,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:02.904 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [52.183s] 2018-10-22 11:23:03,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:03.413 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-22 11:23:03,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:03.989 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [13.466s] 2018-10-22 11:23:04,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:04.122 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.280s] 2018-10-22 11:23:04,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:04.176 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [3.254s] 2018-10-22 11:23:04,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:04.630 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.298s] 2018-10-22 11:23:07,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:07.015 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.384s] 2018-10-22 11:23:07,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:07.738 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.617s] 2018-10-22 11:23:08,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:08.275 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.093s] 2018-10-22 11:23:09,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:09.271 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.253s] 2018-10-22 11:23:09,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:09.484 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.671s] 2018-10-22 11:23:09,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:09.496 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [6.612s] 2018-10-22 11:23:09,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:09.700 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.207s] 2018-10-22 11:23:10,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:10.562 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [19.103s] 2018-10-22 11:23:10,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:10.611 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.931s] 2018-10-22 11:23:11,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:11.678 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [1.066s] 2018-10-22 11:23:11,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:11.920 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.219s] 2018-10-22 11:23:11,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:11.963 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.692s] 2018-10-22 11:23:12,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:12.012 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.333s] 2018-10-22 11:23:12,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:12.545 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.532s] 2018-10-22 11:23:12,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:12.589 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.627s] 2018-10-22 11:23:12,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:12.594 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.049s] 2018-10-22 11:23:12,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:12.793 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.197s] 2018-10-22 11:23:13,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:13.097 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.303s] 2018-10-22 11:23:13,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:13.197 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.099s] 2018-10-22 11:23:13,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:13.250 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.226s] 2018-10-22 11:23:13,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:13.255 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-10-22 11:23:13,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:13.313 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.058s] 2018-10-22 11:23:13,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:13.482 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [5.740s] 2018-10-22 11:23:14,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:14.230 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [28.102s] 2018-10-22 11:23:14,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:14.315 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [14.952s] 2018-10-22 11:23:14,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:14.814 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [2.222s] 2018-10-22 11:23:15,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:15.715 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.901s] 2018-10-22 11:23:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:15.745 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.030s] 2018-10-22 11:23:15,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:15.765 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-10-22 11:23:15,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:15.784 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-10-22 11:23:17,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:17.250 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-22 11:23:17,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:17.342 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-22 11:23:17,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:17.344 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-22 11:23:17,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:17.345 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:23:17,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:17.471 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.831s] 2018-10-22 11:23:18,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:18.152 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [4.669s] 2018-10-22 11:23:18,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:18.184 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.712s] 2018-10-22 11:23:18,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:18.597 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [28.339s] 2018-10-22 11:23:18,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:18.651 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.055s] 2018-10-22 11:23:18,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:18.771 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.117s] 2018-10-22 11:23:18,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:18.992 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.808s] 2018-10-22 11:23:19,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:19.044 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.730s] 2018-10-22 11:23:19,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:19.971 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.979s] 2018-10-22 11:23:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:20.270 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-22 11:23:20,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:20.271 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-22 11:23:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:20.272 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-22 11:23:20,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:20.556 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.375s] 2018-10-22 11:23:20,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:20.647 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.191s] 2018-10-22 11:23:20,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:20.710 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.062s] 2018-10-22 11:23:21,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:21.497 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [18.589s] 2018-10-22 11:23:21,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:21.630 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.919s] 2018-10-22 11:23:21,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:21.643 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.013s] 2018-10-22 11:23:21,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:21.696 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.052s] 2018-10-22 11:23:21,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:21.707 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-10-22 11:23:21,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:21.800 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.093s] 2018-10-22 11:23:21,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:21.830 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.030s] 2018-10-22 11:23:23,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:23.136 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-22 11:23:26,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:26.258 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [5.183s] 2018-10-22 11:23:26,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:26.280 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-10-22 11:23:26,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:26.395 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.114s] 2018-10-22 11:23:26,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:26.467 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-10-22 11:23:26,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:26.473 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-22 11:23:27,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:27.327 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.899s] 2018-10-22 11:23:27,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:27.593 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.265s] 2018-10-22 11:23:30,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:30.224 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.966s] 2018-10-22 11:23:30,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:30.592 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [71.218s] 2018-10-22 11:23:30,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:30.657 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.213s] 2018-10-22 11:23:30,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:30.933 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.275s] 2018-10-22 11:23:31,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:31.233 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.299s] 2018-10-22 11:23:31,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:31.273 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.040s] 2018-10-22 11:23:31,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:31.385 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.173s] 2018-10-22 11:23:31,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:31.490 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.216s] 2018-10-22 11:23:31,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:31.664 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.173s] 2018-10-22 11:23:31,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:31.835 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.170s] 2018-10-22 11:23:32,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:32.000 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.165s] 2018-10-22 11:23:32,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:32.201 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.201s] 2018-10-22 11:23:32,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:32.384 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.182s] 2018-10-22 11:23:33,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:33.237 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.466s] 2018-10-22 11:23:34,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:34.820 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [4.168s] 2018-10-22 11:23:34,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:34.995 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.176s] 2018-10-22 11:23:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:35.031 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.807s] 2018-10-22 11:23:35,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:35.191 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.196s] 2018-10-22 11:23:36,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:36.795 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.437s] 2018-10-22 11:23:36,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:36.833 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [22.602s] 2018-10-22 11:23:37,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:37.769 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.575s] 2018-10-22 11:23:38,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:38.566 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.068s] 2018-10-22 11:23:38,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:38.588 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.022s] 2018-10-22 11:23:39,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:39.982 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [4.111s] 2018-10-22 11:23:40,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:40.001 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [2.165s] 2018-10-22 11:23:40,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:40.368 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.366s] 2018-10-22 11:23:40,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:40.893 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.124s] 2018-10-22 11:23:41,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:41.189 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.157s] 2018-10-22 11:23:41,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:41.306 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.360s] 2018-10-22 11:23:41,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:41.616 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.247s] 2018-10-22 11:23:42,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:42.933 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.040s] 2018-10-22 11:23:43,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:43.415 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-22 11:23:43,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:43.925 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.331s] 2018-10-22 11:23:45,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:45.361 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.550s] 2018-10-22 11:23:45,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:45.751 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.390s] 2018-10-22 11:23:47,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:47.105 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.622s] 2018-10-22 11:23:47,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:47.285 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.534s] 2018-10-22 11:23:47,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:47.666 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.241s] 2018-10-22 11:23:47,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:47.678 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-10-22 11:23:47,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:47.693 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.014s] 2018-10-22 11:23:47,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:47.950 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [26.448s] 2018-10-22 11:23:48,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.114 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.420s] 2018-10-22 11:23:48,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.126 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-10-22 11:23:48,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.137 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-10-22 11:23:48,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.428 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2018-10-22 11:23:48,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.554 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.416s] 2018-10-22 11:23:48,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.784 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [15.544s] 2018-10-22 11:23:48,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.988 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.433s] 2018-10-22 11:23:48,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:48.995 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:23:49,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:49.190 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.685s] 2018-10-22 11:23:49,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:49.212 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2018-10-22 11:23:51,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:51.232 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:23:53,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:53.470 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.365s] 2018-10-22 11:23:54,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:54.448 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.370s] 2018-10-22 11:23:54,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:54.745 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [1.018s] 2018-10-22 11:23:56,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:56.841 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [20.006s] 2018-10-22 11:23:56,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:56.843 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-22 11:23:59,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:23:59.106 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.525s] 2018-10-22 11:24:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:00.429 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.425s] 2018-10-22 11:24:01,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:01.263 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [6.813s] 2018-10-22 11:24:01,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:01.361 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.933s] 2018-10-22 11:24:03,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:03.541 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.070s] 2018-10-22 11:24:03,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:03.634 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-22 11:24:03,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:03.635 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-10-22 11:24:06,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:06.619 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.077s] 2018-10-22 11:24:07,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:07.507 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [11.536s] 2018-10-22 11:24:08,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:08.928 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [1.422s] 2018-10-22 11:24:09,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:09.075 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [7.811s] 2018-10-22 11:24:09,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:09.551 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.622s] 2018-10-22 11:24:09,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:09.665 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.114s] 2018-10-22 11:24:09,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:09.996 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.331s] 2018-10-22 11:24:10,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:10.261 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.640s] 2018-10-22 11:24:11,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:11.982 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [15.141s] 2018-10-22 11:24:14,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:14.364 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [74.419s] 2018-10-22 11:24:14,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:14.401 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [6.896s] 2018-10-22 11:24:14,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:14.691 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [5.615s] 2018-10-22 11:24:15,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:15.271 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.783s] 2018-10-22 11:24:17,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:17.400 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [7.894s] 2018-10-22 11:24:18,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:18.406 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [4.004s] 2018-10-22 11:24:18,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:18.588 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.182s] 2018-10-22 11:24:18,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:18.629 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.040s] 2018-10-22 11:24:18,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:18.648 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [3.955s] 2018-10-22 11:24:18,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:18.832 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.202s] 2018-10-22 11:24:18,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:18.854 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.020s] 2018-10-22 11:24:19,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.035 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.182s] 2018-10-22 11:24:19,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.274 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.238s] 2018-10-22 11:24:19,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.328 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.054s] 2018-10-22 11:24:19,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.508 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.180s] 2018-10-22 11:24:19,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.724 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.076s] 2018-10-22 11:24:19,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.739 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.230s] 2018-10-22 11:24:19,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.790 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.050s] 2018-10-22 11:24:19,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:19.849 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.058s] 2018-10-22 11:24:20,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:20.078 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.229s] 2018-10-22 11:24:20,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:20.343 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.473s] 2018-10-22 11:24:20,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:20.350 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.271s] 2018-10-22 11:24:20,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:20.633 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.282s] 2018-10-22 11:24:20,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:20.703 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [4.561s] 2018-10-22 11:24:20,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:20.799 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.165s] 2018-10-22 11:24:20,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:20.997 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.198s] 2018-10-22 11:24:21,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:21.045 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [46.184s] 2018-10-22 11:24:21,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:21.512 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.515s] 2018-10-22 11:24:21,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:21.758 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.245s] 2018-10-22 11:24:21,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:21.812 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.054s] 2018-10-22 11:24:22,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:22.058 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.245s] 2018-10-22 11:24:22,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:22.114 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.842s] 2018-10-22 11:24:22,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:22.271 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.213s] 2018-10-22 11:24:22,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:22.309 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.038s] 2018-10-22 11:24:22,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:22.681 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.371s] 2018-10-22 11:24:22,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:22.953 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.271s] 2018-10-22 11:24:23,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:23.018 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.062s] 2018-10-22 11:24:23,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:23.022 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.649s] 2018-10-22 11:24:23,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:23.241 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.224s] 2018-10-22 11:24:23,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:23.314 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.072s] 2018-10-22 11:24:23,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:23.570 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.256s] 2018-10-22 11:24:23,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:23.611 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.040s] 2018-10-22 11:24:24,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:24.562 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.160s] 2018-10-22 11:24:25,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:25.720 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [5.016s] 2018-10-22 11:24:25,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:25.779 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [15.517s] 2018-10-22 11:24:25,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:25.960 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.181s] 2018-10-22 11:24:26,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:26.264 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.303s] 2018-10-22 11:24:27,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:27.141 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.420s] 2018-10-22 11:24:27,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:27.340 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.319s] 2018-10-22 11:24:30,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:30.320 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.758s] 2018-10-22 11:24:30,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:30.436 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.321s] 2018-10-22 11:24:31,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:31.073 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [25.503s] 2018-10-22 11:24:31,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:31.209 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [19.225s] 2018-10-22 11:24:32,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:32.173 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.033s] 2018-10-22 11:24:33,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:33.335 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.638s] 2018-10-22 11:24:33,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:33.800 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.625s] 2018-10-22 11:24:34,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:34.839 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [8.573s] 2018-10-22 11:24:36,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:36.217 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.897s] 2018-10-22 11:24:37,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:37.144 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [49.182s] 2018-10-22 11:24:37,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:37.664 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.228s] 2018-10-22 11:24:38,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:38.511 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.710s] 2018-10-22 11:24:40,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:40.006 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.340s] 2018-10-22 11:24:40,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:40.062 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-22 11:24:40,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:40.064 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:24:40,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:40.065 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-22 11:24:41,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:41.519 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [8.181s] 2018-10-22 11:24:41,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:41.916 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.698s] 2018-10-22 11:24:42,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:42.495 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.222s] 2018-10-22 11:24:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:42.725 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.229s] 2018-10-22 11:24:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:42.964 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.238s] 2018-10-22 11:24:43,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:43.156 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.192s] 2018-10-22 11:24:43,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:43.391 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.234s] 2018-10-22 11:24:43,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:43.509 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.998s] 2018-10-22 11:24:44,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:44.058 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.541s] 2018-10-22 11:24:44,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:44.702 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.012s] 2018-10-22 11:24:46,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:46.476 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.417s] 2018-10-22 11:24:48,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:48.252 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.859s] 2018-10-22 11:24:48,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:48.494 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.018s] 2018-10-22 11:24:48,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:48.819 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.309s] 2018-10-22 11:24:52,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:52.118 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.296s] 2018-10-22 11:24:52,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:52.310 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.856s] 2018-10-22 11:24:53,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:53.390 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.080s] 2018-10-22 11:24:55,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:55.181 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [24.108s] 2018-10-22 11:24:56,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:56.639 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.281s] 2018-10-22 11:24:57,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:57.870 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [36.822s] 2018-10-22 11:24:59,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:59.838 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [24.997s] 2018-10-22 11:24:59,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:24:59.845 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [3.205s] 2018-10-22 11:25:00,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:00.088 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.250s] 2018-10-22 11:25:00,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:00.132 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.044s] 2018-10-22 11:25:00,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:00.510 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.392s] 2018-10-22 11:25:01,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:01.217 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.371s] 2018-10-22 11:25:01,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:01.480 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [23.815s] 2018-10-22 11:25:03,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:03.345 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [6.618s] 2018-10-22 11:25:03,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:03.390 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.880s] 2018-10-22 11:25:03,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:03.655 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [2.437s] 2018-10-22 11:25:04,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:04.604 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.947s] 2018-10-22 11:25:05,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:05.001 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.249s] 2018-10-22 11:25:07,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:07.853 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.461s] 2018-10-22 11:25:08,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:08.052 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [3.448s] 2018-10-22 11:25:08,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:08.111 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.259s] 2018-10-22 11:25:08,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:08.484 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.372s] 2018-10-22 11:25:08,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:08.826 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:25:08,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:08.830 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.345s] 2018-10-22 11:25:09,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.096 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.266s] 2018-10-22 11:25:09,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.207 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.110s] 2018-10-22 11:25:09,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.338 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.131s] 2018-10-22 11:25:09,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.492 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.153s] 2018-10-22 11:25:09,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.677 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.623s] 2018-10-22 11:25:09,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.817 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.323s] 2018-10-22 11:25:09,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.827 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [9.693s] 2018-10-22 11:25:09,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.908 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.091s] 2018-10-22 11:25:09,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:09.951 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.275s] 2018-10-22 11:25:11,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:11.927 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.972s] 2018-10-22 11:25:12,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:12.736 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [41.521s] 2018-10-22 11:25:12,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:12.985 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.058s] 2018-10-22 11:25:13,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:13.236 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [18.053s] 2018-10-22 11:25:13,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:13.239 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-22 11:25:14,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.132 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.146s] 2018-10-22 11:25:14,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.161 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.029s] 2018-10-22 11:25:14,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.170 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.564s] 2018-10-22 11:25:14,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.303 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.606s] 2018-10-22 11:25:14,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.359 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.198s] 2018-10-22 11:25:14,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.379 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-22 11:25:14,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.467 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.296s] 2018-10-22 11:25:14,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:14.710 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.242s] 2018-10-22 11:25:15,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:15.906 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-22 11:25:15,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:15.907 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-22 11:25:15,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:15.909 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:25:15,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:15.913 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-22 11:25:16,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:16.241 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.332s] 2018-10-22 11:25:17,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:17.475 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.172s] 2018-10-22 11:25:19,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:19.961 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.485s] 2018-10-22 11:25:20,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:20.504 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [10.674s] 2018-10-22 11:25:20,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:20.522 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [43.370s] 2018-10-22 11:25:20,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:20.523 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-22 11:25:24,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:24.118 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [9.404s] 2018-10-22 11:25:24,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:24.168 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.053s] 2018-10-22 11:25:24,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:24.225 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.056s] 2018-10-22 11:25:26,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:26.299 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.337s] 2018-10-22 11:25:26,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:26.486 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-22 11:25:26,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:26.487 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:25:27,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:27.247 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [14.515s] 2018-10-22 11:25:30,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:30.472 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.858s] 2018-10-22 11:25:32,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:32.152 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [1.297s] 2018-10-22 11:25:32,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:32.462 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [19.221s] 2018-10-22 11:25:32,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:32.637 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.165s] 2018-10-22 11:25:32,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:32.898 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.746s] 2018-10-22 11:25:33,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:33.508 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [79.126s] 2018-10-22 11:25:33,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:33.557 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.055s] 2018-10-22 11:25:33,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:33.890 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.332s] 2018-10-22 11:25:34,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:34.001 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.101s] 2018-10-22 11:25:36,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:36.934 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-22 11:25:39,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:39.568 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-22 11:25:40,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:40.010 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.182s] 2018-10-22 11:25:41,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:41.971 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [9.326s] 2018-10-22 11:25:42,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:42.558 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-22 11:25:42,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:42.558 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-22 11:25:42,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:42.977 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.332s] 2018-10-22 11:25:43,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:43.344 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.333s] 2018-10-22 11:25:43,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:43.844 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.867s] 2018-10-22 11:25:43,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:43.979 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [2.013s] 2018-10-22 11:25:47,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:47.503 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.034s] 2018-10-22 11:25:48,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:48.041 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [4.059s] 2018-10-22 11:25:48,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:48.952 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.449s] 2018-10-22 11:25:49,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:49.216 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.175s] 2018-10-22 11:25:50,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:50.359 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.831s] 2018-10-22 11:25:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:50.540 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.192s] 2018-10-22 11:25:51,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:51.137 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [18.674s] 2018-10-22 11:25:51,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:51.469 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.932s] 2018-10-22 11:25:51,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:51.627 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.268s] 2018-10-22 11:25:51,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:51.832 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.612s] 2018-10-22 11:25:51,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:51.884 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.055s] 2018-10-22 11:25:53,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:53.348 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.721s] 2018-10-22 11:25:55,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:55.364 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [34.834s] 2018-10-22 11:25:55,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:55.879 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.407s] 2018-10-22 11:25:55,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:55.887 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.173s] 2018-10-22 11:25:56,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:56.282 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.394s] 2018-10-22 11:25:56,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:56.441 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.159s] 2018-10-22 11:25:56,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:56.611 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.170s] 2018-10-22 11:25:56,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:56.789 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.177s] 2018-10-22 11:25:56,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:56.950 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.160s] 2018-10-22 11:25:57,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:57.140 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.189s] 2018-10-22 11:25:57,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:57.163 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.023s] 2018-10-22 11:25:57,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:57.190 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.026s] 2018-10-22 11:25:57,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:57.219 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.029s] 2018-10-22 11:25:57,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:57.451 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.230s] 2018-10-22 11:25:57,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:57.649 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.198s] 2018-10-22 11:25:57,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:25:57.826 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.947s] 2018-10-22 11:26:00,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:00.889 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [3.059s] 2018-10-22 11:26:01,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:01.138 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.227s] 2018-10-22 11:26:01,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:01.394 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.255s] 2018-10-22 11:26:01,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:01.622 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.792s] 2018-10-22 11:26:01,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:01.762 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.368s] 2018-10-22 11:26:01,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:01.863 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.244s] 2018-10-22 11:26:01,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:01.928 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.164s] 2018-10-22 11:26:02,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:02.094 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.167s] 2018-10-22 11:26:02,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:02.145 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.784s] 2018-10-22 11:26:02,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:02.290 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.195s] 2018-10-22 11:26:02,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:02.492 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.201s] 2018-10-22 11:26:02,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:02.713 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.220s] 2018-10-22 11:26:02,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:02.726 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:26:02,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:02.728 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:26:03,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:03.032 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.317s] 2018-10-22 11:26:03,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:03.256 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.225s] 2018-10-22 11:26:03,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:03.305 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.048s] 2018-10-22 11:26:03,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:03.335 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.446s] 2018-10-22 11:26:03,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:03.751 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:26:05,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:05.239 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-22 11:26:05,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:05.239 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-22 11:26:07,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:07.605 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.195s] 2018-10-22 11:26:07,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:07.788 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.183s] 2018-10-22 11:26:08,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:08.473 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.888s] 2018-10-22 11:26:08,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:08.997 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.524s] 2018-10-22 11:26:10,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:10.524 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [69.250s] 2018-10-22 11:26:10,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:10.624 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 11:26:11,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:11.378 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.060s] 2018-10-22 11:26:12,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:12.251 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.137s] 2018-10-22 11:26:12,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:12.544 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.612s] 2018-10-22 11:26:13,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:13.057 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.806s] 2018-10-22 11:26:13,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:13.820 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.762s] 2018-10-22 11:26:13,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:13.831 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.287s] 2018-10-22 11:26:14,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:14.206 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.211s] 2018-10-22 11:26:14,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:14.346 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.524s] 2018-10-22 11:26:14,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:14.555 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.209s] 2018-10-22 11:26:14,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:14.576 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.021s] 2018-10-22 11:26:14,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:14.589 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.383s] 2018-10-22 11:26:15,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:15.033 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.456s] 2018-10-22 11:26:17,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:17.713 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.693s] 2018-10-22 11:26:19,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:19.174 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.099s] 2018-10-22 11:26:19,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:19.263 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.089s] 2018-10-22 11:26:19,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:19.384 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.119s] 2018-10-22 11:26:19,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:19.475 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.092s] 2018-10-22 11:26:19,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:19.565 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.089s] 2018-10-22 11:26:19,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:19.598 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [19.058s] 2018-10-22 11:26:20,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:20.144 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.429s] 2018-10-22 11:26:24,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:24.070 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [2.763s] 2018-10-22 11:26:24,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:24.539 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.473s] 2018-10-22 11:26:26,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:26.243 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.702s] 2018-10-22 11:26:26,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:26.429 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.187s] 2018-10-22 11:26:27,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:27.139 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.358s] 2018-10-22 11:26:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:27.143 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.713s] 2018-10-22 11:26:27,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:27.464 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.326s] 2018-10-22 11:26:28,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:28.149 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [5.857s] 2018-10-22 11:26:28,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:28.588 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.409s] 2018-10-22 11:26:28,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:28.895 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [76.739s] 2018-10-22 11:26:29,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:29.224 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [38.083s] 2018-10-22 11:26:29,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:29.381 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [9.782s] 2018-10-22 11:26:31,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:31.353 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.760s] 2018-10-22 11:26:31,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:31.354 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-10-22 11:26:32,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:32.741 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [3.360s] 2018-10-22 11:26:33,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:33.609 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.234s] 2018-10-22 11:26:33,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:33.648 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2018-10-22 11:26:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:33.698 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.547s] 2018-10-22 11:26:35,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:35.368 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [4.017s] 2018-10-22 11:26:36,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:36.632 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.263s] 2018-10-22 11:26:38,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:38.796 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.257s] 2018-10-22 11:26:38,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:38.906 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:26:38,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:38.907 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-22 11:26:39,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:39.828 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.011s] 2018-10-22 11:26:40,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:40.657 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [11.435s] 2018-10-22 11:26:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:41.621 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-10-22 11:26:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:41.623 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-22 11:26:45,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:45.466 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.050s] 2018-10-22 11:26:45,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:45.671 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.205s] 2018-10-22 11:26:45,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:45.723 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.052s] 2018-10-22 11:26:46,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:46.701 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.975s] 2018-10-22 11:26:46,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:46.801 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.101s] 2018-10-22 11:26:47,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:47.630 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.828s] 2018-10-22 11:26:47,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:47.666 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.035s] 2018-10-22 11:26:47,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:47.715 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-10-22 11:26:47,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:47.957 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.242s] 2018-10-22 11:26:48,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:48.008 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.050s] 2018-10-22 11:26:48,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:48.167 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.541s] 2018-10-22 11:26:48,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:48.212 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.203s] 2018-10-22 11:26:48,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:48.269 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.057s] 2018-10-22 11:26:48,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:48.344 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.075s] 2018-10-22 11:26:48,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:48.868 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.521s] 2018-10-22 11:26:48,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:48.974 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.106s] 2018-10-22 11:26:49,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:49.166 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.191s] 2018-10-22 11:26:49,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:49.273 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.107s] 2018-10-22 11:26:49,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:49.336 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.062s] 2018-10-22 11:26:51,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:51.790 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-10-22 11:26:52,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:52.227 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [8.100s] 2018-10-22 11:26:53,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.140 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-10-22 11:26:53,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.151 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.007s] 2018-10-22 11:26:53,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.161 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.006s] 2018-10-22 11:26:53,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.171 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.007s] 2018-10-22 11:26:53,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.181 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.007s] 2018-10-22 11:26:53,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.189 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.006s] 2018-10-22 11:26:53,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.196 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.006s] 2018-10-22 11:26:53,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:53.375 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [16.312s] 2018-10-22 11:26:54,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:54.659 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:26:54,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:54.660 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 11:26:57,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:26:57.297 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.922s] 2018-10-22 11:27:00,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:00.290 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [1.052s] 2018-10-22 11:27:01,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:01.295 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [1.005s] 2018-10-22 11:27:02,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:02.923 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.624s] 2018-10-22 11:27:07,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:07.806 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.881s] 2018-10-22 11:27:10,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:10.927 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.282s] 2018-10-22 11:27:12,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:12.135 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [1.207s] 2018-10-22 11:27:12,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:12.315 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.509s] 2018-10-22 11:27:12,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:12.790 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.653s] 2018-10-22 11:27:12,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:12.859 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.070s] 2018-10-22 11:27:12,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:12.932 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.071s] 2018-10-22 11:27:12,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:12.998 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.066s] 2018-10-22 11:27:13,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:13.392 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [31.773s] 2018-10-22 11:27:14,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:14.501 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.184s] 2018-10-22 11:27:17,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:17.388 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-22 11:27:20,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:20.216 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.788s] 2018-10-22 11:27:20,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:20.840 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.173s] 2018-10-22 11:27:21,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:21.016 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.175s] 2018-10-22 11:27:21,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:21.181 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.164s] 2018-10-22 11:27:23,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:23.268 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [1.083s] 2018-10-22 11:27:23,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:23.476 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.293s] 2018-10-22 11:27:23,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:23.658 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.183s] 2018-10-22 11:27:24,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:24.014 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.745s] 2018-10-22 11:27:24,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:24.482 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.467s] 2018-10-22 11:27:25,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:25.111 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.629s] 2018-10-22 11:27:25,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:25.427 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.211s] 2018-10-22 11:27:26,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:26.203 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.090s] 2018-10-22 11:27:26,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:26.617 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.414s] 2018-10-22 11:27:27,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:27.009 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.391s] 2018-10-22 11:27:28,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:28.849 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.838s] 2018-10-22 11:27:29,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:29.089 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.237s] 2018-10-22 11:27:29,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:29.745 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.657s] 2018-10-22 11:27:29,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:29.812 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.067s] 2018-10-22 11:27:30,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:30.207 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.394s] 2018-10-22 11:27:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:31.290 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [1.082s] 2018-10-22 11:27:36,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:36.753 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.822s] 2018-10-22 11:27:36,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:36.831 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.077s] 2018-10-22 11:27:43,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:43.328 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [74.413s] 2018-10-22 11:27:45,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:45.122 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.320s] 2018-10-22 11:27:45,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:45.137 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.018s] 2018-10-22 11:27:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:45.401 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.263s] 2018-10-22 11:27:56,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:56.564 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.388s] 2018-10-22 11:27:57,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:57.006 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.374s] 2018-10-22 11:27:57,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:27:57.666 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [15.553s] 2018-10-22 11:28:02,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:02.366 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.175s] 2018-10-22 11:28:03,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:03.868 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [7.304s] 2018-10-22 11:28:04,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:04.389 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.022s] 2018-10-22 11:28:04,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:04.681 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.815s] 2018-10-22 11:28:05,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:05.384 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.702s] 2018-10-22 11:28:05,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:05.770 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.385s] 2018-10-22 11:28:10,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:10.724 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.482s] 2018-10-22 11:28:10,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:10.907 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.183s] 2018-10-22 11:28:11,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:11.099 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.191s] 2018-10-22 11:28:11,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:11.270 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.171s] 2018-10-22 11:28:13,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:13.326 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [15.658s] 2018-10-22 11:28:16,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:16.134 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.163s] 2018-10-22 11:28:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:19.399 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [6.075s] 2018-10-22 11:28:22,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:22.406 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.006s] 2018-10-22 11:28:33,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:33.285 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [27.509s] 2018-10-22 11:28:44,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:44.807 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [307.933s] 2018-10-22 11:28:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:45.514 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [7.560s] 2018-10-22 11:28:48,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:48.413 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [26.003s] 2018-10-22 11:28:49,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:28:49.703 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [4.189s] 2018-10-22 11:29:18,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:29:18.101 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [29.683s] 2018-10-22 11:29:19,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:29:19.622 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.525s] 2018-10-22 11:29:29,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:29:29.445 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [9.820s] 2018-10-22 11:29:39,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:29:39.195 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [9.748s] 2018-10-22 11:29:43,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:29:43.790 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.595s] 2018-10-22 11:30:18,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:18.770 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [34.971s] 2018-10-22 11:30:23,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:23.406 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [85.385s] 2018-10-22 11:30:33,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:33.522 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [5.825s] 2018-10-22 11:30:33,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:33.725 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.204s] 2018-10-22 11:30:34,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:34.234 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.508s] 2018-10-22 11:30:36,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:36.320 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.085s] 2018-10-22 11:30:38,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:38.591 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.270s] 2018-10-22 11:30:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:38.635 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.043s] 2018-10-22 11:30:38,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:38.692 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.057s] 2018-10-22 11:30:58,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:58.295 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-10-22 11:30:59,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:30:59.969 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-22 11:31:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:31:01.912 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-22 11:31:08,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:31:08.827 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.122s] 2018-10-22 11:31:32,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:31:32.998 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [24.166s] 2018-10-22 11:31:37,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:31:37.030 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.036s] 2018-10-22 11:31:54,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:31:54.920 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [17.883s] 2018-10-22 11:31:57,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:31:57.802 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [87.820s] 2018-10-22 11:32:01,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:32:01.500 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.583s] 2018-10-22 11:32:25,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:32:25.475 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [333.567s] 2018-10-22 11:32:51,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:32:51.211 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [53.401s] 2018-10-22 11:33:49,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:33:49.000 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [83.511s] 2018-10-22 11:33:51,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:33:51.958 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.563s] 2018-10-22 11:33:51,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 11:33:51.961 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-10-22 11:34:10,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4d3d605e-fb54-459c-b325-19408a3bad4d 2018-10-22 11:34:10,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4d3d605e-fb54-459c-b325-19408a3bad4d']'. 2018-10-22 11:34:11,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4d3d605e-fb54-459c-b325-19408a3bad4d | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 11:15:18 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 11:34:09 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:51 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 56c570ee-818c-47eb-a67b-71d91a430205) | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a383a6fd-31c3-4501-9cae-5a1573f8d94c) | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1108.018 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1052 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 357 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 11:34:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 11:34:11,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 59 | 2018-10-22 11:34:11,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 11:34:11,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 11:34:11,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 11:34:12,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 94.6894689469% 2018-10-22 11:34:12,164 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 19:09 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-22 11:34:17,301 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK